Groups | Blog | Home
all groups > dotnet sdk > may 2004 >

dotnet sdk : How to change mouse cursor on application startup?


Ilya Evseev
5/27/2004 6:35:11 AM
Hi, folks!
..NET apps are loaded very slowly because complex runtime-environment.
How to change mouse cursor on beginning startup
(i.e., immediately after double click or pressing enter)
and restore it after main form is displayed?

I know how to manipulate mouse cursor _after_ application
is activated, but here cursor should be changed _before_ it.

Marc Butenko
5/27/2004 9:13:36 AM
In the first routine that is called when you start your program (Sub Main or
Form_Load), change the cursor to Cursors.AppStarting.

--
Marc Butenko
mbutenko@bresnan.net



[quoted text, click to view]

AddThis Social Bookmark Button