Building windows forms using ironpython is very easy. If you want to make you windows forms perform certain task then you need to add event handlers into it. Working with event handlers is a bit tricky but not difficult if you know what you’re doing. In this article we’ll see how to write ironpython code to create a windows form with clickable button and label text which changes text. [Read more…]
Archives for February 2011
Ironpython – Using TextBox Widget
Writing windows forms application is very easy if you’re using ironpython. You can accept input from user with ironpython just like the way you do with C# windows forms. In this article you’ll learn how to work with textbox widget to accept user input. If you want to use single lines of text then this widget is very useful in your application. [Read more…]