How i can load and unload Forms?

droussou

New member
Joined
Feb 12, 2008
Messages
2
Programming Experience
3-5
i have 4 forms and i want with one button the other 3 forms did not appear but only one...
 
If you'd used the correct code then they would have appeared, so logically you must not have used the correct code. If we don't see the code you did use then we can't know what you did wrong.
 
controlbox

when i debbug the programm at one form "OMADES" i have this :
Me.ControlBox = CType(configurationAppSettings.GetValue("OMADES.ControlBox=false",
GetType(System.Boolean)), Boolean)


and i can fix it....
Can you help me?
 
Back
Top