windows-forms-designer Questions
8
Solved
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 form, i.e., Form1.cs[Design]. ...
Hydrozoan asked 16/10, 2019 at 0:15
3
Solved
On a control I am using multiple attribute properties:
[Browsable(false)]
[Bindable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[DesignerSerializationVisibility(DesignerSerializationVisi...
Punak asked 21/7, 2016 at 11:32
9
Solved
I'm having a problem with the windows form application . When I create the windows form application , it displays the source code for the form but not the designer layout
Dakota asked 14/10, 2019 at 16:11
12
Yesterday I edited a form in Visual Studio's form designer. When I returned to it today, the designer shows nothing. I can open the properties window, select all the different constituent component...
Plutonium asked 28/6, 2016 at 10:41
13
I am working on a Windows Forms project. It contains a tab controller with multiple pages and multiple controls on each.
It appears that relatively recently, after some form changes, that each tim...
Scandium asked 24/12, 2014 at 7:52
2
Solved
Yesterday, I started getting the "Should have two or more class parts." error when I adjust my UI through the Windows Forms Designer. This is on an established application. I then created...
Filling asked 25/2, 2023 at 19:31
6
Solved
My workshop has recently switched to Subversion from SourceSafe, freeing us from automatic locks. This led to concurrent editing of the Forms, which is wonderful. But when multiple developers commi...
Jap asked 28/1, 2009 at 6:33
1
Solved
What I am trying to do is to add a custom tab with custom colors into the ColorUI class of ColorEditor class which appears into the PropertyGrid of controls.
Something like this: ( Just a fake imag...
Sansculotte asked 10/12, 2022 at 15:33
2
Solved
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 Blend I could (amo...
Byrne asked 1/10, 2013 at 15:7
3
Solved
trying to add an existing Windows form into a VS2012 WinForm project, I go "Add/Existing item..." then import: MyForm.cs, MyForm.designer.cs, MyForm.resx
This used to work in earlier versions of V...
Ecphonesis asked 25/2, 2013 at 8:23
5
Solved
I'm using Visual C# 2008 Express. This is the first time I've had this error in years, the last time I had it was around the time I started programming.
I have no idea what it actually means or why...
Rech asked 1/11, 2012 at 20:6
2
Solved
Is there a way to set the a default value for the attribute DesignerSerializationVisibility for all the properties of a given class?
In practice, a way to switch the default behavior of black-list...
Abstriction asked 31/3, 2016 at 15:8
7
I want to show a new form in the same window from where it was invoked.
I know a way to show this form on PrimaryScreen or Virtual Screen by code similar to as below:
MyForm.Location = Screen.Prim...
Schrock asked 19/6, 2010 at 0:34
2
I am trying to create forms that inherit from a "generic" base class where the generic argument of that base class has a constraint that it must implement one of my interfaces.
It compiles and run...
Ingeingeberg asked 30/1, 2017 at 8:49
5
I have a form that appears as a modal dialog. The form looks like this in the designer:
(width = 360, height = 215)
When it is shown in the application, it gets 10 pixels taller and wider than i...
Beneficent asked 14/2, 2013 at 12:54
4
Solved
I want to get a DataTable from DataGridView of the Grid values.
In other words DataTable same as DataGridView Values
Evesham asked 24/6, 2010 at 10:15
3
Solved
I have a new project. I drop a textbox control on it. I open up the properties window, and I can change the height and hit enter or click out of the box and it will update the designer, but when I ...
Uird asked 4/1, 2012 at 3:3
3
In Visual Studio Enterprise 2017 when I create a Windows Form in my solution I get the following error page right away (instead of the designer page):
The stack trace is:
at Microsoft.VisualStud...
Ammonite asked 22/10, 2017 at 11:3
12
I'm getting the following error
Could not find type 'My.Special.UserControl'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development...
Swaine asked 5/4, 2013 at 13:34
4
Solved
All,
I have finished the GUI design phase... Now I've started to add meaningful names to all the controls in my application. Visual Studio is driving me nuts auto generating the events each time I...
Diphtheria asked 2/10, 2009 at 20:39
5
Solved
I have a single line readOnly RichTextBox with wordWrap disabled, and I add programmatically one single very long line of text.
However the horizontal scrollBar does not apear, even if I set Scrol...
Seaddon asked 17/8, 2012 at 12:29
2
Solved
I am having trouble opening an inherited form in a Windows CE application. This is a project that I am taking over from a ex-employee, but there is compiled versions running on some mobile devices ...
Marshy asked 27/6, 2013 at 9:3
3
Solved
I'm using the form designer in VS.
I placed a label on my form, and then deleted it's text.
Currently, I can not locate the label.
How do I see a list of controls associated with a given class?
Boutonniere asked 30/6, 2010 at 17:57
3
Solved
I'm trying to add the Windows Media Player component to my solution, but this message is displayed instead.
The following controls were added but are not enable in the active designer. Make sur...
Fenestration asked 10/1, 2015 at 16:0
2
I want to create a dotted lines that is used as input for typing text on it instead using a text box.
For example:
Instead of text box:
I want to make something like this:
and to be able to...
Mercaptopurine asked 3/11, 2020 at 23:35
1 Next >
© 2022 - 2024 — McMap. All rights reserved.