Top "Windows-forms-designer" questions

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

Windows Form Designer: Could not load file or assembly

Has anyone ever had the issue where trying to "View Designer" on a windows form in Visual Studio .NET causes …

visual-studio windows-forms-designer
Programmatically adding Label to Windows Form (Length of label?)

In my code, i create a label with the following: Label namelabel = new Label(); namelabel.Location = new Point(13, 13); namelabel.Text = …

c# .net label windows-forms-designer
Embed a form onto a tabcontrol in windows forms

I have a tab control in a windows form and I want to be able to click on a tab …

c# forms tabcontrol windows-forms-designer
The variable 'variable_name' is either undeclared or was never assigned

I have a question related to the error on the title. Im working with c# and Visual Studio 2010. I have …

c# .net winforms visual-studio-2010 windows-forms-designer
Running a .exe application from Windows Forms

I have an application that I run on the command prompt as follows: C:\some_location> "myapplication.exe" headerfile.…

c# vb.net windows-forms-designer visual-c#-express-2010
Allowing javascript to run on a windows form web browser

I want to use a Web Browser to access a website that uses JavaScript on load. I understand that Web …

c# javascript webbrowser-control windows-forms-designer
How to resolve VS2010 Windows Form Designer issue (base class could not be loaded)

I have recently been getting an error in the Windows Forms designer of VS2010SP1 when using inherited UserControls. The …

.net winforms visual-studio-2010 windows-forms-designer
My Windows Form keeps on shrinking/resizing on build

I am working on a Windows Forms project. It contains a tab controller with multiple pages and multiple controls on …

c# forms visual-studio-2013 windows-forms-designer