The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: xiahan on March 27, 2012, 11:31:42 AM

Title: how to make VERTICAL & LONG HORIZONTAL SEPARATE line between MENUITEMS
Post by: xiahan on March 27, 2012, 11:31:42 AM
(http://images.cjb.net/c96ab.png) like the picture puts !
Title: Re: how to make VERTICAL & LONG HORIZONTAL SEPARATE line between MENUITEMS
Post by: donkey on March 29, 2012, 09:26:23 AM
Hi xiahan,

Those are not really menus but a menu bar and toolbar. The top line is shown when the toolbar is created with the style CCS_NODIVIDER cleared, the vertical bars are buttons with the style TBSTYLE_SEP.
Title: Re: how to make VERTICAL & LONG HORIZONTAL SEPARATE line between MENUITEMS
Post by: xiahan on March 30, 2012, 06:54:55 AM
Quote from: donkey on March 29, 2012, 09:26:23 AM
Hi xiahan,

Those are not really menus but a menu bar and toolbar. The top line is shown when the toolbar is created with the style CCS_NODIVIDER cleared, the vertical bars are buttons with the style TBSTYLE_SEP.
Thank you very muvh, I search the Web and found these style are used by the INTERNET EXPLORER,There are rich knowledge articles in the MSDN for me to read. I think I can handle it myself.
Title: Re: how to make VERTICAL & LONG HORIZONTAL SEPARATE line between MENUITEMS
Post by: hfheatherfox07 on April 19, 2012, 08:03:45 PM
 :bdg