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
_gb3.pngUse File - Share CONF file

Share CONF file between two applications



If you want to share datas between tow gambas software, you could use conf file (as old traditional .INI win file)
Here solution :

In every fmain in all your gambas projects, write this code :

Private myconf As New Settings(System.User.home & "/myfile.conf")

I saved conf file in user folder.
You could read/write like usualy this command:

Public Sub Button1_Click()
TextBox1.Text = myconf["TOTO/tata"]
End

regards



Creation date : 19/11/2017 @ 09:35
Last update : 19/11/2017 @ 09:40
Category : Use File
Page read 2542 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 ^