ipramono Posted December 10, 2007 Posted December 10, 2007 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.
weaponx Posted December 10, 2007 Posted December 10, 2007 Why not use GUICtrlCreateEdit()?? Combine styles using BitOr($style1, $style2)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now