Hi
I'm having problems while enumerating registry values (of the run key). If I run my program from VB's IDE it run very well but running it compiled results in nothing; the returned values are null.
Could someone please help me?
Thanks in advance,
H4evr
Visual Basic - Registry Problem
-
- Fame ! Where are the chicks?!
- Posts: 412
- Joined: 03 May 2006, 16:00
- 18
- Location: United States Of America
- Contact:
I Don't Program But Want To Help!
First Off What Are You Computers Specs? Second What Compiler Are You Using? If You Need A Compiler Let Me Know I Have A Few. I'm Always Glad To Help! skullz@usa.com
-
- Fame ! Where are the chicks?!
- Posts: 412
- Joined: 03 May 2006, 16:00
- 18
- Location: United States Of America
- Contact:
Your Welcome!
Next Thing Is What ID Did You Give The REG Key For Your Visual Basic Program? 

I'm 'trying' to access key = "Software\Microsoft\Windows\CurrentVersion\Run" in both LocalMachine and CurrentUser rootkey
The constants I'm using:
I didn't quite understand what you asked for. I hope it was this.
The constants I'm using:
Code: Select all
rrkHKeyCurrentUser = &H80000001
rrkHKeyLocalMachine = &H80000002