Where can i find in the registry the value of the savesetting function of vb6? im getting the value using GetSetting("Project", "Options", "Auth").. anyone who has an idea on how to find this value in the registry?

Recommended Answers

All 3 Replies

what did you want to do?

i want to find the exact location of the registry entry that the savesetting function is saving in my computer..

i want to find the exact location of the registry entry that the savesetting function is saving in my computer..

This is the path :-
My Computer\HKEY_CURRENT_USER\Software\VB and VBA Program Settings

as you are saving the value in "Project", "Options", "Auth" ,
now expand the node VB and VBA Program Settings and you will see a key created with name Project. expand this also and you will see a child key created with name Options. now click this and you will see some values appeared in the right pane. there you can see the value Auth.

still more questions??? just post right in..
ok...

regards
Shouvik

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.