Logo 
Search:

VB.Net Video

Submit Video
Home » Videos » VB.Net

LEARN VB.NET 2008 L3 PASSWORD PROTECTED FORM 2 FORMS & IF

  Shared By: Gymjunnky      Date: Mar 24      Category: VB.Net     
Gymjunnky.com Welcome to learn vb.net this is tutorial 3 and my name is Gym_ In this lesson were going to learn some tricks with duel forms and learn how to do some very basic pass word protected applications So lets get right to it,, 1st thing is open up VB.net ether 2005 or 2008 if you have Vb6.0 have a look on my channel or website and your will find plenty of tutorials for VB 5 and 6.0 Ok so lets get on with the show shall we. Going to open up windows form application and change the name to project 3 and click ok Then im going to draw a button on the form Then im going to add a 2nd form Do this by clicking on project link at the top of VB and then the add windows form tab Then were going to scroll right down the bottom till we see windows form and ether double click on it or high light it and click OK This is going to add the 2nd form to our project After that were going to double click on the button we made on our form1 and insert the codes to open and close our forms Form2.show is used to make our 2nd form visible And me.hide closes no1 form in vb6.0 you could use form1.hide but in 2005 and 2008 you must use the term ME as reference to the form that the code is being placed into And that's it all of 4 words to open and close 2 forms So let's run the program and have a quick look Cool that works So again let's try something a little more advanced,,, let's make form 2 pass word protected Click on the text box icon and draw a textbox on form 1 If textbox 1 . text <b>...</b>
 
Share: 

Didn't find what you were looking for? Find more on LEARN VB.NET 2008 L3 PASSWORD PROTECTED FORM 2 FORMS & IF Or get search suggestion and latest updates.

 

Related Videos