Re: [python-win32] Using .chm files.

2008-03-24 Thread niki
Arun v n wrote: > Im in need of using a .chm help file where .hlp help fines are curretly > being used.. > Winhelp() method is used for opening .hlp files.. Mine is a win32 > applicatio... How could I make use of HTMLHelp() method in Win32.. Is > there any specific headers and libs that I will h

Re: [python-win32] Using .chm files.

2008-03-23 Thread Marcus Low
- From: Arun v n To: python-win32@python.org Sent: Sunday, March 23, 2008 9:18 PM Subject: [python-win32] Using .chm files. Im in need of using a .chm help file where .hlp help fines are curretly being used.. Winhelp() method is used for opening .hlp files.. Mine is a win32

Re: [python-win32] Using .chm files.

2008-03-23 Thread Tim Golden
Arun v n wrote: > Im in need of using a .chm help file where .hlp help fines are curretly > being used.. > Winhelp() method is used for opening .hlp files.. Mine is a win32 > applicatio... How could I make use of HTMLHelp() method in Win32.. Is > there any specific headers and libs that I will h

[python-win32] Using .chm files.

2008-03-23 Thread Arun v n
Im in need of using a .chm help file where .hlp help fines are curretly being used.. Winhelp() method is used for opening .hlp files.. Mine is a win32 applicatio... How could I make use of HTMLHelp() method in Win32.. Is there any specific headers and libs that I will have to include.. Or is the