Thread: Compiled HTML Help (.chm)

  1. #1
    Registered User
    Join Date
    May 2007
    Posts
    2

    Question Compiled HTML Help (.chm)

    Hi i need some help to program a .chm viewer. what i need is - when i browse a file that is aved as .chm in the form will appear the data of the .chm file. can you help me to make the .chm viewer?

  2. #2
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Unless there is a 'chm' 'control' in C# / .NET then you'll have to render it and read it yourself. I suggest you research the CHM file format and headers.

  3. #3
    Registered User
    Join Date
    May 2007
    Posts
    2

    10x

    thanks for your help but i am a very beginner in c# you can't help me more pls?

  4. #4
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    no, I don't even know C#

  5. #5
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Microsoft provides the CHM viewer ActiveX control. Bind it into your program and display it in a form of its own.

    If you don't know how to do that, I suggest Google.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Please Help - C code creates dynamic HTML
    By Christie2008 in forum C Programming
    Replies: 19
    Last Post: 04-02-2008, 07:36 PM
  2. Writing an HTML Preprocessor
    By thetinman in forum C++ Programming
    Replies: 1
    Last Post: 09-17-2007, 08:01 AM
  3. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  4. Operator overloading in template classes
    By moejams in forum C++ Programming
    Replies: 5
    Last Post: 07-21-2003, 05:16 PM
  5. Design + HTML
    By orbitz in forum C Programming
    Replies: 8
    Last Post: 11-21-2002, 06:32 AM