Go Back   Gaming Gutter > Non-Gaming > Programming > Program Requests


Program Requests - Got a request? Here's the place to request some programs to fit your needs.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post How the hell is that an...
Yesterday 06:19 PM
by Fewmitz
Last post by Kyo
Today 04:13 AM
30 Replies, 191 Views
Go to first new post I'm gonna go fucking...
Today 12:26 AM
Last post by Bex
Today 04:12 AM
4 Replies, 24 Views
Go to first new post YUM.
Yesterday 04:45 PM
Last post by Kyo
Today 04:09 AM
16 Replies, 83 Views
Go to first new post Formal Dresses
Today 04:08 AM
by Bex
Last post by Bex
Today 04:08 AM
0 Replies, 5 Views
Go to first new post Should guys shave their...
04-05-2007 05:22 AM
by Noodle
Last post by nightkitty
Today 04:03 AM
399 Replies, 5,429 Views
Reply
 
LinkBack Thread Tools Display Modes

 Program locker ??
Old 02-12-2008, 07:48 AM   #1 (permalink)
Underground

Female SpAtularrr is offline
 
SpAtularrr's Avatar
 
Join Date: Dec 2007
Location: England
Age: 19
Posts: 231
iTrader: 1 / 100%
SpAtularrr Is Recognizable
Rep Power: 3
Program locker ??

I am currently making a payroll system as a porject for computing.
I have my log in code as so..

Quote:
Private Sub Command1_Click()
If (LCase(Text1.Text)) = "admin" And (LCase(Text2.Text)) = "admin" Then
Unload Me
Form4.Show
Else
MsgBox "Please Enter Correct Username and Password"
End If

End Sub
I am going to add a commmand button to each page so the system can be locked and they can leave the computer with the login page, i was going to just put..

Quote:
Private Sub Command4_Click()
Form4.Hide
Form3.Show
End Sub
But when reloging in it won't take me to the previous page.
Should i make a seperate login page for each command button so it will re-direct it to the previouc page or is there a way around this?
  Reply With Quote

 
Old 02-16-2008, 12:27 AM   #2 (permalink)
Underground

Male second2none is offline
 
Join Date: Sep 2006
Location: BrisBANE <----
Age: 19
Posts: 5,025
iTrader: 1 / 100%
second2none Is a Party Captainsecond2none Is a Party Captainsecond2none Is a Party Captain
Rep Power: 16
Quote:
Private Sub Command1_Click()
If LCase(Text1.Text) = "admin" And LCase(Text2.Text) = "admin" Then
Unload Me
Form4.Show
Else
MsgBox "Please Enter Correct Username and Password"
End If

End Sub
try that
__________________
This is from:
Screenies Of A Mod
Code:
How did you do it? FLP , jotform, some other form of hacking? - First Class Noob
Lawl.. funny shit.

Quote:
Originally Posted by Kore
By k[ore] on Today, 08:44 AM
i'll give you rep alright, but it won't be positive.
Lawl Ownt

Hoes forgot to eat a dick and shut the FUCK UP!
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 04:54 AM.


vBulletin skin developed by: eXtremepixels
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.14333296 seconds (100.00% PHP - 0% MySQL) with 19 queries