Detailed instructions for use are in the User's Guide.
[. . . ] The content of this guide is furnished for informational use only, is subject to change without notice, and should not be construed as a commitment by Adobe Systems Incorporated. Adobe Systems Incorporated assumes no responsibility or liability for any errors or inaccuracies that may appear in the informational content contained in this guide. Please remember that existing artwork or images that you may want to include in your project may be protected under copyright law. [. . . ] This product includes cryptographic software written by Eric Young (eay@cryptsoft. This product contains either BESAFE and/or TIPEM software by RSA Data Security, Inc. Portions of this product were created using LEADTOOLS© 1991-2001, LEAD Technologies, Inc. The Software and Documentation are “Commercial Items, ” as that term is defined at 48 C. 7202-4, as applicable, the Commercial Computer Software and Commercial Computer Software Documentation are being licensed to U. Government end users (a) only as Commercial Items and (b) with only those rights as are granted to all other end users pursuant to the terms and conditions herein. Unpublished-rights reserved under the copyright laws of the United States. Government End Users, Adobe agrees to comply with all applicable equal opportunity laws including, if appropriate, the provisions of Executive Order 11246, as amended, Section 402 of the Vietnam Era Veterans Readjustment Assistance Act of 1974 (38 USC 4212), and Section 503 of the Rehabilitation Act of 1973, as amended, and the regulations at 41 CFR Parts 60-1 through 60-60, 60-250, and 60-741. The affirmative action clause and regulations contained in the preceding sentence shall be incorporated by reference. We recommend that you update your browser to a version that supports frames. SuggestViewNoFrameMessage=To view the Help system without frames, click this SuggestViewNoFrameMsg2=hyperlink. Blank_topic_text=This topic was created by WinHelp Project Conversion Wizard, and is the destination of a missing topic or broken hyperlink. Listes avancées Ce type de liste comprend les styles d’en-tête numérotés (du type 1, 1. Syntaxe de la fonction RH_ShowHelp
Syntaxe de la fonction RH_ShowHelp
RH_ShowHelp(hParent As Long, a_pszHelpFile As String, uCommand As Long, dwData as Long) As Boolean
Exemple :
To open the topic mapped to number 1: Public cshObject as new RoboHelp_CSH . UTILISATION DE ROBOHELP HTML 8 244
Aide contextuelle
CWaitCursor wait; if (IsFrameWnd()) { // CFrameWnd windows should be allowed to exit help mode first CFrameWnd* pFrameWnd = (CFrameWnd*)this; pFrameWnd->ExitHelpMode(); } // cancel any tracking modes SendMessage(WM_CANCELMODE); SendMessageToDescendants(WM_CANCELMODE, 0, 0, TRUE, TRUE); // must use top level parent (for the case where m_hWnd is in DLL) CWnd* pWnd = GetTopLevelParent(); pWnd->SendMessage(WM_CANCELMODE); pWnd->SendMessageToDescendants(WM_CANCELMODE, 0, 0, TRUE, TRUE); // attempt to cancel capture HWND hWndCapture = ::GetCapture(); if (hWndCapture ! = NULL) ::SendMessage(hWndCapture , WM_CANCELMODE , 0 , 0); // Set the path to server-based help CString csOnlineHelpPath = _T("http://myserver/RoboAPI. [. . . ] Add(filemenu); Menu helpmenu = new Menu("Help"); contentsMenu = new MenuItem("Help Contents"); contentsMenu. TopicID = LABEL // Pass the component with the associated TopicID to the CSHManager Object contextManager. AddComponent(label, LABEL, true, true); // Add TextField TextField field = new TextField(15); mainPanel. [. . . ]