H
Harry Simpson
I've been exhausted trying to find a simple app showing movement from form
to form.
I understand the the
Dim Form1 as new Form
Form1.show
But say if you go here from a Splash screen. What's the excepted way in CF
to dispose of the Splash screen and free memory or do you simple have to
hide the screen.
Is the best practice to ONLY have one screen and add and remove controls as
needed for that one form?
TIA
Harry
to form.
I understand the the
Dim Form1 as new Form
Form1.show
But say if you go here from a Splash screen. What's the excepted way in CF
to dispose of the Splash screen and free memory or do you simple have to
hide the screen.
Is the best practice to ONLY have one screen and add and remove controls as
needed for that one form?
TIA
Harry