I have a form that contains different controls like MediaControl and Panel. I want to rotate my form in a vertica开发者_开发百科l direction.
Any ideas please help me.
If you want to draw vertical text on a form, here's how:
http://msdn.microsoft.com/en-us/library/k7282y7x%28VS.80%29.aspx
However, it sounds more like you want to rotate the entire form or controls. Here's a similar question:
Windows form rotation
Basically this turns out to be very complicated. You may have to make everything owner-drawn.
If it's possible to do this in WPF, it might be easier.
精彩评论