Drawing an arrow on a line object in VB6 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T00:26:13Z http://stackoverflow.com/feeds/question/941976 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/941976/drawing-an-arrow-on-a-line-object-in-vb6 0 Drawing an arrow on a line object in VB6 Dmatig 2009-06-02T21:19:06Z 2009-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#943040 4 Answer by Robert Harvey for Drawing an arrow on a line object in VB6 Robert Harvey 2009-06-03T04:21:52Z 2009-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>