|
-
Nov 17th, 2021, 07:38 AM
#11
Addicted Member
Re: CommonControls (Replacement of the MS common controls)
hi ~ Krool
 Originally Posted by Krool
I don't get it. Can you provide a demo?
Doesn't it have something todo that on newer OS the mouse scroll receiver is nowadays the "window under cursor" instead of the "window which has focus" ?
Run in exe + Win7_64bit
=====================
cc.zip
=====================

====================
IF Run in VB IDE
-> mouse click comboBox drop list ( VB IDE is in background )
-> mouse start scroll on comboBox drop list
-> mouse focus will auto jump to VB IDE immediately
, and VB IDE start scroll ( because VB IDE get focus and goto foreground )
======================
For w = 1 To 100 '-----> 5 change as 100
ComboBoxW1.AddItem w
Next
if w is from 5 change to 100 , the strange issue will disappear
ComboBoxW1 drop list will scroll correctly
Last edited by quickbbbb; Nov 17th, 2021 at 08:19 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|