I want to insert a separator between a couple of the toolbar buttons. I
cannot find any command within VS-2005 that allows me to do that.
Do I have to edit the .rc file with a text editor to insert a separator?
Thanks, Allan.
TBBS_SEPARATOR
In OnCreate() in mainframe after the toolbar is created.
Using a call to SetButtonStyle()
http://msdn.microsoft.com/en-us/library/abzy0sbt(VS.80).aspx
Tom
"Allan Phillips" <allanep...@gmail.com> wrote in message
news:%238iIF8K...@TK2MSFTNGP04.phx.gbl...