THN logo

THN Solutions

Page Manager

With the use of Page Manager, windows form applications can have web-like navigation. Instead of boring pop-up form for each and every screen, users can move back and forth between features of the applications.

The Page Manager aslo handles two other important features to make the UI flexible:

Threading

Implementing proper multi-thread UI is not an easy task and cumbersome. Using the Page Manager, long execution can simply ask to be invoked by the Page Manager. The developers only need to care about his UI logic and let the Page Manager handle threading.

Globalization

Locale translation can be put into xml files. The Page Manager will automatically pickup the neccessay xml file and apply to the current page. That means, languages can be switched at runtime and the translation task is much more easier since translated text are stored in plain xml files.