Hello
My program is completed. So i build a install file. But i need 1 more file.
The ini file i've generated. The program needs it.
But it's gone!? I've searched all disks and can't find something...
But the program can open it :S .
Maybe you can help me.
This is the code:
Where should Microsoft visual studio save it like this???
If i made it like: IniFile ini = new IniFile("c:\test.ini");
Then i cant find it in de the root of "C:\"
My program is completed. So i build a install file. But i need 1 more file.
The ini file i've generated. The program needs it.
But it's gone!? I've searched all disks and can't find something...
But the program can open it :S .
Maybe you can help me.
This is the code:
Code:
IniFile ini = new IniFile("JTBilling.ini");
ini.IniWriteValue("Info","Database",database.Text);
ini.IniWriteValue("Info","LastName",textBox2.Text);
Where should Microsoft visual studio save it like this???
If i made it like: IniFile ini = new IniFile("c:\test.ini");
Then i cant find it in de the root of "C:\"