Anyone know how to add that "dragging" capability to my program, just like XMPlay when it drags the playlist-window to the right?
You should use SendMessage(hwnd,0xA1,15,0); to complete that task I think. Hope it works
Btw DanaPaul you got any sample code or something that I can start to build/work from? The code can be in any language.
The way it's done in XMPlay is with multiple windows (ie. one for each panel) = no resizing/reshaping involved, just moving, which is of course quicker and simpler...
the real tricky bit is the Z-ordering of the windows
The playlist window could never be any wider than the main window, eh?
API SetWindowPos has a parameter for z-ordering flags