jackylee0908 Posted July 3, 2019 Posted July 3, 2019 (edited) Hi sir, I have created an Edit box on GUI and I want to set it read only but still able to scroll up/down and left/right, is it possible? Because when I set it with $ES_READONLY and the box become unable to scroll. Thanks. Edited July 3, 2019 by jackylee0908
jackylee0908 Posted July 3, 2019 Author Posted July 3, 2019 Add "BitOR($ES_READONLY, $WS_VSCROLL, $WS_HSCROLL)" can solve the question.
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