Article ID: 179908 - Last Review: July 11, 2005 - Revision: 1.3 How To Find the Edge of a Task BarThis article was previously published under Q179908 On This PageSUMMARY
When you use the SHAppBarMessage() function to retrieve information about a
task bar, you do not receive a message that indicates where the AppBar
position is relative to the edges of the screen. You use ABE_LEFT,
ABE_RIGHT, ABE_TOP, and ABE_BOTTOM to create the task bar, but you do not
get a message call that returns the edge position after the task bar is
created. This article shows how to find the edge of a task bar.
MORE INFORMATION
The following function called GetEdge() uses the message ABM_GETTASKBARPOS
to get the bounding rectangle coordinates to determine where the task bar
appears.
Sample Code
| Article Translations
|
Back to the top
