Quantcast
Channel: Windows Forms General forum
Viewing all articles
Browse latest Browse all 12583

WaitCursor not working in VB.net

$
0
0

Hi,

We have recently migrated VB6 application to VB.NET.
In VB6 :

MousePointer = HOURGLASS

.....

......Some code

.......

MousePointer = DEFAULT.

In VB.Net:

We are using

Cursor.Current = Cursors.WaitCursor

.....

......Some code

.......

Cursor.Current = Cursors.Default

I used Application wait cursor also like this.

Application.UseWaitCursor = True

.....

Application.UseWaitCursor = False

Problem :

The problem is that when the process is executing the cursor does not change to the hourglasss.

Thanks

Raju


Viewing all articles
Browse latest Browse all 12583

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>