visual-studio-designer Questions
18
I've searched StackOverflow and found similar problems when I try and open a form that references a UserControl in a different project.
I get the
To prevent possible data loss before loading t...
Joly asked 25/9, 2013 at 15:42
7
Solved
I've moved all image resources in a large multi-project solution to a new project specifically created for shared resources.
Adding a new reference to other projects where the shared images are us...
Squint asked 8/7, 2009 at 20:43
6
Is there an extension for Visual Studio 2010 for opening code for forms, components etc. in WinForms application projects on double click in solution explorer by default (and in designer view via c...
Cornucopia asked 12/8, 2011 at 9:6
5
I've created a C++ UWP Windows 10 app using Visual Studio 2015. However, I'm not able to visualize any xaml in the designer because I'm always getting a System.NullReferenceException error. How can...
Odoriferous asked 3/8, 2015 at 13:2
2
Solved
Whenever I build the following program Form1's size shrinks by 20. (In some cases I need to make a change to the form, such as moving someLaggyControl1 by a few pixels, but not always. It's weird.)...
Kwarteng asked 11/2, 2015 at 17:54
2
I've written a Markup extension for WPF that allows me to do
<!-- Generic Styles -->
<Style x:Key="bold" TargetType="Label">
<Setter Property="FontWeight" Value="ExtraBold" />
&...
Alves asked 9/4, 2013 at 12:54
3
Solved
I am working on a Visual studio like application i.e. have a toolbox, an editor and property grid similar to VS.
User can drag and drop the controls(custom and third party) to the editor window an...
Kropp asked 25/3, 2010 at 9:8
2
Solved
I am trying to clean up all designer errors in our solutions and ran into the following error:
The designer could not be shown for this file because none of the classes within it can be designed...
Fount asked 29/7, 2011 at 18:9
1
Is there a way to disable the design view of an individual UserControl - without disabling the design view for other controls?
Certain controls of mine do not support design view, and in these cas...
Toitoiboid asked 23/3, 2011 at 18:40
1
© 2022 - 2024 — McMap. All rights reserved.