"Busy" Symbol when opening large file

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

My application opens some large files and parses them out into an array. It
takes some time, though (10-20 seconds at times for large files). How can I
display the "busy" symbol spinner while that is taking place? Thanks,

-Dave
 
Cursor.Current = Cursors.WaitCursor
Cursor.Current = Cursors.Default

For C# add semi colons

Cheers
Daniel
 
Back
Top