Hi all,
Do any body know how to resize a control from its center in vb6?
Like if we do like this in a delayed loop:
It will resize the image to the right side not from the center..
The second is how to rotate some control on some angle like we can do with the lines..
Thanx
ARUZ
Do any body know how to resize a control from its center in vb6?
Like if we do like this in a delayed loop:
Code:
image1.width=image1.width+10 image1.height=imag1.height+10
The second is how to rotate some control on some angle like we can do with the lines..
Thanx
ARUZ
Comment