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

JoeSox joesox at gmail.com
Tue Jun 20 15:24:08 CEST 2006


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