|
-
Dec 4th, 2000, 11:06 PM
#1
How in the heck do you read the registry in W2K of NT?????
I got code that will read from the reg in win 9x but it will not work in w2k or NT.
Yes I have Admin rights.
-
Dec 4th, 2000, 11:27 PM
#2
transcendental analytic
Are you trying to read from DYN_DATA keys? It's hidden in NT/2k
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Dec 4th, 2000, 11:39 PM
#3
I am trying to get the installed path of msaccess from HKLM\software\microsoft\windows\currentversion\app paths\msaccess.exe
-
Dec 5th, 2000, 06:18 AM
#4
transcendental analytic
Shouldn't be any problem. If you want you could download my registry module, it should work on both systems except for DYN_DATA on NT/2k
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|