Hello @ all,
I want set my application on "Always on top" after I build the application. Is there any solution?
Just thanks for help![]()
Professional Software Development Tools
Hello @ all,
I want set my application on "Always on top" after I build the application. Is there any solution?
Just thanks for help![]()
Project --> Settings --> Always on top![]()
Thanks, but I want change the state of "Always on top" after I build the application. For example the user can change from "Always on top" to "Not always on top".
Window.SetOrder(Application.GetWndHandle(), HWND_TOPMOST);
Great, thanks for help![]()