Article ID: 134206
Article Last Modified on 11/21/2006
APPLIES TO
- Microsoft Win32 Application Programming Interface, when used with:
This article was previously published under Q134206
SUMMARY
The Windows Explorer shell on Windows 95, Windows 98, and Windows NT 4.0
allows an application to register an application desktop toolbar that
behaves with the same look and feel as the Windows Explorer taskbar. The
application desktop toolbar is always attached to one of the outside edges
of the screen and can cause the size of the desktop to be reduced so that
other applications do not overlap the application desktop toolbar.
The APPBAR sample code demonstrates how to implement an application desktop
toolbar that is resizable, can attach to any side of the screen, and allows
itself to be hidden in the same way the Windows Explorer taskbar
automatically hides.
REFERENCES
For more information on the application desktop toolbar interface, please
see the Chapter "Extending the Windows 95 Shell : Application Desktop
Toolbars" in the "Programmer's Guide to Windows 95." The guide is
available in the Win32 SDK Help file under "Guides."
Keywords: kbdownload kbcode kbfile kbsample kbshell KB134206