Group, Today I learned with Me.Cursor = Cursors.WaitCursor
and Me.Cursor = Cursors.Default
do. I've seen other programs, when running, a "message box" comes up and let's the user know what in the routine is happening. If it's possible to do in VB.net, I'd like to do the same thing. However I know I don't want to use a true MessageBox as I don't want the user to have to click OK each time. But it would be nice for them to see each "stage" of the progress being made. Is that possible? If so, how is this done. Can you suggest where I might see some examples?
In advance, thanks again for the help.
Don