Visual Basic

  • Thread starter Thread starter Anniyan
  • Start date Start date
A

Anniyan

What is the use of getsettings() and setsettings() in VB.Is it relative
to registry something or API's.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top