U++ framework
Do not panic. Ask here before giving up.

Home » Community » Newbie corner » always on top SOLVED (GUI)
Re: always on top [message #46291 is a reply to message #46284] Fri, 08 April 2016 15:10 Go to previous messageGo to previous message
Lance is currently offline  Lance
Messages: 656
Registered: March 2007
Contributor
change the gui_app_main from
GUI_APP_MAIN
{
	MyAppWindow app;
	app.Run();
}


to

GUI_APP_MAIN
{
	MyAppWindow app;
	app.Open();
	app.TopMost().Run();
}



 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: upp-mingw-9671 with win\upp9628 SOLVED
Next Topic: link error with MINGW - - SOLVED
Goto Forum:
  


Current Time: Mon Jun 15 14:18:00 GMT+2 2026

Total time taken to generate the page: 0.00618 seconds