jackylee0908 1 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 Share this post Link to post Share on other sites
jackylee0908 1 Posted July 3, 2019 Add "BitOR($ES_READONLY, $WS_VSCROLL, $WS_HSCROLL)" can solve the question. Share this post Link to post Share on other sites