Is their a way to rotate an imagebox that is fast an easy? The tip was a little too slow.
Steve
Printable View
Is their a way to rotate an imagebox that is fast an easy? The tip was a little too slow.
Steve
The tip didn't even WORK for me...hehe
DesaWare has an ActiveX control called PictureRotate or something, www.desaware.com
------------------
(¯`·.¸¸.·´¯`·->ShadowCrawler<-·´¯`·.¸¸.·´¯)
Teenage Programmer
Visual Basic, HTML, C++, JavaScript
http://welcome.to/X12Tech
Email: [email protected]
ICQ#: 9872708
Thanks Shadow, It worked for me once, but I can't get it to work again.
Steve
Well, although the tip to rotate graphics is definately slow, doesn't mean there's no reason to use it... the problem you're having is your trying to get a picture to rotate the instant a button is pressed, etc.. Instead of that, how about you start your application, you have it create all the rotated images in seperate picture boxes, which of course are all invisible to the user, and then during run time you can get the pre-drawn rotations from these picture boxes. It's really not that bad, and you can have fun making one of those cool little "loading" bars..
Just an idea.