[Mono-winforms-list] HelpProvider

Mario Sopena Mario Sopena <mario.sopena@gmail.com>
Sat, 26 Feb 2005 17:54:17 +0100


Hello,


On Sat, 26 Feb 2005 04:42:04 -0700, Peter Dennis Bartok
<peter@novonyx.com> wrote:
> Jon,
> 
> Somebody (mario, I believe) in #mono-winforms was working on it. You can

I have started working on it, but it is far from being usable. Besides
I don't know when it will be ;-D.

For creating the stub I recommend you the mono command monop.exe. It
can practically create it for you. You have to point to the dll which
contains the class, and pass it the class you want to stub. For
example, for HelpProvider:

monop -d -r:C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll
System.Windows.Forms.HelpProvider

Hope it helps!

Mario