简体   繁体   中英

How to design a Windows Forms App with Iron Python

I just got Visual Studio 2013 RC with PTVS ( Python Tools for Visual Studio ). How would I use the Windows Forms Designer that Visual Studio has built in with Python? VS has an Iron Python template for WF, but there's no way to use the actual GUI designer. Is there any way to get the GUI designer functionality with python?

Python Tools for Visual Studio does not have a Windows Forms designer. You could take a look at SharpDevelop which does have a Windows Forms designer for IronPython . The other alternative would be to design your form in C# and then in your IronPython project use that form as the base class for your IronPython class.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM