Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about VB
#2
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
my.settings.user = textbox1.text
my.settings.pass = textbox2.text
my.settings.save()
End if
Reply


Messages In This Thread
Question about VB - by Đενɨаηсε™ - 06-10-2010, 08:54 AM
RE: Question about VB - by Fragma - 06-11-2010, 01:50 AM
RE: Question about VB - by Đενɨаηсε™ - 06-11-2010, 10:03 AM
RE: Question about VB - by Fragma - 06-11-2010, 11:20 AM
RE: Question about VB - by Đενɨаηсε™ - 06-11-2010, 11:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)