Menu Bar in 3D

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • smjmitchell

    #1

    Menu Bar in 3D

    Hi,

    How do I make the main menu bar (i.e. File, Edit, View etc) appear in
    3D (i.e. raised with a line around the edge of the bar) as it is for
    example in Word. I am using VB6.

    Thanks,

    Stephen
  • Randy Birch

    #2
    Re: Menu Bar in 3D

    Word's menu is not a menu ... it's a toolbar (the actual class name is
    MsoCommandBar). And in word XP on XP, the menu is flat, white, with a drop
    shadow.

    --

    Randy Birch
    MVP Visual Basic

    Please respond only to the newsgroups so all can benefit.


    "smjmitchel l" <smjmitchell@ya hoo.com> wrote in message
    news:de4b00ab.0 310121342.6bf98 7ee@posting.goo gle.com...
    : Hi,
    :
    : How do I make the main menu bar (i.e. File, Edit, View etc) appear in
    : 3D (i.e. raised with a line around the edge of the bar) as it is for
    : example in Word. I am using VB6.
    :
    : Thanks,
    :
    : Stephen


    Comment

    Working...