Vida Marcell Posted May 3, 2022 Share Posted May 3, 2022 How can i move my window without a handle? Quote Link to comment Share on other sites More sharing options...
Josh Posted May 4, 2022 Share Posted May 4, 2022 It is possible but I don't recommend it. You can detect a mouse down event, then detect mouse move events and reposition the window whenever the mouse moves. https://www.ultraengine.com/learn/CPP/Window_SetShape I did this with the UAK launcher, but later changed it to use a regular titlebar. It is possible to drag the window out of the desktop and lose it. The window does not appear in the system menu bar. Just use the default system titlebar. Your user will appreciate it. Even Adobe's homemade titlebar doesn't work very well. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.