473,414 Members | 1,980 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

change mouse-cursor

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 ?

Nov 20 '05 #1
4 5155

Cursor.Current = Cursors.WaitCursor
'blah
Cursor.Current = Cursors.Default
"Maria" <ma*****@nospamstart.no> wrote in message
news:eO**************@TK2MSFTNGP12.phx.gbl...
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 ?

Nov 20 '05 #2
"Maria" <ma*****@nospamstart.no> schrieb
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

Nov 20 '05 #3
Thank you - but the cursor didn't change with this code either...
"Rob Oldfield" <rob@oldfield100_wow_freeserve_yikes_co_incredible !_uk> wrote
in message news:u0**************@tk2msftngp13.phx.gbl...

Cursor.Current = Cursors.WaitCursor
'blah
Cursor.Current = Cursors.Default
"Maria" <ma*****@nospamstart.no> wrote in message
news:eO**************@TK2MSFTNGP12.phx.gbl...
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 ?


Nov 20 '05 #4
Curious. Grasping at straws here, but you're sure the mouse settings are
correct? Check Mouse pointer settings in Control Panel?
"Maria" <ma*****@nospamstart.no> wrote in message
news:u%******************@tk2msftngp13.phx.gbl...
Thank you - but the cursor didn't change with this code either...
"Rob Oldfield" <rob@oldfield100_wow_freeserve_yikes_co_incredible !_uk> wrote in message news:u0**************@tk2msftngp13.phx.gbl...

Cursor.Current = Cursors.WaitCursor
'blah
Cursor.Current = Cursors.Default
"Maria" <ma*****@nospamstart.no> wrote in message
news:eO**************@TK2MSFTNGP12.phx.gbl...
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 ?



Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Mr B | last post by:
Howdy, I want to set up an Include page in a cell of a table. Then I want to be able to change which page is included on the fly as the user moves the mouse of the various links on the page. ...
0
by: Rachel Suddeth | last post by:
I have a tabbed ap, and I want to provide a message and give the user a chance to change there mind if they try to change tab pages in the middle of an update (otherwise just cancel the update and...
1
by: Angel | last post by:
How do you change the color of a control when the mouse enters the area of the control? And then change it back to the original color when the mouse exits the control? The Server controls do not...
1
by: Stefan Mueller | last post by:
With the following code I can change the mouse pointer. However, if you click in Mozilla (with IE it works perfect) on 'Show hourglass' the mouse pointer changes only if you move the mouse at least...
6
by: sr | last post by:
please help i have problem: I know how to change color row in table when my mouse is over on this row and change color to another color when my mouse is out from this row. but i dont know how to...
3
by: rn5a | last post by:
I want to change the background color of a row in a DataList when the mouse is moved over a row. This is how I tried but it doesn't change the background color of a row in the DataList when the...
4
by: Jon Slaughter | last post by:
I've created some custom controls and forms that allow the feature to temporarily transfer focus to a control that has been entered by the mouse. Everything seems to work fine but the problem I...
1
by: sueian | last post by:
can some1 help with this code. can i add in a function like on click. when user click one of the link. the color will change to static from mouse over color. the text need to highligted after click....
0
by: khanh | last post by:
I know how to highlight a treenode when the mouse is moving over it in a drag and drop, but what I would like to do is change the forecolor of a node and change it back when the mouse is moved away...
2
by: muddasirmunir | last post by:
I want that my mouse pointer will change to hand when we move our mouse to a text and come to arrorw again when we leave. Just like same as we move our mouse over a hyperlink in explorer. any...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.