About 274,000 results
Open links in new tab
  1. winforms - Custom C# Form Design - Stack Overflow

    May 31, 2011 · I want to create a fully custom User Interface design for an application I'm having to create. I can change the form background and all that but this is a bit more complex. An …

  2. c# - How to open form designer in Visual Studio? - Stack Overflow

    Nov 26, 2018 · I am attempting to create a Windows Forms app in C# in Visual Studio. Normally one can double click the Form1.cs file in the Solution Explorer in order to access the simple …

  3. c# - Form1.cs [Design] disappeared - Stack Overflow

    Nov 30, 2018 · Notice the icon for Form1.cs looks like a regular C# file. This is how it should look if it's a form: You can clearly see the difference in the icon. Simply making sure the public …

  4. How to easily duplicate a Windows Form in Visual Studio?

    How can I easily duplicate a C#/VB Form in Visual Studio? If I copy & paste in the Solution Explorer, it uses the same class internally and gets messed up. How do you do it?

  5. Modern UI application design for Windows Form Application

    Dec 13, 2016 · However Microsoft and Windows have changed their design language quite a bit to flat Metro/Modern UI. Is there a way to make use to newly style tools for Windows Form …

  6. c# - Cannot Open Form [Design] View in Windows Desktop Form …

    Oct 16, 2019 · When I create a new Windows Desktop Form Application using .NET Core with the latest Visual Studio 2019 Community Edition update, I cannot view the design view of the …

  7. c# - Beautifying a Windows Form application - Stack Overflow

    Aug 2, 2012 · I will be creating a small database-driven Windows Forms application for my C# project. I wanted to beautify it like we do on web sites using CSS. Are there any resources or …

  8. c# - Visual Studio Design View - form is blank - Stack Overflow

    Aug 20, 2015 · This seems to have confused visual studio and it was displaying the contents of my super-class (i.e., an empty form) instead of the contents of the form corresponding to the …

  9. Zooming in the visual studio form designer - Stack Overflow

    Oct 1, 2013 · 40 I'm using the Visual Studio 2013 form designer to edit a form. The size of the form in the designer window is too big so I want to zoom out. In applications like Photoshop or …

  10. Copying winforms between projects in Visual Studio

    May 14, 2009 · What is the best way to copy or cut/paste a form from one project to another project within a Solution in Visual Studio? Whenever I try it, using the solution explorer (drag …