|
-
October 9th, 1999, 04:58 PM
#1
AppBar - Window docking
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/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|