25 pts.
 VB Registry Value reader
i want to have a program that only starts if a registry value is correct any help appreciated

Software/Hardware used:
ASKED: November 26, 2008  10:00 PM
UPDATED: December 1, 2008  2:40 PM

Answer Wiki:
<pre>strRegValue = "" GetStringValue(HKEY_LOCAL_MACHINE, "SOFTWAREMicrosoftKEY", "Path", strRegValue) If strRegValue <> "" Then <do something> End If </pre>
Last Wiki Answer Submitted:  November 27, 2008  1:26 am  by  mshen   27,310 pts.
All Answer Wiki Contributors:  mshen   27,310 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Cheers

 25 pts.

 

Dose this work in vb 2008

 25 pts.