MFC CToolbar?
sorry about the 4 copies of my last post. I ont really know what happened. NEWay I am developing an app using MFC but for some reason when I use toolbars. The newest created one overlaps the previous one. I never had this problem before, why is that?
CToolBar tb1,tb2;
tb1.create(this);
tb1.leadtoolbar(IDR_MAINFRAME);
tb2.create(this);
tb2.leadtoolbar(IDR_OTHER_TB);
//tb2 overlaps tb1
PSYKEN-VOO....
This question kinda needs to be posted in the General Programming forum. Not the Game Design one.
-Forcas
"Elvis is alive. He is Barney the purple dinosaur. He is the pied piper that leads our children into the wages of sin and eternal damnation."
-Forcas
"Elvis is alive. He is Barney the purple dinosaur. He is the pied piper that leads our children into the wages of sin and eternal damnation."
-Forcaswriteln("Does this actually work?");
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement