12.03.2010 11:11, Justin Smyth wrote:
When i create forms that dont have the title bar i typically use the
windows message WM_NCHITTEST to capture the mouse movements but i cant
get it to work


anyone got any ideas - my form has no titlebar and all i want to do is
be able to click on it and move it.

WM_NCHITTEST is not possible to implement cross-platform.

Better if you will think about another solution than try to reuse a windows only feature in LCL application.

Best regards,
Paul Ishenin.


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to