0
Reply

PreLoad

Miguel

Miguel

Feb 10 2006 5:57 AM
3.5k

Hello!

I have to do a preload between to forms in c# for a pda...Someone have any idea to do it?

Firts of all, i try to explain what i'm doing to solve this problem...but it don't work...

I have two forms. First form only contain one pictureBox that works as a button to go to the second form. Then, I create a UserControl that captures de click event from the first form. This UserControl call the click event from first form and open the second form...
In the click method of the UserControl, before open the second form, I try to open a third form that only contains a PictureBox (PreLoad image)...when the second form is loaded, I close the third form...this don't works 'cause the third form don't display the image...only works if I open it with showDialog method, but, then, I have to close the form to see the second form...

I'm a beginner programing in this language and i have some help... can someone tell me a posible solution to do a preload between two forms...

I try to open an animated gif in the third form but I don't know how to make it...if someone can help with this problem too...

a lot of thanks!

Sorry for my english...