Armand Posted August 25, 2007 Posted August 25, 2007 hey guys i want to display a whole lot of text inside my gui, what control should i use ?! currently using an editbox and setting it disable (which makes it look kinda ugly...) [u]My Au3 Scripts:[/u]____________(E)Lephant, A Share download manager (RS/MU etc)Http1.1 Console, The Ez Way!Internet Reconnection Automation Suite & A Macro Recording Tool.SK's Alarm Clock, Playing '.MP3 & .Wav' Files._________________Is GOD a mistake of the Humanity Or the Humanity is a mistake of GOD ?!
Siao Posted August 25, 2007 Posted August 25, 2007 (edited) currently using an editbox and setting it disable (which makes it look kinda ugly...)Set it to read-only (ES_READONLY style). In general, the look depends on styles and ex.styles. RTFM FTW Edited August 25, 2007 by Siao "be smart, drink your wine"
Armand Posted August 25, 2007 Author Posted August 25, 2007 already done that too... (still the same!) [u]My Au3 Scripts:[/u]____________(E)Lephant, A Share download manager (RS/MU etc)Http1.1 Console, The Ez Way!Internet Reconnection Automation Suite & A Macro Recording Tool.SK's Alarm Clock, Playing '.MP3 & .Wav' Files._________________Is GOD a mistake of the Humanity Or the Humanity is a mistake of GOD ?!
MHz Posted August 25, 2007 Posted August 25, 2007 Do not disable the edit control unless you do it for a reason. Add the ES_READONLY style as Siao mentioned and then set the back ground color of the control if needed. I do not understand "still the same!" when I expect it to be different.
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