06-09-2012, 09:53 AM
i don't really know the code for the login form can anybody help?
Help w/ my new operating system
|
06-09-2012, 09:41 PM
Uh. Well, what you can do is create a whole User class, outlined a little something like this:
Class User --> Username --> Password -->Sub Save() -->Sub Remove() -->Function Exists()
06-10-2012, 06:53 AM
ok thanks <!-- s --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="" title="Very Happy" /><!-- s -->
07-23-2012, 06:57 AM
um heres my code i think it will help it did 4 me
public class form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click If TextBox1.Text = "User Name" AndAlso TextBox2.Text = "Password" Then form2.show() Else MsgBox("Invalid!") End If End Sub End Class
07-23-2012, 06:58 AM
but ummmm sorry cant help with register
<!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarrassed" /><!-- s:oops: -->
07-24-2012, 12:50 PM
The register is rather easy. It just depends how want it; through database or through settings.
Also known as Rocketalypse.
System.out.println("I prefer Java."); |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
how do you make a register system in VB using Dropbox | Cecilio | 2 | 13,949 |
08-15-2013, 08:14 AM Last Post: Cecilio |
|
little help! working with system time | jochen29 | 1 | 9,320 |
09-23-2012, 10:02 AM Last Post: Vinwarez |
|
making a windows login system | Bradley | 3 | 13,886 |
05-29-2012, 04:47 PM Last Post: brandonio21 |
|
Plugin System? | zmanalpha | 2 | 11,688 |
12-19-2011, 02:56 PM Last Post: zmanalpha |