Drawing an arrow on a line object in VB6 - Stack Overflow most recent 30 from stackoverflow.com2009-12-08T00:26:13Zhttp://stackoverflow.com/feeds/question/941976http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/941976/drawing-an-arrow-on-a-line-object-in-vb60Drawing an arrow on a line object in VB6Dmatig2009-06-02T21:19:06Z2009-06-03T04:21:52Z
<p>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.</p>
<p>Is there a simple way to do this?</p>
http://stackoverflow.com/questions/941976/drawing-an-arrow-on-a-line-object-in-vb6/943040#9430404Answer by Robert Harvey for Drawing an arrow on a line object in VB6Robert Harvey2009-06-03T04:21:52Z2009-06-03T04:21:52Z<p>Dmatig,</p>
<p>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:</p>
<p>Drawing Arrows Between Two Vectors in Visual Basic 6:
<br><a href="http://www.vb-helper.com/howto%5Fdraw%5Farrows.html" rel="nofollow">http://www.vb-helper.com/howto_draw_arrows.html</a></p>