Making Forms Pop Up Cleanly

S

Shane

I have forms that are linked together using the basic command button, and I
have forms set to maximize these forms when loading, but it seems as I
transition from one form to another that it is slow and it is like they are
minimized and then they maximize.

What is the best way to make these form transitions appear seemless?

Thanks
 
G

Greg

me.paint = false
Do your loading code here
me.paint = true

This can be in the activate and load events.
hth's
Greg
 
Top