Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79567 --- shadow/79567 2007-04-20 05:55:32.000000000 -0400 +++ shadow/79567.tmp.28454 2007-05-08 07:58:08.000000000 -0400 @@ -42,6 +42,20 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-04-18 10:18 ------- Adding comment from #80204 ------- Additional Comments From Chris Toshok 2006-12-11 11:16 ------- if it's an actual url, apparently Process.Start ("http://...") will work on both linux and windows. + +------- Additional Comments From [EMAIL PROTECTED] 2007-05-08 07:58 ------- +libCHM is only a library to extract contents from a help file, we +would have to write that content to disk as a html file, check every +reference to external sources, load that content from the help file +and update the html file before we can open a web browser on the html +file. + +The port to C# seems to be doing all this, it is however a +CompactFramework project, it would have to be ported to winforms, and +at least parts of it has LPGL license. + +One idea might be do port this CF application to a separate +Mono.Windows.Help assembly with a LPGL license. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
