Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Noob to vb.net,need some guidance and tips for begining
#5
You can make a login box to another form.

Steps

1. Make a second form.
2. Go back to form1.vb.
3. Add 2 buttons and 2 textbox's.
4. Name 1 button Login and the other Cancel Or Exit.
5. Double click Cancel Or Exit and type
Code:
end
6. Now double click Login and type
Code:
if textbox1.text = "Username" + textbox2.text = "Password" then
form2.show
me.hide
else
msgbox("Username or Password is incorrect or missing",msgbox.style.critical,"Error")

7.Your done !
Reply


Messages In This Thread
RE: Noob to vb.net,need some guidance and tips for begining - by Toχic - 06-01-2010, 10:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [VB.Net] Simple captcha class [Commented][Noob/Friendly] The-One 18 9,633 09-08-2012, 04:20 PM
Last Post: spesificrelax
  {Noob Proof} Get text from a Website to a Textbox {TuT} iCrack 3 1,519 06-20-2011, 09:07 PM
Last Post: LulzBoat
  Noob's doubt about persistant process[Help] mandi 6 1,146 08-11-2010, 12:09 AM
Last Post: Daniel Faraday

Forum Jump:


Users browsing this thread: 2 Guest(s)