Search code examples
vb6basic

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?


Solution

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