Login?
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts
Page 1 of 1
Make 3 settings.
One named un
One named p
One named rm(change it to a boolean value.)
Put a check box
On checkbox check Put
One named un
One named p
One named rm(change it to a boolean value.)
Put a check box
On checkbox check Put
Code: Select all
Then, in form load put this:
My.settings.rm = true
my.settings.un = textbox1.text
my.settings.p = textbox2.text
my.settings.save
my.settings.reload
Code: Select all
tell me if it didnt work, i didnt test it in vb, dont have the time.if my.settings.rm = true then
textbox1.text = my.settings.un
textbox2.text = my.settings.p
checkbox1.checked = true
else
checkbox1.checked = false
end if
3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023