Hello World Starting Sample
This small application is a small variation of the traditional Hello World! sample designed just to get you started with Wisej Web.
It's simple but it shows at least seven features:
- Content in the root html page; it's what you are reading now
- Dynamic population of combobox items in the Load event
- Controls anchoring: resize the window, the controls are actually not anchored and will always be centered in the window.
- Non-modal AlertBox; also known as a "toast"
- Seamless event routing: button1_Click
- Modal workflow when closing the only window
- Event handling through override: OnFormClosing