|
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:
|