Announcement

Collapse
No announcement yet.

MouseMove event

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Edwin Knoppert
    replied
    Check out WM_SETCURSOR
    The params provide the necessary control messages.

    Most apps can do with WM_COMMAND and WM_SETCURSOR.



    ------------------
    [email protected]

    Leave a comment:


  • Lance Edmonds
    replied
    You have to subclass the control in order to receive these 'low-level' messages.

    If you search the Source Code Forum for "subclass" you should fine a few examples of subclassing.



    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>

    Leave a comment:


  • Gregery D Engle
    started a topic MouseMove event

    MouseMove event

    How do I get a mousemove event for a particular DDT control?

    ------------------
    -Greg
Working...
X