vote up 0 vote down star
1

I'm wondering how to dock / snap a window to the side of the screen in Windows, preferably with straight Win32 API. The effect I'm looking for is like the task bar -- a window that has a reserved space on screen, so that maximizing another window makes that window take up the rest of the screen, but leaves my window in place and visible.

I know various IM clients do this, but haven't been able to find any resources on how to do it. Not sure what the appropriate name for it is either.

Edit: "Application Desktop Toolbar" is the search term to use to find info on this.

flag

60% accept rate

2 Answers

vote up 2 vote down check

IIUYC you're looking for an app bar (MS-officially "Application Desktop Toolbar"). You can indeed create these with the Windows API.

link|flag
vote up 0 vote down

"App Bar" - you turn a window into an App Bar by sending the ABM_NEW message. Examples on MSDN:

http://msdn.microsoft.com/en-us/library/cc144177(VS.85).aspx http://support.microsoft.com/kb/134206

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.