HELP ME

  • Thread starter Thread starter sri
  • Start date Start date
S

sri

Hi every one.. This is Srikanth.. I am the learner of VB.net .. Right
now i am conflicting with a doubt .. How to access the registry using
the VB2008 > I tried some stuff given in the MSDn Help but its showing
No Sufficient Privileges.. Please Help me on this matter...Please
Dudes..
 
sri said:
Hi every one.. This is Srikanth.. I am the learner of VB.net .. Right
now i am conflicting with a doubt .. How to access the registry using
the VB2008 > I tried some stuff given in the MSDn Help but its showing
No Sufficient Privileges.

Are you using 'Microsoft.Win32.Registry'? Note that each registry element
can have its own read/write/... permissions.
 
Hi every one.. This is Srikanth.. I am the learner of VB.net .. Right
now i am conflicting with a doubt .. How to access the registry using
the VB2008 > I tried some stuff given in the MSDn Help but its showing
No Sufficient Privileges.. Please Help me on this matter...Please
Dudes..

Hi,
Have you considered using "My.Computer.Registry"...
It has GetValue and SetValue methods for registry access.

Thanks,

Onur Güzel
 
Hi,
Have you considered using "My.Computer.Registry"...
It has GetValue and SetValue methods for registry access.

Thanks,

Onur Güzel

Yes I tried that but its showing some registry access security not
available.. please tell me some other suggestion
 
sri,

As it is not available then it is not available, do you think you can open
it with a kind of hack?

I would not be glad as that was possible.

Cor

"sri" <[email protected]> schreef in bericht
Hi,
Have you considered using "My.Computer.Registry"...
It has GetValue and SetValue methods for registry access.

Thanks,

Onur Güzel

Yes I tried that but its showing some registry access security not
available.. please tell me some other suggestion
 
Back
Top