Shows the most simple way to create windows forms application using pyforms.
Shows you how to organize the forms using the variable "self._formset".
Shows you how to organize the forms side by side using the variable "self._formset".
Shows you how to define tabs using dictionaries in the variable "self._formset".
Shows you how to define the application main menu using the BaseWidget.mainmenu property.
This example shows you how to implement a popup menu for a Control.





