hi
iwant to draw a rectangle what are the methods i got a method by using basicfor ppc help in this program there are some objects
The program is
Sub App_Start
Form1.Show
drawer.New1("Form1",false)
rect1.New1(20,20,40,80)
pen1.New1 (cBlue)
drawer.DrawRectangle(pen1.Value,rect1.Value)
drawer.Refresh2(rect1.Value)
End Sub
where can i get this objects named 'drawer ','rect1','pen1'
please help me
Aru:sign0085:
iwant to draw a rectangle what are the methods i got a method by using basicfor ppc help in this program there are some objects
The program is
Sub App_Start
Form1.Show
drawer.New1("Form1",false)
rect1.New1(20,20,40,80)
pen1.New1 (cBlue)
drawer.DrawRectangle(pen1.Value,rect1.Value)
drawer.Refresh2(rect1.Value)
End Sub
where can i get this objects named 'drawer ','rect1','pen1'
please help me
Aru:sign0085: