ufukkreis853 Posted November 9, 2024 Posted November 9, 2024 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.
argumentum Posted November 9, 2024 Posted November 9, 2024 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.
Dan_555 Posted November 9, 2024 Posted November 9, 2024 Look in the help file at the example for _GUICtrlComboBox_GetCurSel Some of my script sourcecode
ufukkreis853 Posted November 10, 2024 Author Posted November 10, 2024 2 hours ago, Dan_555 said: Look in the help file at the example for _GUICtrlComboBox_GetCurSel thank you this solved my problem 😁
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