ufukkreis853 Posted Saturday at 09:36 PM Share Posted Saturday at 09:36 PM Hello. I am working on a gui and there are multiple GUICtrlCreateCombos. I want to apply the change made in the first GUICtrlCreateCombo to the 2nd and 3rd GUICtrlCreateCombo. What I need is to find out which option is selected in the first GUICtrlCreateCombo. For example, the option selected in the 1st GUICtrlCreateCombo is 7, so I need to be able to select the 7st option in the 2nd and 3rd GUICtrlCreateCombo. I would be glad if you could help. Good forums. Sorry for my bad English, I am using Google Translate. Link to comment Share on other sites More sharing options...
argumentum Posted Saturday at 09:39 PM Share Posted Saturday at 09:39 PM 2 minutes ago, ufukkreis853 said: I am working on a gui Show your code. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Dan_555 Posted Saturday at 10:45 PM Share Posted Saturday at 10:45 PM Look in the help file at the example for _GUICtrlComboBox_GetCurSel Some of my script sourcecode Link to comment Share on other sites More sharing options...
ufukkreis853 Posted Sunday at 01:18 AM Author Share Posted Sunday at 01:18 AM 2 hours ago, Dan_555 said: Look in the help file at the example for _GUICtrlComboBox_GetCurSel thank you this solved my problem 😁 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