Create help files/Online help in .NET

  • Thread starter Thread starter PK
  • Start date Start date
P

PK

Hello,
I would like to know how we can create help files or
online help for any application in .NET.
Also could someone tell me briefly whats exactly
Microsoft Help v.1.3 or v.2.0?

Thanks in advance.
PK
 
Hello,
I would like to know how we can create help files or
online help for any application in .NET.

You can author help with Microsoft Help Workshop for MSHelp 1.3 which is
based on .CHM help files, with Visual Studio Help Integration Kit for MSHelp
2.0 (The new MSDN Library format using .HxS and .HxI files). There's a
dedicated newsgroup on help authoring:
microsoft.public.vstudio.helpauthoring, you will definitely find more
detailed information there.
 
Hi,
You can also use a third party utility called NDoc
For more information

http://fogwater.com/Dotnet/Creatingclassdocumentatio.html

Regards
Sachin Kharsani
Microsoft Permier Support

--
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
This posting is provided "AS IS" with no warranties, and confers no rights.
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Dmitriy Lapshin said:
Hello,
I would like to know how we can create help files or
online help for any application in .NET.

You can author help with Microsoft Help Workshop for MSHelp 1.3 which is
based on .CHM help files, with Visual Studio Help Integration Kit for MSHelp
2.0 (The new MSDN Library format using .HxS and .HxI files). There's a
dedicated newsgroup on help authoring:
microsoft.public.vstudio.helpauthoring, you will definitely find more
detailed information there.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

PK said:
Hello,
I would like to know how we can create help files or
online help for any application in .NET.
Also could someone tell me briefly whats exactly
Microsoft Help v.1.3 or v.2.0?

Thanks in advance.
PK
 
Back
Top