Top "Windows-forms-designer" questions

The Windows Forms Designer is a graphical editor for Windows Forms controls within Visual Studio.

Visual Studio 2010: Projectitem unavailable

When trying to design a form in Visual Studio 2010: How do i tell Visual Studio to ignore whatever's causing the …

visual-studio-2010 windows-forms-designer
Visual Studio Designer is always trying to change my control

I have a somewhat complex UserControl, and Visual Studio 2008 is giving me a rather harmless annoyance when working with it. …

c# winforms visual-studio-2008 user-controls windows-forms-designer
Usercontrols that inherit from abstract class

I've got a usercontrol that inherits from an abstract class. Basically looks like this. class SimpleSlideView : View { } public abstract class …

c# abstract-class designer windows-forms-designer
Custom Color Palette in Visual Studio Color Property Editor

Within the Visual Studio Designer, under the properties window you are able to select the ForeColor, BackColor etc using color …

c# .net winforms visual-studio windows-forms-designer
C# Winforms Designer won't open because it cannot find type in same assembly

I'm getting the following error Could not find type 'My.Special.UserControl'. Please make sure that the assembly that contains …

c# winforms custom-controls windows-forms-designer
How to use Ninject in a Windows Forms application?

I have an WinForms application with this Main Form : ICountRepository countRepository; public MainForm(ICountRepository countRepository) { this.countRepository = countRepository; } public void …

c# .net winforms ninject windows-forms-designer
Why do my forms look like 'Windows Classic'?

Is there any free tool to style my C# Windows Forms, to make them look like Windows 7 Windows. **EDIT** In …

c# .net visual-studio windows-forms-designer skin
Hidden Features of Visual Studio winforms designer

One of the most loved and hated feautures of visual studio must be the form designer. Creating a simple form/…

winforms visual-studio windows-forms-designer
How do I control the focus order for TextBoxes inside a panel?

I have a Form with many TextBoxes. I need some TextBoxes inside one group, and other text boxes inside another …

c# winforms windows-forms-designer
RichTextBox horizontal scroll not working

I have a single line readOnly RichTextBox with wordWrap disabled, and I add programmatically one single very long line of …

c# winforms scrollbar richtextbox windows-forms-designer