vick Posted August 22, 2017 Posted August 22, 2017 Hi, I have combobox of this class WindowsForms10.COMBOBOX.app.0.c8febe3 . it has list of values like ABDOMINAL,LEG,WOUND,NECK etc. Now when i use any control function and string ABDOMINAL and it selects LEG because last letter of ABDOMINAL is L. How to select ABDOMINAL with select string in this control?
vick Posted August 22, 2017 Author Posted August 22, 2017 Now i can get text and index of string so let say for NECK index is 5 so how i can select with index?
vick Posted August 25, 2017 Author Posted August 25, 2017 Now I get it by using _GUICtrlComboBox_FindString,_GUICtrlComboBox_GetListArray and _GUICtrlComboBox_SelectString fuction.
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