Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEWN_CURSORMOVE

The PEWN_CURSORMOVE notification message is sent to the parent window when the user changes the cursors location.

 

Parameter

Description

wParam

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

pnDay

Contains the Windows/ProEssentials handle for the object

 

Comments

Use the CursorSubset and CursorPoint properties to determine the subset and point indices of the cursors location.

 

.NET developers use the PeCursorMoved event.

OCX/VCL developers use the event CursorMoved

 

See Also: PEWN_PRECURSORMOVE, CursorMode, 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.