Make special area in dialog ... to move the window
How can we make a specific area in NSIS page ... so that user can left click there and move the window .....
Thank you guys in advance
Archive: Make special area in dialog ... to move the window
Make special area in dialog ... to move the window
How can we make a specific area in NSIS page ... so that user can left click there and move the window .....
Thank you guys in advance
Do you want to drag some components within the NSIS window?
Or you want to drag whole NSIS window?
Please write more details!
I want to Drag whole NSIS window ....
There already is an area for this: The window's title bar.
i want that functionality in the dialog area .... i removed title bar and frame for better UI
Im also looking for a way to do this or if someone is capable of programming it into a modern ui exe for me, for instance make a label control that you can click and drag the whole installer window with you can name it whatever number control I can find it with reshacker.
please and thank you
A plugin is required to do this (Fake the hit test). Write your own or use the experimental wndsubclass plugin...