Home All Groups Group Topic Archive Search About

Checking if registry value exists

Author
2 May 2007 2:31 PM
causesdrowsiness
Hi everyone.

Sorry if this is the wrong group for this question, but since it
is .NET and VB, I thought someone may be able to help me here or point
me to the right group for this.

I am working on an application which needs to check if a certain VALUE
exists in a registry subkey. Is there an easy way to do this? So far,
my googles have come up empty on this, though they DO have a plethora
of information on checking if a KEY exists.

Any help on this is much appreciated.

Thank you,
Ryan

Author
2 May 2007 2:52 PM
John Timney (MVP)
try this - its c# but will easily convert
http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=264

--
--
Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog


<causesdrowsin***@gmail.com> wrote in message
Show quoteHide quote
news:1178116311.570810.198210@p77g2000hsh.googlegroups.com...
> Hi everyone.
>
> Sorry if this is the wrong group for this question, but since it
> is .NET and VB, I thought someone may be able to help me here or point
> me to the right group for this.
>
> I am working on an application which needs to check if a certain VALUE
> exists in a registry subkey. Is there an easy way to do this? So far,
> my googles have come up empty on this, though they DO have a plethora
> of information on checking if a KEY exists.
>
> Any help on this is much appreciated.
>
> Thank you,
> Ryan
>
Author
2 May 2007 3:27 PM
Yet Another One
On Wed, 2 May 2007 15:52:33 +0100, "John Timney \(MVP\)"
<x_j***@timney.eclipse.co.uk> staggered into the room, obviously
drunk, and said:

>try this - its c# but will easily convert
>http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=264
>
>--


Thank you very much, this helped a lot.

Ryan