Rotate the form

Is there any way to rotate the form around its axle , like the watch hand

Thanks for help



Answer this question

Rotate the form

  • sacherel

    Can you explain in more detail   Are you looking to take a Windows Forms and rotate the form like an animation   Or are you attempting to take a portion or all of a full screen application and rotate it using DirectX calls   Rotating a form itself seems very strange ... that would be like taking minesweeper and rotating it.  Rotating a part of the screen can be done through various DirectX routines (see Microsoft's DirectX documentation for more info:  http://msdn.microsoft.com/library/default.asp url=/library/en-us/directx9_c/directx/graphics/programmingguide/FixedFunction/Transforms/transforms.asp)

    Hope this helps,
    Josh Lindenmuth



  • R Phillips

    Thank you , its great site

  • gofrm

    Thanks man ..

    I know its may look strange idea :)

    I need it to make an effects to my own apllications forms when its starting , And not need it to programming games ..

    Ok ,, Rotating part of the screen is good idea too , so if you can help me to do that if you please ..

    Thanks for help

  • J.R. Odden

    You'll want to learn a little about DirectX.  You can search on DirectX 9 tutorial.  Here's one site that may help:

    http://users.pandora.be/riemer/

    Josh

  • Rotate the form