Draw arrows between buttons
Hi,
I got Form F1 which consists of one label and on click of this label it creates a new form F2 with three dynamically created buttons(the number of button to be created is passed from the label ) out of which i want to join two buttons with the third one by arrow, i.e there should be one arrow coming from button1 to button 3 and button2 to button3.
I tried with ControlPaint.Drawreversible but the problem is that I m getting a line (not an arrow) on the parent form F1. Does any one knows how to do it?
Thanks in advanced,
Priya