Create a Windows ToolBar

Cheetah

Well-known member
Joined
Oct 12, 2006
Messages
232
Programming Experience
Beginner
Hi there,

I would like to create a toolbar like the windows taskbar.

How would i go about doing this?

Thanks.
 
Search these forum and the web for "appbar" and you will find what is needed. It is done with Win32 API call SHAppBarMessage plus related functions and structures.
 
Back
Top