Click to See Complete Forum and Search --> : Regestry


PanasonicSubz
December 19th, 1999, 11:31 AM
how do i add to the regestry? like for when my form loads up. thanks

PanasonicSubz

Jean Spector
December 19th, 1999, 11:59 AM
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
mage@lycosmail.com
(in VB from 11/1999)