"Busy" Symbol when opening large file

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
 
D

Daniel Moth

Cursor.Current = Cursors.WaitCursor
Cursor.Current = Cursors.Default

For C# add semi colons

Cheers
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top