440LVB Posted May 20, 2005 Share Posted May 20, 2005 Hi there Everything's in the title, do you know how to do?? I tried to put $ES_READONLY as an extended style, but nothing happens. Users can still modify the content of my combo box. Can you help me? This is how I create the combo box: $combo = GUICtrlCreateCombo ( " ", 60, 50, -1, -1, -1, $CBS_SORT+$ES_READONLY) GUICtrlSetData(-1,"Gams|Matlab|Soft|Bidule") $CBS_SORT doesn t work too, but it's not as important as the read only style Thanks for help Link to comment Share on other sites More sharing options...
GaryFrost Posted May 20, 2005 Share Posted May 20, 2005 $CBS_DROPDOWNLIST style SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
440LVB Posted May 20, 2005 Author Share Posted May 20, 2005 (edited) $CBS_DROPDOWNLIST style<{POST_SNAPBACK}>OK thx for the style and the short delay for answer. It works.It wasn't taken in count before because I changed extended styles and not styles. But I didn't know DROPDOWNLIST. Edited May 20, 2005 by 440LVB Link to comment Share on other sites More sharing options...
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