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. C#
  4. graphics

graphics

Scheduled Pinned Locked Moved C#
csharpgraphicsdata-structuresquestion
9 Posts 2 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.
  • C Offline
    C Offline
    cshivaprasad
    wrote on last edited by
    #1

    I am doing a project on binary trees, I need to show very large tree structure graphically on screen, How can make it in c#? shiva

    C 1 Reply Last reply
    0
    • C cshivaprasad

      I am doing a project on binary trees, I need to show very large tree structure graphically on screen, How can make it in c#? shiva

      C Offline
      C Offline
      CWIZO
      wrote on last edited by
      #2

      Well the easiest way would be with a TreeView control. You can look at my ThreeTree program to see how you can add nodes to the TreeView control. Or ware you thinking on drawing the tree yourself? -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

      C 1 Reply Last reply
      0
      • C CWIZO

        Well the easiest way would be with a TreeView control. You can look at my ThreeTree program to see how you can add nodes to the TreeView control. Or ware you thinking on drawing the tree yourself? -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

        C Offline
        C Offline
        cshivaprasad
        wrote on last edited by
        #3

        Hi, Thanks 4 reply Yes, I am thinking of drawing tree it self, as it shown in text books. I hope i can do it with GDI+,..But not sure. -- modified at 3:23 Tuesday 2nd May, 2006

        C 1 Reply Last reply
        0
        • C cshivaprasad

          Hi, Thanks 4 reply Yes, I am thinking of drawing tree it self, as it shown in text books. I hope i can do it with GDI+,..But not sure. -- modified at 3:23 Tuesday 2nd May, 2006

          C Offline
          C Offline
          CWIZO
          wrote on last edited by
          #4

          You can doo it with GDI+. I was trying to do draw my tree about a week ago, but then I decided to use the TreeView control. Drawing a tree seems very complex, as nodes would quickly overlap... -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

          C 2 Replies Last reply
          0
          • C CWIZO

            You can doo it with GDI+. I was trying to do draw my tree about a week ago, but then I decided to use the TreeView control. Drawing a tree seems very complex, as nodes would quickly overlap... -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

            C Offline
            C Offline
            cshivaprasad
            wrote on last edited by
            #5

            Hi, Can U please send me some sort of rough code, so i may modify and make it. It may help me. Thank U. Shiva

            C 1 Reply Last reply
            0
            • C cshivaprasad

              Hi, Can U please send me some sort of rough code, so i may modify and make it. It may help me. Thank U. Shiva

              C Offline
              C Offline
              CWIZO
              wrote on last edited by
              #6

              Code that does what? -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

              C 1 Reply Last reply
              0
              • C CWIZO

                Code that does what? -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

                C Offline
                C Offline
                cshivaprasad
                wrote on last edited by
                #7

                Which draw the tree

                C 1 Reply Last reply
                0
                • C cshivaprasad

                  Which draw the tree

                  C Offline
                  C Offline
                  CWIZO
                  wrote on last edited by
                  #8

                  I think you missunderstood me. I didn't write a program that would manually draw the tree, I just used the TreeView control. -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

                  1 Reply Last reply
                  0
                  • C CWIZO

                    You can doo it with GDI+. I was trying to do draw my tree about a week ago, but then I decided to use the TreeView control. Drawing a tree seems very complex, as nodes would quickly overlap... -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!

                    C Offline
                    C Offline
                    cshivaprasad
                    wrote on last edited by
                    #9

                    Ok, Sorry i misleaded Thank U

                    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