BUG: WinHelp() Call Fails Using HELP_TCARD Option in Win32sLast reviewed: March 11, 1997Article ID: Q149967 |
1.30c
Win32s
kbtool kbbuglist
The information in this article applies to:
SYMPTOMSThe WinHelp() call fails when using the HELP_TCARD option under Win32s. For example, the following WinHelp call fails and WinHelp does not appear:
WinHelp(hWnd, "GENERIC.HLP", HELP_TCARD | HELP_CONTEXT, 99) STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe user is guided through the steps of a task when an application displays a sequence of instructions using training card help. A training card typically consists of text that explains a particular step and authorable buttons associated with TCard macros that allow the user to tell the application what to do next. The training card instance of Windows Help is initiated by an application calling the WinHelp function and specifying the HELP_TCARD command in combination with another command such as HELP_CONTEXT. Subsequently, when the user clicks an authorable button in the training card, clicks a hot spot assigned to the TCard macro, or closes the training card, Windows Help notifies the application by sending it a WM_TCARD message.
|
Additional reference words: 1.30c Win32s Winhlp32 TCARD WM_TCARD
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |