-
ini file in vb.6.0
Hi :) !
I have a small problem with my .ini file that i created in visual b.6.0
I can put info into the .ini file but i cannot get it to send back the info when i am starting up my form.
I have tested others opensource programs under the link www.planetsourcecode.com but i still havent found my problem .
If you have any idea at all please type a line.
//
I tryed making a simple Name , Password save into a .ini but only got it to put the name and password in..and not type out the name in the second form in a textbox .. called text1..
//
/ArticMist 2001
-
Sounds to me all you need is to know how to read from a file. Use the FileSystemObject. Details can be found on http://www.codeguru.com/columns/VB/PK060801.html
-
Thanx !
Tnx for such a quick responce :)
/ArticMist 2001