View Single Post
  #3 (permalink)  
Old 11-30-2008, 5:18 PM
Zexor's Avatar
Zexor Zexor is online now
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Nov 2008
Posts: 84
Reputation: 19
Zexor is on a distinguished programming path ahead
Default Merge

ToolStripManager make cmsMenu3 works but in the process losing cmsMenu1 and 2. I need all 3 strips at the same time tho. Right now i am making cmsMenu3 by combining the code used to make menu1 and 2. I just thought there would be an easier way of doing it.

Couldn't i just do an addrange and copy cmsMenu1 to cmsMenu3 then do another addrange and copy cmsMenu2 to cmsMenu3?
Reply With Quote