Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi!

I read yout article about resize control... is excelent!!!

I need do this in my academic work, and need do rotate too...

you know how to do rotate control in my application in execution using mouse???

sorry for my english, i am from brazil...
Posted

In order to rotate a control, you would need to override its Paint event and Paint the control yourself. Then you can make use of the RotateTransform and TranslateTransform methods in the Graphics class to rotate the controls.
 
Share this answer
 
1) Post questions like this in the forum at the bottom of the article you are referring to. Nobody here has any idea of what article you are talking about.

2) Nobody knows what your application is, so why are you asking if that code will work in your application? Anyway, you should be able to adapt the code for your purposes without asking the article's author how to do everything.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900