Adding a new toolbar

I am using VC++ wizard to create a new tool bar, however, i am not able to get it to work while my program is running. Basically, I have the following questions for solving this problem,
1. how can the tool bar be shown and positioned?
2. do i have to create a menu item on main menu in order to have the tool bar working?

Thanks
[346 byte] By [simwan] at [2007-11-17 10:27:54]
# 1 Re: Adding a new toolbar
If you want just a simple toolbar like the default one, have a look in the Maimfrm.cpp/.h files and just the same code for the second one.
Wolfram Steinke at 2007-11-10 7:56:37 >