Mirage Engine
Save Login :D - Printable Version

+- Mirage Engine (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49)
+---- Thread: Save Login :D (/showthread.php?tid=1502)



Save Login :D - mustorze - 12-01-2008

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