Loading screen while process is going on

Joined
Jul 19, 2005
Messages
9
Reaction score
0
Hi

I've programmed this software for PDA devices, it requires some loading behind, i wanna program something to tell the user that the software is loading, rather then nothing is going on, but i have no idea how to program something like that. Anyone can gimme some advice?

FOr example ,

When my software is doing some long process behind after clicking the "Yes" Button. I wanna let the users know that the software is running something in the background rather then just nothing happening on the surface.

thx in advance
 
I've found the solution. For palms you can use

at the start :
Cursor.Current = Cursors.WaitCursor

at the end :
Cursor.Current = Cursors.Default
 

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

Back
Top