Hi!
I am glad to present you a library for creating docking windows. For the first time I developed it for MenuWOW project, but it can be used in another programs as well. The package includes library files and sample application. For help see DWnd.inc and DWExample.asm
files. You can get the package at:
http://lamer.byethost32.com/projects.php#Helpers
I apologize for reprehensible bug with library (incorrect positioning - thanks to shoorick from WinAsm forum).
The new file uploaded.
The improved version uploaded. I hope now it is what I meant at the beginning. :bg Thanks to shoorick.
Hi all!
New upload. Some annoying bugs fixed.
Edited
Hi all!
Happy New Year!
New upload - added two custom messages:
DWM_UD_POSCHANGED - sent when undocked window position changed
DWM_PARENT_SIZED - sent when parent window sized
the lParam is a pointer to the same structures as in original messages (WM_WINDOWPOSCHANGED and WM_SIZE) which are processed by DWnd.dll
Regards