#include using namespace Upp; #define LAYOUTFILE #include struct MyApp : public WithMain { MyApp() { CtrlLayout(*this, "My dialog"); Labeltje.SetData("zomaar ? een test"); } }; GUI_APP_MAIN { MyApp().Run(); }