Wait Cursor

Hi,
I have, a form ver slow. I want insert a wait cursor until the form is load.

How can i do it

Thanks
alessandro.



Answer this question

Wait Cursor

  • MartinGleeson

     

    Cursor.Current = Cursors.WaitCursor

    // Statement executes

    Cursor.Current = Cursors.Default

    Regards,

    Senthil.

     


  • Wait Cursor