Hi..
I have developed a desktop application and it is working successfully.
Now i want to add an option "HELP".
my problem is .....How i can create my help file same as msd.
so that i can provide help same as provided by msdn.
plz help me.
Thank You
Loading
Sam HobbsPosted Mar 1, 2011, 12:58 AM
One more thing. You probably already have the HTML Help Workshop installed in your system; installed with Visual Studio. So before trying to download and install it, check to see if it is already there.
Mahesh ChandPosted Feb 28, 2011, 9:50 AM
http://msdn.microsoft.com/en-us/library/ms670128(v=VS.85).aspx
Mahesh ChandPosted Feb 28, 2011, 9:49 AM
You can also use Visual Studio to build help files. Here is some information.
A help project (.hhp) file contains information about the location of your HTML topic files, contents (.hhc) files, index (.hhk) files, image (.png, .jpeg, .gif) files, and other files. Project files also contain help window definitions and other options that customize the way a help system functions.
What do you want to do?
Suthish NairPosted Feb 28, 2011, 9:42 AM