Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Visual Basics Password Generator
Name: Wazn Date: January 4, 2005 at 16:35:46 Pacific OS: Windows XP Pro CPU/Ram: 256
Comment:
I am making a Visual Basic 6.0 based password generator for fun.
I need to know - How to make the code generate a certain amout of numbers/letters when u select a button and press generate - And for fun i want to add an encryption tool so it can encrypt/decrypt messages.
Summary: Hi everyone. Need your help. I Am creating a Windows application in Visual basic 6 that writes data into SQL database. My login Form that firstly show when running the app is frmLogin. I have Got a c...
Summary: Hey, I'm a big huge Visual Basic(6.0) newbie and I took a programming course in school that's way over my head. I need to build a basic log in screen, I just need the name, no password or anything fa...
Summary: username = samad If Text1.Text <> username Then MsgBox "error" Else password = pass If Text2.Text <> password Then MsgBox "error" Else frmSignOn.Hide frmMenu.Show frmMenu.SetFocus End If End...