otherside
Well-known member
Hello guys,
ive been working with vb.net for almost 2 years now, but ive never tried to do graphics, (drawing)
i need to do some simple diagrams generated from code.
(no need of mouse hadle etc...)
assume i use a picturebox,
whats the simplest way to draw a line in that ?
can i add a horizontal scrolbar (because these diagrams might be eg. 2000pixels long)
?
Pleas note i dont want this to happen on the pain event, i want to the drawing to be done on a button click for example,
thanks guys
ive been working with vb.net for almost 2 years now, but ive never tried to do graphics, (drawing)
i need to do some simple diagrams generated from code.
(no need of mouse hadle etc...)
assume i use a picturebox,
whats the simplest way to draw a line in that ?
can i add a horizontal scrolbar (because these diagrams might be eg. 2000pixels long)
?
Pleas note i dont want this to happen on the pain event, i want to the drawing to be done on a button click for example,
thanks guys
Last edited by a moderator: