Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Value of a registry key?

Status
Not open for further replies.

robdunfey

Technical User
Apr 26, 2002
110
GB
How is best to get the value of a registry key? Is there a difference in approach in VB6 and VB.NET, is there any approach that is common to both languages?

Any guidance much appreciated -

Rob
 
I use the RegOpenKeyEx & RegQueryValueEx API calls. Not sure about .NET.
 
A good general resource for API calls (with source code samples in VB):

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'

for steam enthusiasts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top