How to create floating toolbars in C#?

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

    How to create floating toolbars in C#?

    Hi All,

    How to create floating toolbars which can dock wherever the user docks it ?
    Is there any easy way I can implement using C#?

    Thanks for your time and suggestions.

    Regards
    Anand Ganesh


  • Alan Pretre

    #2
    Re: How to create floating toolbars in C#?

    "Anand Ganesh" <anand_ganesh@h otmail.com> wrote in message
    news:eZ5QSYrjDH A.3172@tk2msftn gp13.phx.gbl...[color=blue]
    > How to create floating toolbars which can dock wherever the user docks it[/color]
    ?[color=blue]
    > Is there any easy way I can implement using C#?[/color]

    There are vendors who sell these, such as Developer's Express. You can
    probably find free source code somewhere if you want to support it yourself.

    See, for example:


    -- Alan


    Comment

    • Anand Ganesh

      #3
      Re: How to create floating toolbars in C#?

      Thanks Alan.

      "Alan Pretre" <no@spam> wrote in message
      news:e9DH3czjDH A.392@TK2MSFTNG P11.phx.gbl...[color=blue]
      > "Anand Ganesh" <anand_ganesh@h otmail.com> wrote in message
      > news:eZ5QSYrjDH A.3172@tk2msftn gp13.phx.gbl...[color=green]
      > > How to create floating toolbars which can dock wherever the user docks[/color][/color]
      it[color=blue]
      > ?[color=green]
      > > Is there any easy way I can implement using C#?[/color]
      >
      > There are vendors who sell these, such as Developer's Express. You can
      > probably find free source code somewhere if you want to support it[/color]
      yourself.[color=blue]
      >
      > See, for example:
      > http://www.devexpress.com/products/n...bars/index.asp
      >
      > -- Alan
      >
      >[/color]


      Comment

      Working...