|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
HELP with the registry
I am currently working on my first major project in VB6, and I am trying to figure out how to find another application's path via the registry.
The actual key is: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Games\Flight Simulator\8.0 ( I THINK THATS THE KEY I WANT!) I have been programming in QBASIC for years then switched to VB about 2 years ago and am having some trouble with all the API's. The good news is I will be taking a VB class next simester so hopefully my "stupid" questions will be answered!! Thanks guys mark ![]() |
|
#2
|
|||
|
|||
|
RegObj.dll is an ActiveX server that allows Visual Basic developers to programmatically control the Registry without having to resort to the Windows API. Included is a document which discusses the object model of RegObj.dll, and includes some Visual Basic code to illustrate using the objects in the server to perform common types of registry manipulation. Although the code in the article is constructed in Visual Basic, any other language capable of constructing ActiveX client applications, such as Java or C/C++ can use this ActiveX DLL.
http://download.microsoft.com/downl...-US/RegObji.exe
__________________
__________________________________________________ _ Wil Moore III, MCP | Integrations Specialist | Senior Consultant Are You Listed...? | DigitallySmooth Inc. |
|
#3
|
|||
|
|||
|
Wow thanks. that doc is really helpful!
Thanks Mark ![]() |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > HELP with the registry |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|