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

Visual Basic

 
GeneralRe: How to send mail and Fax from Windos Application in .net 2003 Pin
Dave Kreskowiak29-Oct-06 16:32
mveDave Kreskowiak29-Oct-06 16:32 
AnswerRe: How to send mail and Fax from Windos Application in .net 2003 Pin
Dave Kreskowiak29-Oct-06 16:41
mveDave Kreskowiak29-Oct-06 16:41 
QuestionWMI in VB.net Pin
andyr200528-Oct-06 15:46
andyr200528-Oct-06 15:46 
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 
I am in the middle of making an application that tweaks the registry like this, (This one just places the admin account on the windows XP startup screen)

Dim reg As RegistryKey
Dim intNumber As Integer = 1
Dim strKey As String = "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList"
reg = Registry.LocalMachine.CreateSubKey(strKey)
reg.SetValue("Administrator", intNumber)
If Not reg Is Nothing Then reg.Close()

But when you check the box on my application to make this happen, how can i get it so that when the box is unchecked it will reverse the change instead of me manually going into the registry and changing the value back to 0? also how would i make it so that my application will save the checkboxes states when it is closed and then re-opend? Confused | :confused:

I really need help with this as microsoft are not much help Frown | :(
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 
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 

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.