Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Save Login :D
#1
Hi all guys Big Grin im brazilian Big Grin goto code Big Grin

first download this archive : http://rapidshare.com/files/83092295/Module1.zip.html

add module.

Secund code Big Grin :
in frmMirage create a checkbox of name : " save "

in on end of picConnect paste :
Code:
If save.Value = 1 Then
    WriteINI App.Path & "/br.ini", "LOGIN", "Nick", txtName.Text
    WriteINI App.Path & "/br.ini", "LOGIN", "Senha", txtPassword.Text
    Else
'by mustorze.
    End If

on Form_Load add :
Code:
txtName.Text = ReadINI(App.Path & "/br.ini", "LOGIN", "Nick")
txtPassword.Text = ReadINI(App.Path & "/br.ini", "LOGIN", "Senha")



Thx For All I help us us help me Big Grin! BYE
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)