Getting forms to load faster..

  • Thread starter Thread starter Mitchell Vincent
  • Start date Start date
M

Mitchell Vincent

My development machine is a P4 2.8 GHz machine with a gig of RAM. When I
compile my project and run it I can actually see the forms being drawn
field by field. It does happen quickly, about a second or a little less
however it does appear "slow". I can imagine that the speed is going to
decrease on machines older and slower than this one so I want to be
proactive about it.

Is there any trick other than just .Show()'ing a window to make it
appear faster?
 
mine have same as ur. but i can't recalled how i did this. i used to do
in mastermind games and some other projects using gdi in vb. very sorry
it was 2 yrs ago. r u pic or logo ?
regards
 
Hi,

Maybe this will help

http://msdn.microsoft.com/library/d...ols/html/cpgrfnativeimagegeneratorngenexe.asp

Ken
------------
My development machine is a P4 2.8 GHz machine with a gig of RAM. When I
compile my project and run it I can actually see the forms being drawn
field by field. It does happen quickly, about a second or a little less
however it does appear "slow". I can imagine that the speed is going to
decrease on machines older and slower than this one so I want to be
proactive about it.

Is there any trick other than just .Show()'ing a window to make it
appear faster?
 
Back
Top