Hello all,
I have a vb.net 2008 app that starts with "sub main()", and then it opens a form.
I want to change the mouse cursor (to wait cursor) just as the sub main starts. Currently I can change the mouse cursor just when the form is start loading (Me.cursor), but it's too late...
How can I do it?
Thanks in advance!
I have a vb.net 2008 app that starts with "sub main()", and then it opens a form.
I want to change the mouse cursor (to wait cursor) just as the sub main starts. Currently I can change the mouse cursor just when the form is start loading (Me.cursor), but it's too late...
How can I do it?
Thanks in advance!