CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: softmessager

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,895

    Re: htmlhelp API pressing the cancel button

    The syntax is different

    See what I Quoted about uCommand ..
    HH_KEYWORD_LOOKUP
    HH_HELP_FINDER etc

    But as per the example in the link i gave, the third parameter is HH_GET_LAST_ERROR
  2. Replies
    7
    Views
    1,895

    Re: htmlhelp API pressing the cancel button

    Oops : My Bad
    You are right.

    I should have atleast looked in my code :)
    Any exapmple? . or piece of code on how to use the HH_GET_LAST_ERROR
  3. Replies
    7
    Views
    1,895

    Re: htmlhelp API pressing the cancel button

    The Syntax for HtmlHelp says

    BOOL HtmlHelp( HWND hWndMain, LPCTSTR lpszHelp,
    UINT uCommand, DWORD dwData )

    .. and our program uses the following options while callin the help in uCommand .....
  4. Replies
    7
    Views
    1,895

    htmlhelp API pressing the cancel button

    Hi Forum

    I have the following code ...




    hHtmlHelp = HtmlHelp( hWndHandle,
    szHelpFileName,
    uiHelpCommand,
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured