How do I make window's dockable like taskbar and Microsoft applications' toolbars?
I heard of the thing called AppBar, that allows to implement those capabilities through the API
I looked up in mine API declaration file and I found these:

Declare Function SHAppBarMessage Lib "shell32.dll" Alias "SHAppBarMessage" (byval dwMessage as Long, pData as APPBARDATA) as Long

Type APPBARDATA
cbSize as Long
hwnd as Long
uCallbackMessage as Long
uEdge as Long
rc as Rect
lParam as Long ' message specific
End Type




How do I use them? Can't seem to work it out.

Please help


----------------
Genghis86
[email protected]
http://genghis86.cjb.net/