I have two forms that is connected to a database. There is a delay between the two forms for one second or two. I want to have a animated gif in a form that shows when the other forms loads.
Can someone give me the code for this?
Printable View
I have two forms that is connected to a database. There is a delay between the two forms for one second or two. I want to have a animated gif in a form that shows when the other forms loads.
Can someone give me the code for this?
not much to code, animated gif support is built right into the .net picturebox control... but usually in a case like this, people just use an hourglass cursor to show the wait
ok. And how do I make the hourglass cursor?
please give me some code