Re: Visual Basic by Julie
Julie
Fri Feb 03 14:06:04 CST 2006
In VB6, this is for writing to the registry. But it defaults to
"HKEY_CURRENT_USER\Software\VB and VBA Program Settings" and as far I ever
knew, there is no way to control that.
If you are interested in the registry keys, for more control you can use a
Win32 APIs.
I have two VB6 functions that do this. I think they came from McKinney's
Hardcore Visual Basic. If you need them ... just say the word.
julie
"Anniyan" <giganesh@gmail.com> wrote in message
news:1138968522.422557.154270@g44g2000cwa.googlegroups.com...
> What is the use of getsettings() and setsettings() in VB.Is it relative
> to registry something or API's.
>