nikosliapis Posted September 29, 2021 Share Posted September 29, 2021 Hello, I have a combo box and when the mouse hovers on it and I scroll the mouse wheel, the combo box scrolls and change data. I want to prevent that from happening and change the data on the combo box, only by mouse clicking. Is it possible? Thank you. Coding can be fun when you do it your own. Link to comment Share on other sites More sharing options...
kjpolker Posted October 11, 2021 Share Posted October 11, 2021 _GUICtrlComboBox_SetExtendedUI() Zedna 1 Link to comment Share on other sites More sharing options...
Zedna Posted October 15, 2021 Share Posted October 15, 2021 On 10/11/2021 at 9:40 PM, kjpolker said: _GUICtrlComboBox_SetExtendedUI() Good catch! I have learned new info. Details: https://docs.microsoft.com/en-us/windows/win32/controls/cb-setextendedui Quote By default, the F4 key opens or closes the list and the DOWN ARROW changes the current selection. In the extended UI, the F4 key is disabled and the DOWN ARROW key opens the drop-down list. The mouse wheel, which normally scrolls through the items in the list, has no effect when the extended UI is set. Resources UDF ResourcesEx UDF AutoIt Forum Search 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