create family tree with C# visual basic 2005 pls help me
-
I doing this project that i have no idea in my mind at all. U guy out whoever pls help me..Thax alot.. get back to me asap Thax alot=) The router n parents are all button. Once the sever click at the router, it will than show it deter how many parent it have or link and when the sever click at the parent is will show how many children the parent link to or have and it detail of it also like temperature, terminal ID and other. The symbol for the children is a circle. We need to connection them with arrow shown. It just like a family tree from router link to parent and from parent it show how many children it have. We need to use Visual studio 2005 and C# to create own button n image. This project is like a piece of empty sheet of paper/form and our duty is to draw family tree on it.
-
I doing this project that i have no idea in my mind at all. U guy out whoever pls help me..Thax alot.. get back to me asap Thax alot=) The router n parents are all button. Once the sever click at the router, it will than show it deter how many parent it have or link and when the sever click at the parent is will show how many children the parent link to or have and it detail of it also like temperature, terminal ID and other. The symbol for the children is a circle. We need to connection them with arrow shown. It just like a family tree from router link to parent and from parent it show how many children it have. We need to use Visual studio 2005 and C# to create own button n image. This project is like a piece of empty sheet of paper/form and our duty is to draw family tree on it.
Hi, This seems to be a 2D drawing project. The best thing I can suggest you to go throuhg the Drawing Classes of .Net framework (i.e, their methods, properties etc.) which can help you to draw the drawing ojects on the canvas. Take a look at the following article, this might help you in understaing the capabilities of drawing classes of .Net. ARTICLE1[^] Hope this helps :).
Regards, John Adams ComponentOne LLC