CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2004
    Location
    Adelaide, Australia
    Posts
    106

    Toolbar Question

    I cant seem to find where i can add a line break between to words in the toolbar screen.
    Can someone please tell me where this feature is or is there a char i have to add to it to make the line.

    e.g.

    Options

    Google
    -------------------- < Cant Find The Command For This
    Yahoo
    -------------------- < Cant Find The Command For This
    Something Else

    BlueCode..
    I was so poor growing up ... if I wasn't a boy ...I'd have nothing to play with.

  2. #2
    Join Date
    Sep 2004
    Location
    Adelaide, Australia
    Posts
    106

    Re: Toolbar Question

    ok i put - as the caption and SEPARATOR as the name.
    But now im getting an error that says:

    Menu control array elements must be contiguous and within the same submenu

    I have no idea what this means, any help would be great

    BlueCode...
    I was so poor growing up ... if I wasn't a boy ...I'd have nothing to play with.

  3. #3
    Join Date
    Jun 2002
    Location
    West Virginia
    Posts
    131

    Re: Toolbar Question

    In the menu editor highlight the name (Yahoo in your example) and press the insert button. In the Caption box enter a single hyphen (-). Name it hyp1. Do same thing for each name you want a bar between. The Names have to be different however. I use hyp1, hyp2, hyp3, etc.
    Wayne

  4. #4
    Join Date
    Sep 2004
    Location
    Adelaide, Australia
    Posts
    106

    Re: Toolbar Question

    That works nicely WayneS thankyou.

    BlueCode...
    I was so poor growing up ... if I wasn't a boy ...I'd have nothing to play with.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured