What's new

[VB] VB Help Here!

H

hack3r1

Enthusiast
Messages
51
Reaction score
1
Points
55
Sin$
0
VB Help Here!

Hi I just downloaded Visual Basic Express Edition.
everyting is working fine except... This.



Please help Cause I have some Experience in VB i had it on XP...
please help.....
(Anyone that will helps will get a THANKS!)
 
GoldBl4d3

GoldBl4d3

VIP
VIP
Retired
Programmer Mythical Veteran Legendary Veteran
Messages
3,785
Reaction score
1,452
Points
600
Sin$
0
Re: VB Help Here!

Are you admin on the computer. If not try Running as Admin.
 
Ibdc

Ibdc

VIP
VIP
Retired
Forum Addict MotM
Messages
4,969
Reaction score
2,193
Points
625
Sin$
0
Re: VB Help Here!

Either you're not running as admin or it would help if you posted the line of code that was causing the error, but I assume it looks something like this

regkey = Registry.OpenSubKey("key\key\key")

and it should be

regkey = Registry.OpenSubKey("key\key\key", True)
 
H

hack3r1

Enthusiast
Messages
51
Reaction score
1
Points
55
Sin$
0
Re: VB Help Here!

Ibdc said:
Either you're not running as admin or it would help if you posted the line of code that was causing the error, but I assume it looks something like this

regkey = Registry.OpenSubKey("key\key\key")

and it should be

regkey = Registry.OpenSubKey("key\key\key", True)

K but i dont see where theses regkeys are??
 
Top Bottom
Login
Register