Jump to content

Recommended Posts

Posted (edited)

I'm trying to create a multi-line input box, but it seems I am missing something. I figured it would be as straightforward as:

$inpDisplay = GUICtrlCreateInput ("", 5, 5, 490, 430, $ES_MULTILINE)

but, I suppose it's not because the created input box does not show new lines - rather the character that represents a line feed.

What am I missing?

Thanks,

-Chad

Edited by chad.stout

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
×
×
  • Create New...