Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7957037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T04:11:01+00:00 2026-06-04T04:11:01+00:00

I would like to rotate the content of a Form (WinForms). Is it possible

  • 0

I would like to rotate the content of a Form (WinForms). Is it possible to implement that behavior in some way?

I already known that with WPF would be easier but the form and the logic are already implemented and in addition I should work with Framework 2.0.

I also known that using video card features that would probably possible, but I need to rotate only one specific form, not all applications running on the target pc.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T04:11:02+00:00Added an answer on June 4, 2026 at 4:11 am

    At the end I solved this by cloning the form and all the controls that contains (if someone want to take a look the code just comment) and proceed to rotate them one by one.

    Private Shared Sub RotateForm180(frm As Form)
    
        For Each ctrl As Control In frm.Controls
            RotateControl180(ctrl)
        Next
    
    End Sub
    
    Private Shared Sub RotateControl180(ctrl As Control)
    
        Dim oScreenRect As Rectangle = ctrl.Parent.RectangleToScreen(ctrl.Parent.ClientRectangle)
    
        ctrl.Location = New Point(oScreenRect.Width - (ctrl.Location.X + ctrl.Width),
                                  oScreenRect.Height - (ctrl.Location.Y + ctrl.Height))
    
        For Each c As Control In ctrl.Controls
            RotateControl180(c)
        Next
    
    End Sub
    

    Form background can also by rotated.

    _BackgroundImage.RotateFlip(RotateFlipType.Rotate180FlipNone)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a TShape on my form. and would like to rotate it. Can
I would like to rotate a ViewController based on some condition. The problem with
I'm on cocos2d and I have a sprite that I would like to rotate
I would like to rotate a histogram in R, plotted by hist(). The question
Would like a for loop in jquery so that: For every hover_link: show hidden
Would like to make anapplication in Java that will not automatically parse parameters used
I have an app that I would like to have video capture for the
I would like to handle the rotation gesture in my iPhone app and rotate
I have 4 contact forms we would like to rotate for testing. I don't
I would like to write a web interface that resembles Prezi.com in its user

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.