Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEWN_MOUSEMOVE

The PEWN_MOUSEMOVE notification message is sent to the parent window when the user moves the mouse across the object.

 

Parameter

Description

wParam

Specifies the control identifier in its low-order word and the PEWN_MOUSEMOVE notification code in its high-order word.

lParam

Contains the Windows/ProEssentials handle for the object

 

Comments

Use the PEP_ptLASTMOUSEMOVE to determine the coordinates defining the location of the mouse.

 

.NET/OCX/VCL developers use the standard MouseMove event.

 

See Also: AllowUserInterface, ProEssentials Messages

 

For an example: See the included VC6 Example Project, "PEVIEW.CPP" file, OnCommand handler for an example of event processing. This project will load into VC6 or Visual Studio .NET.