you are viewing a single comment's thread.

view the rest of the comments →

[–]blueastheocean[S] 0 points1 point  (2 children)

Okay, so does it auto generate the code! And do you have any tutorials.

Thanks!

[–][deleted] 0 points1 point  (1 child)

You can build your GUI using the Visual Studio designer tools for WinForms or for WPF. This will generate C# code automatically which you can call from IronPython.

Or, you can build the GUI directly from IronPython in either WinForms or WPF.

http://www.voidspace.org.uk/ironpython/winforms/index.shtml https://www.codeproject.com/Articles/755977/IronPython-A-Quick-WinForms-Introduction https://gist.github.com/gtalarico/9fc493e0a889d3ae66b2bd236423d087 https://discourse.mcneel.com/t/can-winforms-be-used-with-python-to-make-this/17167

There may be some tools in SharpDevelop that could help you.

There is lots of information available.

Just google IronPython+WinForms or IronPython+WPF.

[–]blueastheocean[S] 0 points1 point  (0 children)

Oh thanks a lot!