Hi Gang
The current project I am working on stores some information in registry keys. Is there a way to store an array of values in the registry? Moree specifically my program keeps track of the last IP you logged in to with the program and I would like to have a drop down list of the last 5 or 10 IPs that were logged in to.
Here is the code I am currently using to access the registry, where Text1 is the input field for the IP addy to connect to.
SaveSetting "VideoworX", "Startup", "KioskAddy", Text1.Text
and
Text1.Text = GetSetting("VideoworX", "Startup", "KioskAddy", ""![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
The current project I am working on stores some information in registry keys. Is there a way to store an array of values in the registry? Moree specifically my program keeps track of the last IP you logged in to with the program and I would like to have a drop down list of the last 5 or 10 IPs that were logged in to.
Here is the code I am currently using to access the registry, where Text1 is the input field for the IP addy to connect to.
SaveSetting "VideoworX", "Startup", "KioskAddy", Text1.Text
and
Text1.Text = GetSetting("VideoworX", "Startup", "KioskAddy", ""