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.
WBR, Ilya
Marc Butenko - 27 May 2004 16:13 GMT
In the first routine that is called when you start your program (Sub Main or
Form_Load), change the cursor to Cursors.AppStarting.

Signature
Marc Butenko
mbutenko@bresnan.net
> Hi, folks!
> .NET apps are loaded very slowly because complex runtime-environment.
[quoted text clipped - 6 lines]
>
> WBR, Ilya