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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Cubase-like score component

Cubase-like score component

Scheduled Pinned Locked Moved C#
4 Posts 3 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.
  • D Offline
    D Offline
    Daniel Persson
    wrote on last edited by
    #1

    Is there some one here who knows of a component that works like the score in cubase. Let me explain: I want the capability to add and remove "boxes" boxes which should be possible to drag against a "timeline" please look at this simple picture for explanation: http://img140.imageshack.us/img140/6339/example8rm.jpg[^]

    R C D 3 Replies Last reply
    0
    • D Daniel Persson

      Is there some one here who knows of a component that works like the score in cubase. Let me explain: I want the capability to add and remove "boxes" boxes which should be possible to drag against a "timeline" please look at this simple picture for explanation: http://img140.imageshack.us/img140/6339/example8rm.jpg[^]

      R Offline
      R Offline
      rah_sin
      wrote on last edited by
      #2

      u can use lables to add dynamicaly at runtime and can drag it run time using mouse. rahul

      1 Reply Last reply
      0
      • D Daniel Persson

        Is there some one here who knows of a component that works like the score in cubase. Let me explain: I want the capability to add and remove "boxes" boxes which should be possible to drag against a "timeline" please look at this simple picture for explanation: http://img140.imageshack.us/img140/6339/example8rm.jpg[^]

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        Basically you're talking about a user control. No control can drag with the mouse by itself, you need to code this behaviour. Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

        1 Reply Last reply
        0
        • D Daniel Persson

          Is there some one here who knows of a component that works like the score in cubase. Let me explain: I want the capability to add and remove "boxes" boxes which should be possible to drag against a "timeline" please look at this simple picture for explanation: http://img140.imageshack.us/img140/6339/example8rm.jpg[^]

          D Offline
          D Offline
          Daniel Persson
          wrote on last edited by
          #4

          Thanks for your answers, I am about to implement this behaviour with an ownerdrawn component, built upon one "bar" class, and one "container" class. I am just asking to see if you know of, or ever have seen a component with these capabilities (or atleast somewhat close to these capabilities) or if you have any suggestions on how to build this component. I am NOT going to use labels. Also, the bars have to be containers for other objects which can be retrieved by clicking and so on...(this ain´t a problem though)

          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