G
Guest
Hi all,
I try to build a splashscreen while my app launches itself.. I took a look on google but couldn't find the reason of my problem. Here it is :
in the constructor of my mainapp, I construct a new form (my splashscreen). It is really simple for now it only has a Backcolor and a Label. But the problem is that the Backcolor do paints but the Label don't show up. I also tried with a PictureBox.
Is it because the main form isn't built yet?
Perhaps my methode is far from be the good one, so if someone could learn me just the headlines of how making a good splashscreen I would appreciate a lot.
Thanks and sorry for my english
I try to build a splashscreen while my app launches itself.. I took a look on google but couldn't find the reason of my problem. Here it is :
in the constructor of my mainapp, I construct a new form (my splashscreen). It is really simple for now it only has a Backcolor and a Label. But the problem is that the Backcolor do paints but the Label don't show up. I also tried with a PictureBox.
Is it because the main form isn't built yet?
Perhaps my methode is far from be the good one, so if someone could learn me just the headlines of how making a good splashscreen I would appreciate a lot.
Thanks and sorry for my english
