Click here to Skip to main content
15,908,674 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: WMI in VB.net Pin
UltraCoder28-Oct-06 17:14
UltraCoder28-Oct-06 17:14 
QuestionSimple simulator Pin
moize1228-Oct-06 15:06
moize1228-Oct-06 15:06 
AnswerRe: Simple simulator Pin
UltraCoder28-Oct-06 17:08
UltraCoder28-Oct-06 17:08 
AnswerRe: Simple simulator Pin
Zaegra29-Oct-06 1:14
Zaegra29-Oct-06 1:14 
QuestionReversing a registry change? Pin
Code Crapper28-Oct-06 12:25
Code Crapper28-Oct-06 12:25 
AnswerRe: Reversing a registry change? Pin
Christian Graus28-Oct-06 13:36
protectorChristian Graus28-Oct-06 13:36 
GeneralRe: Reversing a registry change? Pin
Code Crapper28-Oct-06 13:42
Code Crapper28-Oct-06 13:42 
GeneralRe: Reversing a registry change? Pin
Christian Graus28-Oct-06 13:50
protectorChristian Graus28-Oct-06 13:50 
SLRGrant wrote:
Soo, sorry to be a pain but how would I store the 'original' value and then recall it when needed?


With respect, MSDN assumes a level of prior knowledge, which is fairly basic.

If a registry key contains 0, and you stuff 1 in there, the 0 is lost. So, your best bet is probably to write registry values when the app closes. Otherwise, you need to store the 0 in a local variable, and then set it back to 0 ( or whatever ) from that variable when the box is unchecked. If you don't store it locally, it has been overwritten and is lost.

SLRGrant wrote:
All i really know about VB at the moment is how to write values to the registry.


It's highly disfunctional for you to know that, and nothing else. I recommend abandoning this project if this is true, and instead working through a VB.NET book to get some basic skills happening.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: Reversing a registry change? Pin
Code Crapper28-Oct-06 14:02
Code Crapper28-Oct-06 14:02 
GeneralRe: Reversing a registry change? Pin
Christian Graus28-Oct-06 14:07
protectorChristian Graus28-Oct-06 14:07 
GeneralRe: Reversing a registry change? Pin
Code Crapper28-Oct-06 14:15
Code Crapper28-Oct-06 14:15 
GeneralRe: Reversing a registry change? Pin
Christian Graus28-Oct-06 15:09
protectorChristian Graus28-Oct-06 15:09 
GeneralRe: Reversing a registry change? Pin
Code Crapper28-Oct-06 15:15
Code Crapper28-Oct-06 15:15 
GeneralRe: Reversing a registry change? Pin
Christian Graus28-Oct-06 17:08
protectorChristian Graus28-Oct-06 17:08 
QuestionAuthenticate through SMTP Server Pin
BBMB3228-Oct-06 10:52
BBMB3228-Oct-06 10:52 
QuestionMake a form refresh itself Pin
Code Crapper28-Oct-06 10:09
Code Crapper28-Oct-06 10:09 
AnswerRe: Make a form refresh itself Pin
Reuven Elliassi28-Oct-06 10:19
Reuven Elliassi28-Oct-06 10:19 
GeneralRe: Make a form refresh itself Pin
Code Crapper28-Oct-06 10:24
Code Crapper28-Oct-06 10:24 
GeneralRe: Make a form refresh itself Pin
Reuven Elliassi28-Oct-06 10:25
Reuven Elliassi28-Oct-06 10:25 
QuestionPersist a datagridview format? Pin
cstrader23228-Oct-06 5:31
cstrader23228-Oct-06 5:31 
QuestionHow to send mail from windos application Pin
balamurugan8228-Oct-06 2:10
balamurugan8228-Oct-06 2:10 
AnswerRe: How to send mail from windos application Pin
cstrader23228-Oct-06 5:36
cstrader23228-Oct-06 5:36 
Questionhow change row color on(in) datagirid Pin
berzegerol27-Oct-06 20:10
berzegerol27-Oct-06 20:10 
AnswerRe: how change row color on(in) datagirid Pin
Janani Divya27-Oct-06 20:22
Janani Divya27-Oct-06 20:22 
GeneralRe: how change row color on(in) datagirid Pin
berzegerol27-Oct-06 22:19
berzegerol27-Oct-06 22:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.