Pooya Soleimani
Pooya Soleimani

Reputation: 25

How to rotate a ImageBox on a windows form using vb6

I need to rotate a Image box 55 degrees when a condition in my if statement is met. Is this possible?

Upvotes: 0

Views: 715

Answers (1)

Jeandey Boris
Jeandey Boris

Reputation: 743

I think it is possible to rotate an image by using Windows API. Can you have a look on Rotate Images in PictureBoxes?

Upvotes: 1

Related Questions