Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Custom toolbar control in .Net framework

Custom toolbar control in .Net framework

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpdotnethelptutorialdiscussion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    agrafov
    wrote on last edited by
    #1

    I need a "toolbar"-like control (for my "Windows.Form"-based Document Viewer application) with functionality similar to modern ("Microsoft Office", etc.) products: I want to have an ability to represent it floating over, or docked to the top of the main window; to have entry fields on it (like "Page: # of #" for quick navigation), etc. Apparently, straight use of "System.Windows.Forms.ToolBar" class (provided by framework) doesn't give such a rich functionality. I'm quite a novice in .Net GUI development and I did not find anything about it in MSDN (maybe I just made wrong search :-) I'm sure it's a very common task nowdays, so there should be some well-known solutions (or approaches) for this problem! Could somebody post an example, reference, or link to discussion about those matters. Regards, Andrey

    J L S 3 Replies Last reply
    0
    • A agrafov

      I need a "toolbar"-like control (for my "Windows.Form"-based Document Viewer application) with functionality similar to modern ("Microsoft Office", etc.) products: I want to have an ability to represent it floating over, or docked to the top of the main window; to have entry fields on it (like "Page: # of #" for quick navigation), etc. Apparently, straight use of "System.Windows.Forms.ToolBar" class (provided by framework) doesn't give such a rich functionality. I'm quite a novice in .Net GUI development and I did not find anything about it in MSDN (maybe I just made wrong search :-) I'm sure it's a very common task nowdays, so there should be some well-known solutions (or approaches) for this problem! Could somebody post an example, reference, or link to discussion about those matters. Regards, Andrey

      J Offline
      J Offline
      John Arlen1
      wrote on last edited by
      #2

      It is indeed a much-desired and discussed functionality. However, free solutions are not as common. https://secure.codeproject.com/cs/menu/ToolBarDock.asp and http://www.vbaccelerator.com/home/VB/Code/Controls/Toolbar/vbAccelerator_Office_Docking_Bar/article.asp offer source code for some. Additionally, you will find many 3rd party controls for purchase. Do a google search for "Office Toolbar Docking" and you'll see just how many.

      1 Reply Last reply
      0
      • A agrafov

        I need a "toolbar"-like control (for my "Windows.Form"-based Document Viewer application) with functionality similar to modern ("Microsoft Office", etc.) products: I want to have an ability to represent it floating over, or docked to the top of the main window; to have entry fields on it (like "Page: # of #" for quick navigation), etc. Apparently, straight use of "System.Windows.Forms.ToolBar" class (provided by framework) doesn't give such a rich functionality. I'm quite a novice in .Net GUI development and I did not find anything about it in MSDN (maybe I just made wrong search :-) I'm sure it's a very common task nowdays, so there should be some well-known solutions (or approaches) for this problem! Could somebody post an example, reference, or link to discussion about those matters. Regards, Andrey

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        http://www.divil.co.uk/net/controls/sandbar/[^] www.janusys.com[^]

        1 Reply Last reply
        0
        • A agrafov

          I need a "toolbar"-like control (for my "Windows.Form"-based Document Viewer application) with functionality similar to modern ("Microsoft Office", etc.) products: I want to have an ability to represent it floating over, or docked to the top of the main window; to have entry fields on it (like "Page: # of #" for quick navigation), etc. Apparently, straight use of "System.Windows.Forms.ToolBar" class (provided by framework) doesn't give such a rich functionality. I'm quite a novice in .Net GUI development and I did not find anything about it in MSDN (maybe I just made wrong search :-) I'm sure it's a very common task nowdays, so there should be some well-known solutions (or approaches) for this problem! Could somebody post an example, reference, or link to discussion about those matters. Regards, Andrey

          S Offline
          S Offline
          Sebrell
          wrote on last edited by
          #4

          This will be available with Whidbey, but there are also a couple examples here at CP for v1.1.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups