News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

DWnd - docking windows

Started by lamer, November 22, 2005, 12:33:00 PM

Previous topic - Next topic

lamer

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

lamer

I apologize for reprehensible bug with library (incorrect positioning - thanks to shoorick from WinAsm forum).
The new file uploaded.

lamer

The improved version uploaded. I hope now it is what I meant at the beginning. :bg Thanks to shoorick.

lamer

Hi all!
New upload. Some annoying bugs fixed.

brasilian_girl

#4
Edited

lamer

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