Rex Posted December 28, 2005 Posted December 28, 2005 Hi how can i prevent a user to change the values in my combo boxes ??? i have tryed with GUICtrlCreateCombo("All", 16, 56, 65, 21, $ES_READONLY) But that don't seem to work My autoIt ver. is .91
Shibuya Posted December 29, 2005 Posted December 29, 2005 Hi how can i prevent a user to change the values in my combo boxes ???i have tryed with GUICtrlCreateCombo("All", 16, 56, 65, 21, $ES_READONLY)But that don't seem to workMy autoIt ver. is .91i believe you should use $CBS_DROPDOWNLIST The speed of sound is defined by the distance from door to computer divided by the time interval needed to close the media player and pull up your pants when your mom shouts "OH MY GOD WHAT ARE YOU DOING!!!"
Rex Posted December 29, 2005 Author Posted December 29, 2005 i believe you should use $CBS_DROPDOWNLISTThx, works like a dream
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