Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create two different types toolbars in VC++ 6 . First is inbuilt and second is cutomized.

Hello mmbers
 
I want to create a second toolbar in my MDI applications.
I take a variabe of type CToolBar  and creat the second toolbar.
But on this ToolBar ,I don't need save ,print  buttons.
So I deleted them fron ToollBar resource.
But they also deleted from first toolbar.
But I don't need to delete them from first toolbar.
SO how should I create the two diiferent toolbar resources.
 
Thanks in advance.
 
0 Kudos
Message 1 of 2
(5,030 Views)
Hi Suboeta,

Although the CToolBar is not a part of Measurement Studio, and is actually a Microsoft class, I did a little searching and found the following article that talks about all the ins and outs of the CToolBar and CToolBarCtrl. I hope this helps.

http://www.microsoft.com/msj/0598/c0598.aspx

Have a good one Suboeta!
Dan Weiland
0 Kudos
Message 2 of 2
(5,014 Views)