J Jacky Luk Apr 4, 2005 #1 How can I put fancy seperators between menu items in VC++.NET? Thanks Jack
R RBischoff Apr 5, 2005 #2 Hello Jacky, menuItemFoo->MenuItems->Add("-"); // Gives us a seperator How fancy are we talking here [H]ope [T]hat [H]elps , RBischoff ----------------------------------------- http://msdn.microsoft.com/visualc/ http://www.mvps.org/vcfaq/ http://msdn.microsoft.com/visualc/whidbey/default.aspx (CLI) JL> How can I put fancy seperators between menu items in VC++.NET? JL> Thanks JL> Jack
Hello Jacky, menuItemFoo->MenuItems->Add("-"); // Gives us a seperator How fancy are we talking here [H]ope [T]hat [H]elps , RBischoff ----------------------------------------- http://msdn.microsoft.com/visualc/ http://www.mvps.org/vcfaq/ http://msdn.microsoft.com/visualc/whidbey/default.aspx (CLI) JL> How can I put fancy seperators between menu items in VC++.NET? JL> Thanks JL> Jack