Hello everyone this is my first post so forgive me for posting here if this is the wrong place.
I am trying to write a control interface for a backup script I am using. I got everything to work so far except for the UpDownNumeric controls I use to select values for timeouts and port numbers for the backup and emailer functions.
All of the information gathered from the form is written to registry keys in HKLM\Solignis
For whatever reason and this is my problem, when I set the value for the UpDownNumeric the first time they work just like they should and create a regkey called SMTPPortNumber when I click the "Generate Config" Button. But if I modify the value of the UpDownNumeric and click "Generate Config" again they do not change in the registry.
If I change any of the values that are not UpDownNumeric objects they update just fine when I click the button a second time.
I am storing the value of SMTPPortNumber as an Integer = STMPPortNumber.Value
Any help with this would greatly appreciated.
Oh yeah I using VB.Net 2008 Express
I am trying to write a control interface for a backup script I am using. I got everything to work so far except for the UpDownNumeric controls I use to select values for timeouts and port numbers for the backup and emailer functions.
All of the information gathered from the form is written to registry keys in HKLM\Solignis
For whatever reason and this is my problem, when I set the value for the UpDownNumeric the first time they work just like they should and create a regkey called SMTPPortNumber when I click the "Generate Config" Button. But if I modify the value of the UpDownNumeric and click "Generate Config" again they do not change in the registry.
If I change any of the values that are not UpDownNumeric objects they update just fine when I click the button a second time.
I am storing the value of SMTPPortNumber as an Integer = STMPPortNumber.Value
Any help with this would greatly appreciated.
Oh yeah I using VB.Net 2008 Express