View Single Post
Old Nov 6th, 2004, 12:20 AM   #10
kalinga1234
Programmer
 
Join Date: Oct 2004
Posts: 31
Rep Power: 0 kalinga1234 is on a distinguished road
your question is too difficult ,,I TRIED but cannot do it... wait i'll post the code...
Private Sub Command1_Click()


For x = 1 To 5 Step 1
For y = x To 1 Step -1
Picture1.Print y;
Next y
Picture1.Print
Next x
End Sub


The question you told cannot be done...please post the code... :wacko:
kalinga1234 is offline   Reply With Quote