06-10-2010, 08:54 AM
How can I make my program remember the information typed into two textboxes by the click of a checkbox?
Thank you!
Thank you!
Question about VB
|
06-10-2010, 08:54 AM
How can I make my program remember the information typed into two textboxes by the click of a checkbox?
Thank you!
06-11-2010, 01:50 AM
Urmmm *puts thinking cap on*....
Been a long time since I coded something in VB but i THINK this is correct... You need to create 2 new settings, 1 for each textbox. (I'm assuming its password & username you are wanting to remember) So name them pass & user The code If i remember correctly is something like this Code: If checkbox1.checked = true then
06-11-2010, 10:03 AM
(06-11-2010, 01:50 AM)Dubstep Wrote: Urmmm *puts thinking cap on*.... Thanks, but that's what I was using before...didn't seem to work. Code: Private Sub Form1_load This should work for you.
Ok, I'll try again. By the way, this is for my MSN unfreezer. It's also HWID protected and has a built in updater.
|
« Next Oldest | Next Newest »
|