Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


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

Search Results for "WinHelp" in [All]

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

Constants

4: 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.

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: