Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "WinHelp" in [All]

Constants

1: WM
.
WM_TCARD 0x52 Sent to an application that has initiated a training card with Microsoft Windows Help. The message informs the application when the user clicks an authorable button. An application initiates a training card by specifying the HELP_TCARD command in a call to the WinHelp function.

user32

.

    WindowInteropHelper winHelp = new WindowInteropHelper(target);

.

Then use winHelp.Handle insted of GetActiveWindowHandle().

.
Summary
.

///<Summary>Commands to pass to WinHelp()</Summary>

.

enum WinHelpCommands : uint

.

'''<Summary>Commands to pass to WinHelp()</Summary>

.

Public Enum WinHelpCommands As UInteger

.

Public Enum WinHelpCommands

.
Documentation
[WinHelpCommands] on MSDN

Enums

.

    /// Sent to an application that has initiated a training card with Microsoft Windows Help. The message informs the application when the user clicks an authorable button. An application initiates a training card by specifying the HELP_TCARD command in a call to the WinHelp function.

.

    '''Sent to an application that has initiated a training card with Microsoft Windows Help. The message informs the application when the user clicks an authorable button. An application initiates a training card by specifying the HELP_TCARD command in a call to the WinHelp function.

.

    /// The child window should pass the message to the parent window procedure, which should call the WinHelp function using the HELP_WM_HELP command.

.

    ''' The child window should pass the message to the parent window procedure, which should call the WinHelp function using the HELP_WM_HELP command.

.
Summary
.

///<Summary>Commands to pass to WinHelp()</Summary>

.

enum WinHelpCommands : uint

.

'''<Summary>Commands to pass to WinHelp()</Summary>

.

Public Enum WinHelpCommands As UInteger

.

Public Enum WinHelpCommands

.
Documentation
[WinHelpCommands] on MSDN

 
Access PInvoke.net directly from VS: