SAM_Help is sent to any top level window and MDI window when the user presses the F1 function key. It is used in conjunction with SalWinHelp to call up a user-created Help system. The wParam contains the handle of the child object that has the focus that you can use for a context-sensitive help system. Message Variables hWndForm Window handle of the current form window or table window. hWndItem Window handle of the current form window or table window. wParam Window handle of the child window that has the focus. IParam Unused. No Example

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public const int SAM_Help

See Also