[Python.NET] Windows Forms design...

Thane thane at magna-capital.com
Sun Jul 10 08:50:27 CEST 2005


Use VS to create a C# Windows Form, then either hand translate to Python.NET
or use something like http://www.digitalfanatics.org/e8johan/projects/cs2py/


I prefer to translate "manually", which means that a smart editor does 90%
of the work and I tweak the rest.

HTH

> -----Original Message-----
> From: pythondotnet-bounces at python.org [mailto:pythondotnet-
> bounces at python.org] On Behalf Of Alex Mohr
> Sent: Saturday, July 09, 2005 10:28 PM
> To: pythondotnet at python.org
> Subject: [Python.NET] Windows Forms design...
> 
> Hi Folks,
> 
> I'm new to Python for .NET and I'm wondering what methods folks are
> using for creating Windows Forms apps with Python.  Is there a nice way
> to use the forms designer in Visual Studio .NET with Python?  Or are
> people just creating forms directly in code?  I tried googling around
> for this but couldn't find much.
> 
> Thanks,
> 
> Alex
> _________________________________________________
> Python.NET mailing list - PythonDotNet at python.org
> http://mail.python.org/mailman/listinfo/pythondotnet



More information about the PythonDotNet mailing list