[IronPython] embedding IP in C# Windows .NET GUI

Lesley & Mitch Barnett mbarnett at uniserve.com
Thu Jun 22 06:10:41 CEST 2006


Thanks Joe!

-----Original Message-----
From: JoeSox [mailto:joesox at gmail.com] 
Sent: June 20, 2006 6:24 AM
To: Discussion of IronPython
Subject: Re: [IronPython] embedding IP in C# Windows .NET GUI

On 6/19/06, Lesley & Mitch Barnett <mbarnett at uniserve.com> wrote:
> Hi,
>
> I am trying to embed IP in my C# .NET Windows app with limited success.
The
> closest to what I am looking for is this:
>
>
http://lists.ironpython.com/pipermail/users-ironpython.com/2006-April/002205
> .html
>
> But could not get it to work...
>
> I am looking to embed a single RichTextBox for both I/O and the
RichTextBox
> embedded in the main window form (not MDI).
>
> Has anyone had success in doing this?  And willing to share some code?
>
> Thanks in advance,

I wrote "IronTextBox"
http://codeproject.com/useritems/irontextbox.asp
The full source and .dll may be downloaded there.  I wrote it as I was
first learning IronPython so it was kind of pieced together but anyone
can easily drop the box into a form if referenced properly in Visual
Studio.  I have looked in the code in months and haven't tested it
with any versions of IronPython above beta6 if I remember correctly.

I don't think I actually used a RichTextBox because I didn't feel like
messing around (and learning) Rtf.

Later,
Joe





More information about the Ironpython-users mailing list