Drawing

  • Thread starter Thread starter ys
  • Start date Start date
Y

ys

Good day.Currently I am doing Knowledge Base Planner.
I do wish to show a result of my plan on the interface.
What should i read in Graphics / Drawing to display my
result by showing a straight line of 5 nodes (Initial
State till the Goal State). Can somebody please help me
to solve this problme?
Thank you.
I do very appreciate if somebody could teach me asap,
b'cos i am running out of time for my project.
 
* "ys said:
Good day.Currently I am doing Knowledge Base Planner.
I do wish to show a result of my plan on the interface.
What should i read in Graphics / Drawing to display my
result by showing a straight line of 5 nodes (Initial
State till the Goal State). Can somebody please help me
to solve this problme?
Thank you.
I do very appreciate if somebody could teach me asap,
b'cos i am running out of time for my project.

For drawing questions you will more likely to get an answer if you post
to this group:

<
 
Take a look at System.Drawing and the graphics class in
that. You can draw lines etc for a simple graph using the
drawline method.
The Pen sample available withe the SDK can help you. (ms-
help://MS.VSCC/MS.MSDNVS/Cpqstart/html/cpsmpnetsamples-
windowsformsgdi.htm)

Regards,
Anand
VB.NET MVP
http://manand.typepad.com
 
Back
Top