Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help w/ my new operating system
#1
i don't really know the code for the login form can anybody help?


Attached Files Thumbnail(s)
   
#2
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()
My Blog | My Setup | My Videos | Have a wonderful day.
#3
ok thanks <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->
#4
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
#5
but ummmm sorry cant help with register

<!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarrassed" /><!-- s:oops: -->
#6
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.");


Possibly Related Threads…
Thread Author Replies Views Last Post
  how do you make a register system in VB using Dropbox Cecilio 2 13,133 08-15-2013, 08:14 AM
Last Post: Cecilio
  little help! working with system time jochen29 1 8,723 09-23-2012, 10:02 AM
Last Post: Vinwarez
  making a windows login system Bradley 3 12,891 05-29-2012, 04:47 PM
Last Post: brandonio21
  Plugin System? zmanalpha 2 10,972 12-19-2011, 02:56 PM
Last Post: zmanalpha

Forum Jump:


Users browsing this thread: 1 Guest(s)