how do i add to the regestry? like for when my form loads up. thanks
PanasonicSubz
Printable View
how do i add to the regestry? like for when my form loads up. thanks
PanasonicSubz
You can use SaveSetting and GetSetting to write and read data from registry respectfully.
SaveSetting (REG_APPLICATION_NAME, REG_SECTION, REG_KEY, YourString) and my example would be:
SaveSetting (App.Title, "Startup", "String1", "Your String")
Jean Spector
Tech Support Team Leader, CET
[email protected]
(in VB from 11/1999)