Hi
I add a new button (button1) on the a form to draw two lines
I wrote this code
{
g.DrawLine(redpen ,
g.DrawLine(greenpen,
}
Now I want to drag these lines, I want to drag them one by one , and drag the both in the same time
how I can do that
plz hep me
thanks