Skip to content
⌘ NSIS Forum Archive

Make special area in dialog ... to move the window

7 posts

vRock67#

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
T.Slappy#
Do you want to drag some components within the NSIS window?
Or you want to drag whole NSIS window?
Please write more details!
vRock67#
i want that functionality in the dialog area .... i removed title bar and frame for better UI
ZmAn3#
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
Anders#
A plugin is required to do this (Fake the hit test). Write your own or use the experimental wndsubclass plugin...