> Only works if you have Visual Studio (Framework is not enough, so I couldn't > try it)
The following page contains some info how to install MSHelp2 SDK without VS.NET: http://www.helpware.net/mshelp2/h2faq.htm You can decompile help files (extract HTML etc) using compiler included in the SDK (hxcomp) with -u option. If you have VS.NET there is a special help project type for decompilation. Sergey ----- Original Message ----- From: "Guenther Roith" <[EMAIL PROTECTED]> To: "Miguel de Icaza" <[EMAIL PROTECTED]> Cc: "mono-list" <[EMAIL PROTECTED]> Sent: Sunday, August 11, 2002 7:16 PM Subject: Re: [Mono-list] Need help: writing a COM control. > Hi! > > The help thing is called MSHelp 2 > > No COM help, but I have 2 sources that _might_ help you to access the files > (and possibly convert them): > > > Visual Studio .NET Help Integration Kit 2.1: > http://www.microsoft.com/downloads/release.asp?ReleaseID=37972 > > Only works if you have Visual Studio (Framework is not enough, so I couldn't > try it) > > Also more information is here: > http://www.help-guide.de/ (Help 2.0) > > However, it might help not, too ;-) > > > > What data exactly do you want get? > The Source when you right-click in the Browser? > > > Johannes > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
