Share your opinion
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
|
WORKSPACE - Add,remove
ADD, REMOVE A FORM INTO A WORKSPACE
In this example, I propose you to add or remove a form into a WORKSPACE. To add use this code : WORKSPACE1.ADD(fdeux) To remove your form : fdeux.close regards Source code of this example : PUBLIC SUB Form_Open() ME.Center END PUBLIC SUB Button1_Click() Workspace1.Add(fdeux) END PUBLIC SUB Button2_Click() fdeux.Close END PUBLIC SUB Button3_Click() ME.Close END Creation date : 17/01/2011 @ 11:31 Reactions to this article
| QUICK MENU
SEARCH
LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS
visitors visitors online ARCHIVES GAMBAS 1/2
|