hi,
i need to save checkbox to My.Settings - can some1 help me...
On my settings page I added:
Name: show_setup, Type: boolean, Scope: user and emptied the Value....
My checkbox is called: ShowSetup and is checked=true, when i run my app i need it to un-check an save on button click....
I tried:
If ShowSetup.Checked Then My.Settings.show_setup = False
This doesn't do it.....
i need to save checkbox to My.Settings - can some1 help me...
On my settings page I added:
Name: show_setup, Type: boolean, Scope: user and emptied the Value....
My checkbox is called: ShowSetup and is checked=true, when i run my app i need it to un-check an save on button click....
I tried:
If ShowSetup.Checked Then My.Settings.show_setup = False
This doesn't do it.....