12-01-2008, 12:08 AM
Hi all guys
im brazilian
goto code 
first download this archive : http://rapidshare.com/files/83092295/Module1.zip.html
add module.
Secund code
:
in frmMirage create a checkbox of name : " save "
in on end of picConnect paste :
on Form_Load add :
Thx For All I help us us help me
! BYE



first download this archive : http://rapidshare.com/files/83092295/Module1.zip.html
add module.
Secund code

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
