Form Loading

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My splash form has a bg color, and three labels on it. When it loads, I would like it to be fully loaded before showing. Instead I get the bg color, and a few sec. later, the lablels appear. Is there anyway I can render the labels first, and then show the form when it is fully completed? Thanks.
 
Hi
you can use the from Load method , then you use the show method . This way
, the form will be already loaded when you try to make it visible , so you
probably will not see this delay
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Back
Top