Jump to content

Recommended Posts

Posted

In my program I have a "notes section" which is an input box that has multiple lines.

I want it so the user can store these notes to a .ini file.

At the momment when they click the "store" button, all of the input boxes content is being stored but like so:

CODE

[Notes]

Notes=entryline1

entryline2

entryline3

This means that when I read the .ini with:

$note_input = GUICtrlCreateInput(IniRead("C:\WINDOWS\Temp\stored.ini","Notes","Notes",""),10, 230, 475,60, $style)

I hope that helps.

Edit: also:

$style = $ES_MULTILINE++$WS_VSCROLL++$ES_WANTRETURN

^^ I think thats the cause, the "return" key is forcing it to store them on seperate lines in the .ini.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...