SpashScreen

  • Thread starter Thread starter Guest
  • Start date Start date
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 ;)
 
After showing spash screen call

Application.DoEvents();

--
Shak
(Houston)


Baramuse said:
Hi all,

I try to build a splashscreen while my app launches itself.. I took a look
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.
 

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