A view in a RAD (Rapid Application Development) tool that allows you to design what the user sees.
Questions tagged [design-view]
64 questions
0
votes
2 answers
The name 'queen' does not exist in the current context- How do I attach the Box to the data?
new to Windows Forms. I can't get rid of this error and I believe it's because I don't have button_1 linked to my Queen class and/or my instance 'queen.' If that's the case, how do I do that in the button's properties on design view in VS? Here's…

user2359626
- 63
- 7
0
votes
1 answer
What is run when you add a control to a form in design view?
I have an error displayed regarding onload event. The error is only displayed when I add the control to a form and try to view the form in design view. Looking at the control itself in design view it's fine. The error is
Object reference not set…

P.Brian.Mackey
- 43,228
- 68
- 238
- 348
0
votes
1 answer
Label Adding Image Programatically -vs- Adding Image Using The VS2008 Designer
I have a C# form that I am creating completely manually (i.e. without using the Visual Studio Design View). In this form I have a Label created (simply) as follows:
private Label myLabel = new Label();
Later on in the code, during a callback, I…

Jan Tacci
- 3,131
- 16
- 63
- 83
-1
votes
1 answer
icon / text size too big in Design View in visual studio
I'm using visual studio C# and have a weired problem, i closed the IDE and open it in again the next day and now the design view the icons and text become oversized like the screenshot below but when i run the the App the icon/text has normal…

Tizana
- 33
- 3