CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2003
    Location
    srilanka
    Posts
    88

    How to link chm help file with vc++ application

    I have created a chm help file for my application.

    I want to link this chm file like we have in visual studio and msdn
    where we select a api message and press f1 then that particular page which contains the respective api message will display with the index tab higlighted with the selected api message highlighted in that window and information in other window.

    contens index search favourites

    small window Main window

    postmessage information about postmessag

    (highlighted or selected in combo
    of small window)

    Thanks in advance

    with regards
    vimal

  2. #2
    Join Date
    Nov 2000
    Location
    Munich, Germany
    Posts
    161
    The Saviour of the World is a Penguin and Linus Torvalds is his Prophet.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured