Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Questions (Windows Mobile)
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Questions (Windows Mobile) Post any question regarding Basic4ppc.

hide cursor

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-19-2008, 07:45 PM
Senior Member
 
Join Date: May 2008
Posts: 174
Default hide cursor

Hi,
how I can hide the cursor from screen?

Thanks
Reply With Quote
  #2 (permalink)  
Old 09-20-2008, 07:22 AM
Basic4ppc Veteran
 
Join Date: Sep 2008
Location: Brisbane, Australia
Posts: 317
Default Not sure

Hi.

I had a look at VB2005 and it has a Cursor.Hide method.

I tested it on my PPC but alas it didn't do anything. I was hoping it would and we'd be able to use Door.dll to maybe do it.

I'm not helping. Can you help here Erel?

regards, Ricky
Reply With Quote
  #3 (permalink)  
Old 09-20-2008, 09:12 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,733
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

Which cursor do you want to hide?
Reply With Quote
  #4 (permalink)  
Old 09-20-2008, 09:41 AM
Senior Member
 
Join Date: May 2008
Posts: 174
Default

Quote:
Originally Posted by Erel View Post
Which cursor do you want to hide?
The classic cusore of the mouse (arrow), even if the mouse is not present.
The OS is Windows CE 5.0.

Best Regards
Reply With Quote
  #5 (permalink)  
Old 09-20-2008, 10:05 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,733
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

The following code works on the desktop and according to the documentation is should also work on a Windows CE device.

obj is an Object from the Door library.
Code:
Sub App_Start
    Form1.Show
    obj.New1(
False)
    obj.CreateNew(
"System.Windows.Forms.Cursor" & obj.System_Windows_Forms)
    obj.RunMethod(
"Hide")
    
'obj.RunMethod("Show") 'Show the cursor
End Sub
Reply With Quote
  #6 (permalink)  
Old 09-20-2008, 11:01 AM
Senior Member
 
Join Date: May 2008
Posts: 174
Default

Ok Erel

Bye
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
HIDE TITLE BAR ? hide title, minimize , max and Close button (FOR DESSKTOP EXE) pegamaster Questions (Windows Mobile) 2 03-27-2012 05:42 PM
hide notif? Byak@ Questions (Windows Mobile) 4 11-09-2008 09:28 AM
Cursor JoseLuz Portuguese Forum 1 09-21-2007 06:30 PM
Wait cursor library agraham Code Samples & Tips 2 07-07-2007 02:49 PM
TextBox Cursor RandomCoder Questions (Windows Mobile) 4 07-02-2007 08:37 PM


All times are GMT. The time now is 07:43 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0