Using VB6, i have a line object that can be dragged around at its end points by the user, and i'd simply like an arrow in the middle of it to show the direction of the line.
Is there a simple way to do this?
Using VB6, i have a line object that can be dragged around at its end points by the user, and i'd simply like an arrow in the middle of it to show the direction of the line.
Is there a simple way to do this?
Dmatig,
This should do what you need. You may need to tweak it a little to put the arrowhead in the middle of the line rather than at the end:
Drawing Arrows Between Two Vectors in Visual Basic 6:
http://www.vb-helper.com/howto_draw_arrows.html