Page loading

Share your opinion
What do you think about gambaslinux.fr?
 
Interesting
It miss some informations
Excellent website
Results
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
WORKSPACE - Add,remove
ADD, REMOVE A FORM INTO A WORKSPACE

workspace2a.png
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
Last update : 17/01/2011 @ 11:31
Category : WORKSPACE
Page read 5240 times


Print the article Print the article


react.gifReactions to this article

Nobody gave a comment yet.
Be the first one to do it!


QUICK MENU
SEARCH




LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS

   visitors

   visitors online

ARCHIVES GAMBAS 1/2
^ Top ^