Link to home
Start Free TrialLog in
Avatar of aplelois
aplelois

asked on

info from file

hello,
I have this in Accounts.txt
name@mail.com;temp123

and this in my VB6
WebBrowser.Document.Forms("MailForm").All("email").Value = App.Path & "\Accounts.ini"
WebBrowser.Document.Forms("MailForm").All("password").Value = App.Path & "\Accounts.ini"

but how do I make it so it reads email and password?
Avatar of EDDYKT
EDDYKT
Flag of Canada image

Avatar of aplelois
aplelois

ASKER

because is not the same question is it?
readin from a .ini file that contains

[UserNames]
Text_Email=name@mail.com
Text_Password=temp123

and here reading from a .txt file that contains
name@mail.com;temp123
instead of investigating my questions why dont you try helping me better?
ASKER CERTIFIED SOLUTION
Avatar of EDDYKT
EDDYKT
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
no, is not working!!
it works for me what doesn't work?

debug.print split(s, ";")(0)
debug.print split(s, ";")(1)