Floating Menu Bar

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

    #1

    Floating Menu Bar

    What is the best way to create a menu bar like the Office menu bar ie
    one that can dock to the four corners of the screen? Is it a standard
    windows form or is it some other more specialised control?
    --
    ______ ___ __
    /_ __/_ __/ _ )_______ ___ _/ /_____ ____
    / / / // / _ / __/ -_) _ `/ '_/ -_) __/
    /_/ \_, /____/_/ \__/\_,_/_/\_\\__/_/
    /___/

    There are 10 types of people in this world; those who understand the
    binary numbering system and those who don't.

    There's no place like 127.0.0.1.

    ASCII a silly question, get a silly ANSI.
  • Homer J Simpson

    #2
    Re: Floating Menu Bar


    "TyBreaker" <tybreakerNO@SP AMhotmail.com> wrote in message
    news:%23NpYaNjd GHA.5116@TK2MSF TNGP02.phx.gbl. ..[color=blue]
    > What is the best way to create a menu bar like the Office menu bar ie one
    > that can dock to the four corners of the screen? Is it a standard windows
    > form or is it some other more specialised control?[/color]

    A manual method.

    Start a new project.
    Add a ToolStripContai ner
    Set it to dock to the form (Fill)
    Click in the top section.
    Add a menu strip
    Add a tool strip.
    Add another tool strip.
    Click in the bottom section.
    Add a StatusStrip.
    Click in the ToolStripContai ner panel.
    Add a TreeView.
    Set Dock to Left.
    Add a Splitter.
    Add a Panel.
    Set Dock to Fill.
    Add a ListView.
    Set Dock to Top.
    Add a Splitter.
    Set Dock to Top.
    Add a RichTextBox.
    Set Dock to Fill.

    File: Export Template to use this as a template for next time! Use "Insert
    Standard Items" on the menu strip or tool strip to save some time.

    Use whatever parts of this you need. You can also use the template you made
    and then delete what you don't need.


    Comment

    • gene kelley

      #3
      Re: Floating Menu Bar

      On Sat, 13 May 2006 19:48:39 GMT, "Homer J Simpson"
      <nobody@nowhere .com> wrote:
      [color=blue]
      >
      >"TyBreaker" <tybreakerNO@SP AMhotmail.com> wrote in message
      >news:%23NpYaNj dGHA.5116@TK2MS FTNGP02.phx.gbl ...[color=green]
      >> What is the best way to create a menu bar like the Office menu bar ie one
      >> that can dock to the four corners of the screen? Is it a standard windows
      >> form or is it some other more specialised control?[/color]
      >
      >A manual method.
      >
      >Start a new project.
      >Add a ToolStripContai ner
      >Set it to dock to the form (Fill)
      >Click in the top section.
      >Add a menu strip
      >Add a tool strip.
      >Add another tool strip.
      >Click in the bottom section.
      >Add a StatusStrip.
      >Click in the ToolStripContai ner panel.
      >Add a TreeView.
      >Set Dock to Left.
      >Add a Splitter.
      >Add a Panel.
      >Set Dock to Fill.
      >Add a ListView.
      >Set Dock to Top.
      >Add a Splitter.
      >Set Dock to Top.
      >Add a RichTextBox.
      >Set Dock to Fill.
      >
      >File: Export Template to use this as a template for next time! Use "Insert
      >Standard Items" on the menu strip or tool strip to save some time.
      >
      >Use whatever parts of this you need. You can also use the template you made
      >and then delete what you don't need.
      >[/color]

      How do you get a "Floating Menu Bar" from the above?


      Inspired by Microsoft Office and optimized for WinForms developers, DevExpress Toolbars and Menus help you emulate today's most popular business productivity apps in a blink of an eye.

      View Codejock 404 error information with guidance for reaching the right page or support resource.


      Gene

      Comment

      • Homer J Simpson

        #4
        Re: Floating Menu Bar


        "gene kelley" <okay@by.me> wrote in message
        news:2jhd629fdi brcakpvn4lu0ed9 7feutmjt9@4ax.c om...
        [color=blue]
        > How do you get a "Floating Menu Bar" from the above?[/color]

        Try it. Run the program after that and try dragging toolbars etc.



        Comment

        • TyBreaker

          #5
          Re: Floating Menu Bar

          Homer J Simpson wrote:[color=blue]
          > "gene kelley" <okay@by.me> wrote in message
          > news:2jhd629fdi brcakpvn4lu0ed9 7feutmjt9@4ax.c om...
          >[color=green]
          >> How do you get a "Floating Menu Bar" from the above?[/color]
          >
          > Try it. Run the program after that and try dragging toolbars etc.[/color]

          Arg, then that sounds like toolbars within an application. I was after
          the floating menu bar (I've since learned they're referred to as
          AppBars) that runs outside of office that you can use to fire up any
          application you wish - sort of like the old fashioned menu programs of
          old except done with a modern twist. Anyway, now that I'm searching for
          appbars, I'm getting relevant hits on the web.
          --
          ______ ___ __
          /_ __/_ __/ _ )_______ ___ _/ /_____ ____
          / / / // / _ / __/ -_) _ `/ '_/ -_) __/
          /_/ \_, /____/_/ \__/\_,_/_/\_\\__/_/
          /___/

          There are 10 types of people in this world; those who understand the
          binary numbering system and those who don't.

          There's no place like 127.0.0.1.

          ASCII a silly question, get a silly ANSI.

          Comment

          • gene kelley

            #6
            Re: Floating Menu Bar

            On Sun, 14 May 2006 06:14:47 GMT, "Homer J Simpson"
            <nobody@nowhere .com> wrote:
            [color=blue]
            >
            >"gene kelley" <okay@by.me> wrote in message
            >news:2jhd629fd ibrcakpvn4lu0ed 97feutmjt9@4ax. com...
            >[color=green]
            >> How do you get a "Floating Menu Bar" from the above?[/color]
            >
            >Try it. Run the program after that and try dragging toolbars etc.
            >
            >[/color]
            Are you saying that you can drag one of the toolbars from the top to
            the middle of the form and have it display there in it's own tool
            window?

            Gene

            Comment

            • Homer J Simpson

              #7
              Re: Floating Menu Bar


              "TyBreaker" <tybreakerNO@SP AMhotmail.com> wrote in message
              news:OXej%23Yyd GHA.3348@TK2MSF TNGP03.phx.gbl. ..
              [color=blue]
              > Arg, then that sounds like toolbars within an application. I was after
              > the floating menu bar (I've since learned they're referred to as AppBars)
              > that runs outside of office that you can use to fire up any application
              > you wish - sort of like the old fashioned menu programs of old except done
              > with a modern twist. Anyway, now that I'm searching for appbars, I'm
              > getting relevant hits on the web.[/color]

              That's really a separate application to me - like the old Office Toolbar
              that sat on the desktop.


              Comment

              Working...