change mouse-cursor

M

Maria

Hello !

I try to change the cursor on the form like this :

Me.Cursor = Cursors.WaitCursor
'reading from database
'showing file
Me.Cursor = Cursors.Arrow


But this doesn't change the cursor at all

I have also tried this :

Me.Cursor = New Cursor("wait01.cur")


But nothing happens..

Can anyone help me ?
 
A

Armin Zingler

Maria said:
Hello !

I try to change the cursor on the form like this :

Me.Cursor = Cursors.WaitCursor
'reading from database
'showing file
Me.Cursor = Cursors.Arrow


But this doesn't change the cursor at all

I have also tried this :

Me.Cursor = New Cursor("wait01.cur")


But nothing happens..

Can anyone help me ?

I can't reproduce the problem with Framework 1.1 on WinXP. The cursor
changes as expected.

--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 
R

Rob Oldfield

Curious. Grasping at straws here, but you're sure the mouse settings are
correct? Check Mouse pointer settings in Control Panel?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Need help understanding the Cursor 2
Mouse Pointer Cursor and textbox 9
me.cursor...?? 3
Filename Under Cursor 5
cursor question 2
Reliable way to change the cursor 9
vb.net crosshair cursor... 1
Q: Cursor 4

Top