Is it possible to rotate a PictureBox or Image Control in VB???
Printable View
Is it possible to rotate a PictureBox or Image Control in VB???
No, but you can rotate the pic inside it
You can rotate the picture that is inside a PictureBox using the PlgBlt API call (although this only works on NT, 2K and XP AFAIK
- gaffa