 |
|
 |
| |
| Author |
Message |
tinnie
Joined: 26 Jan 2008
Posts: 23
|
Posted:
Sat Jan 26, 2008 6:00 pm |
  |
Username:tinnie
Email Address:e.esdev@gmail.com
MSN Address:lil_danger01@hotmail.com
AIM Address:
What Staff Position do you want? - programmer
What Can You Offer:programs? lol
How Can We Contact You:msn, here, NW forums, Enterstation forums or me and vladie/eki's forum
Why Should We Pick You:because i am experianced
How Often Can You Do Your Job:4pm - 10pm << weekdays on weekends proabably all day
What Experience Do You Have In This Field and any samples you have:
simple code:
vb6 code:
'Store the user name and password
UserName = NameTxt.Text
UserPassword = PasswordTxt.Text
'Validate the user data, then start the connecting sequence
If Game_CheckUserData Then
SendNewChar = False
InitSocket
End If
'Save the game ini (name and password)
Var_Write DataPath & "Game.ini", "INIT", "Name", NameTxt.Text
Var_Write DataPath & "Game.ini", "INIT", "SavePass", -CInt(SavePass)
If Not SavePass Then
Var_Write DataPath & "Game.ini", "INIT", "Password", ""
Else
Var_Write DataPath & "Game.ini", "INIT", "Password", PasswordTxt.Text
End If
'End program
IsUnloading = 1
'Change the value
SavePass = Not SavePass
'Display the image or remove it
If SavePass Then
SavePassImg.Picture = LoadPicture(change 2 pic of login screen)
Else
Set SavePassImg.Picture = Nothing
End If
End Sub |
|
|
   |
 |
Cody4Campb
Site Admin
Joined: 25 Jan 2008
Posts: 60
|
Posted:
Sat Jan 26, 2008 7:34 pm |
  |
accepted>topic>move
powers>admin |
_________________
 |
|
   |
 |
|
|
|
View next topic
View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
 |
|