Jump to content

Recommended Posts

Posted

Hi,

I tried to create a test tool that will spit out the result in a little output box.

I tried to use GUICtrlCreateInput, but I don't know how to make it both multiline AND read-only.

$outputContainer = GUICtrlCreateLabel("Output",$outputGroupX, $outputGroupY, 300,200, $ES_MULTILINE) ---> how to use more than 1 style?

Or, is there any easier alternative?

Thank you.

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...