bigassmuffin Posted January 6, 2007 Posted January 6, 2007 I checked entire helpfile of combobox, but noone gave an example... Its embaressing asking for somethign so simple, but how do I read which item in the combobox is selected? $Combo1 = GUICtrlCreateCombo("", 448, 352, 145, 25) GUICtrlSetData($Combo1, "Microsoft Michelle|Microsoft Michael|Microsoft Sam", "Microsoft Sam")oÝ÷ ØÌ ¹ë,Á«-+ºØv'g· +«¢+Ø(%%ÀÌØí ½µ¼ÄôÅÕ½Ðí5¥É½Í½Ð5¥¡±±ÅÕ½ÐìQ¡¸($$ÀÌØíÙ½¥ôÄ(%±Í%ÀÌØí ½µ¼ÄôÅÕ½Ðí5¥É½Í½Ð5¥¡°ÅÕ½ÐìQ¡¸($$ÀÌØíÙ½¥ôÈ(%±Í%ÀÌØí ½µ¼ÄôÅÕ½Ðí5¥É½Í½ÐM´ÅÕ½ÐìQ¡¸($$ÀÌØíÙ½¥ôÌ(%¹%( Thanks again for your time
NELyon Posted January 6, 2007 Posted January 6, 2007 If GUICtrlRead($Combo1) = "Microsoft Sam" Then...
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