Archive: Make MUI Fixed


Make MUI Fixed
Can i make a window fixed ? User can't move it , only minimize or close ?


This defenitly won't work out of the box!

A way to achieve this (didn't tried it by myself) is to catch the MOVING message from windows and reset the position in the callback
(see http://msdn.microsoft.com/en-us/libr...8VS.85%29.aspx)
Usge with nsdialogs: http://nsis.sourceforge.net/Docs/nsD...l#ref-onnotify

IMHO this is not very clever/userfriendly because you prohibit a base functionality from Windows. Try to rethink it. Probably there is a easier way to achieve what you want.


you would have to write a plugin or use my subclass plugin, but like thek says, this is a stupid thing to do, don't make your users hate you


I add it to another program (autorun with a cool background) user can move autorun window (and nsis window also move on it), then i make background of nsis window (a part of autorun background ).So user think it transparent if they cant move nsis window.
Sorry my bad english T_T.