|
-
May 30th, 2024, 05:05 AM
#11
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
 Originally Posted by Krool
For my non-OLE DragRow/DragCol methods which enter a modal message loop -
I have timers which ticks when mouse is idle, so it's a combination of WM_MOUSE and SetTimer/KillTimer.
Any WM_MOUSEMOVE will reset the timer to not have "double" thing.
This should be separable with relative ease, via proper bool-Flags -
which depend on, whether MouseY is inside the Control or not (whilst the Mousekey is down).
If outside the Control, then only the timer is responsible, if inside the Control, then only Mouse_Move...
Olaf
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
|