Hi!
I'm about to start expand an program i built at work to include the storing of text's for later use.
Here's what I want to do.
I have a textbox where the user can put the text they want to save for later, they also must name their saved text.
So question is how do i create an function that creates an .ini file in a specfic location like c:\inifile.ini
and a function that writes the text stored in my textboxes.
I know Ill have do divide as name and content will differ. So when creating the ini file ill have to write something to start from.
Anyone can pint to code that does this can't be the first time cheers!
//Carl
I'm about to start expand an program i built at work to include the storing of text's for later use.
Here's what I want to do.
I have a textbox where the user can put the text they want to save for later, they also must name their saved text.
So question is how do i create an function that creates an .ini file in a specfic location like c:\inifile.ini
and a function that writes the text stored in my textboxes.
I know Ill have do divide as name and content will differ. So when creating the ini file ill have to write something to start from.
Anyone can pint to code that does this can't be the first time cheers!
//Carl