Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

34
votes
4answers
2k views

<Subtype>Designer</Subtype> Added then removed by Visual Studio on load/unload

Anyone see this before? I have a large Visual Studio project that keeps adding [Subtype] Designer[/Subtype] to my .vcproj then removing it on the next open and close of the project. There is only ...
14
votes
4answers
988 views

Browser-based visual editor/designer?

Is there an example of a browser-based and preferably open source visual javascript application designer (using contenteditable or canvas or whatever), perhaps with support for embedded controls and ...
13
votes
2answers
425 views

How can I make a composite component usable with the designer?

I'm experimenting around with writing custom WinForms components and I wrote a couple of simple validator components for use with a subclass of ErrorProvider that automatically hooks up validation ...
12
votes
5answers
1k views

How to manually reload the Visual Studio designer for WPF

Is there any way to force the WPF designer to reload or refresh, without rebuilding the entire project or solution? If there's an error, I get an option in the designer view to refresh the designer. ...
10
votes
2answers
6k views

Android Designer like “Interface Builder”?

We are beginning to learn Android, converting our iPhone apps over. There is a rudimentary editor for layouts in Eclipse, but it's not very good. Is there a visual designer that would be on par with ...
10
votes
4answers
3k views

What approaches are available to dummy design-time data in WPF?

I am working without expression blend and just using the XAML editor in vs2010. The wisdom of this aside, I am increasingly seeing a need for design-time data binding. For simple cases, the ...
9
votes
4answers
7k views

WPF Designer “Could not create an instance of type”

In my UI XAML I'm essentially inheriting from a class "BaseView" that contains functionality common to several forms, however this is preventing the designer from displaying the form: "Could not ...
8
votes
3answers
170 views

Equivalent to designer guidelines in code

The VCL form designer offers pink guidelines for aligning controls at their respective text base lines: But as far as I can tell this doesn't work for labels and checkboxes. Update: It works for ...
7
votes
3answers
262 views

Field Selection in WPF Designer - No Dropdown?

Coming from a WinForms background, I'm a little surprised to see that most (if not all) of the field-related properties for things like ItemsControls in WPF lack any sort of dropdown list for ...
7
votes
1answer
1k views

Visual Studio 2008 Winform designer fails to load Form which inherits from generic class

i have a winforms project, and i created a class on assembly A that inherits from System.Windows.Forms.Form to serve as a base class for various forms on my project, the base class is something like: ...
7
votes
2answers
1k views

Fix embedded resources for a generic UserControl

During a refactoring, I added a generic type parameter to MyControl, a class derived from UserControl. So my class is now MyControl<T>. Now I get an error at runtime stating that the embedded ...
7
votes
1answer
329 views

How to set default XAML view in Visual Studio 2008

In Visual Studio 2008, when you add a new XAML window to a WPF Application Project, the default view you get is "split view" where the visual designer and the XAML code are shown one above the other ...
7
votes
7answers
413 views

Web developers: Implement the code or design first?

What comes first? After the design has been outlined and approved, should a designer create pages in HTML and then hand them to a developer to add code? Or should a developer build simple pages that ...
7
votes
4answers
2k views

How to display placeholder value in WPF Visual Studio Designer until real value can be loaded

I'm an experienced C# developer but a WPF newbie. Basic question (I think) that I can't find an answer to by web searching. Here's the simplified use case... I want to display a string in a WPF ...
7
votes
10answers
11k views

How do I create a custom slot in qt4 designer?

I don't know how to do this. Whenever I use the signal/slot editor dialog box, I have to choose from the existing list of slots. So the question is how do I create a custom named slot? Thanks
6
votes
4answers
746 views

Designer Rejecting User Control

I have a C++ 'Control Library Project' compiled using /CLR. Inside this project there is a User Control that makes a call to a native DLL. This user control appears in the designer toolbox as it ...
6
votes
2answers
270 views

VS 2008 Windows Forms make “View Code” the default for UserControls

We have some UserControls that can not be designed. So the Windows Forms Designer in VS 2008 is pretty much useless and it takes some time until the designer throws the exception when accidentally ...
5
votes
2answers
197 views

Custom properties defined in base form lose their state in inherited form upon rebuild

I am having trouble with properties of a base form not maintaining state in an inherited form. Environment: Visual Studio 2010 Ultimate Service Pack 1: Version 10.0.40219.1 SP1Rel .Net Framework: ...
5
votes
1answer
178 views

VisualStudio 2010 Designer throws on implemented virtual method

I want to have an abstract UserControl, BaseControl, that implements an interface IBaseControl. However, setting the class to abstract breaks VisualStudio designer (This is a known issue with Visual ...
5
votes
2answers
305 views

Visual studio 2010 WPF/Silverlight designer default background

Is there a way to change the default background of WPF/Silverlight designer (Cider)? Or maybe some "IsInDesignMode"/ignorable hack to do so. The problem is, I have transparent backgrounds in my user ...
5
votes
2answers
273 views

What's the purpose of the components IContainer generated by the Winforms designer?

When you create a new form in Visual Studio, the designer generates the following code in the .Designer.cs file: /// <summary> /// Required designer variable. /// </summary> ...
5
votes
2answers
475 views

Datetime2 conversion in EF4

well, after having spent endless time googling for an answer , i have to add another question in this matter... i have a table with 2 datetime fields, generated by EF4 EDMX designer in VS 2010. the ...
5
votes
2answers
168 views

How to stop visual studio from opening my winforms controls in the designer

When I want to edit/view the code for a winforms control/form i created, I need to right-click in the solution and select "view code". The default action for opening the file is "view designer". This ...
5
votes
3answers
583 views

How to show controls hierarchy in Winform designer

One of our client has an old winform application that contains forms with a lot of controls on them. Some of those controls have a deep hierarchy and that make it to hard to select them in the ...
5
votes
2answers
1k views

How do I “hide” controls that my control uses from the toolbox?

I have developed a control in C#. Among other things this control can popup other controls at runtime. When you include the assembly in Visual Studio, the control that I created shows up, but the ...
5
votes
3answers
1k views

Visual Studio - Why do .ASPX files take so much longer to load than .ASPX.CS files?

This may be a stupid question, but it's something that bugs me on a regular basis, so no harm in asking here I guess. What exactly is Visual Studio doing when I open up an .ASPX file and it takes a ...
5
votes
4answers
551 views

How can I prevent the VS WPF designer putting margins on every object from the toolbox

When I drag a control from the toolbox on to the Visual Studio 2008 WPF design surface, it sets a margin based on where I dropped it and a default size. Is there any way to prevent VS setting those? ...
5
votes
2answers
577 views

Is there an existing way to turn source code back into a CodeCompileUnit?

We use the DesignSurface and all that good IDesignerHost goodness in our own designer. The designed forms are then persisted in our own bespoke format and all that works great. WE also want to export ...
5
votes
5answers
1k views

Visual Studio 2005: Please stop opening my CS files in “Design Mode”!

I think it's associating my Web Service's CS files with the related ASMX files. But whatever's happening, I can't double-click to open the CS files - I have to "view Code" or it opens in the ...
4
votes
3answers
130 views

Making the Visual Studio designer ignore a public property

I have a UserControl with a public property using the following attributes: [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] I have tried deleting the ...
4
votes
1answer
62 views

How to create our own Category for Visual Studio Properties Window in WPF?

I have been adding designer extensibility to my custom control. I can create category editor using "Microsoft.Windows.Design.PropertyEditing.CategoryEditor". But the Target Category is something ...
4
votes
1answer
147 views

VS2010 Designer Z-Order

I'm trying to change the z-order for some docked panel in the VS2010 designer. However, everytime I save the designer, close it down and re-open it, the z-order has reverted back to how it was before ...
4
votes
5answers
358 views

IS there a gui designer for wxwidgets in linux with Eclipse?

I want to build a GUI application using C++ and wxWidgets. The problem is that I can not find an IDE with GUI (Form Designer) to use. I hope if eclipse has some thing like the QT designer. any ...
4
votes
4answers
460 views

Designer loading error with c#/.Net 3.5 on VS 2008

I have a WinForms based application. It's compiling and running perfectly. Problem is, ever since yesterday, I can't open the main form's designer file. At first I thought that this is due to me ...
4
votes
4answers
951 views

XAML : How to change background color only in Design mode?

I have a control with white text foreground color and transparent background color. Later on this usercontrol will be added into a different control that carries the real background color. However ...
4
votes
3answers
360 views

VS Designer replaces “empty” strings with resource identifier pointing to empty strings

Weird problem, started with migration to Visual Studio 2010. Some forms, when opened, will have some objects' properties set to a string that is empty in resource file. Most often these are control ...
4
votes
1answer
472 views

Entity Designer missing

As the title says, somehow the entity designer disappeared from my installation of Visual Studio 2010. When trying to open an .edmx file, it only opens it in the XML editor. When i choose "Open ...
4
votes
1answer
98 views

How can I make my own components in VB.NET?

How can I make a component that resides in the components tray like the Timer? So that you can place them from the toolbox but they are not visible on the form. Hopefully this is possible.
4
votes
2answers
450 views

Visual Studio 2010 WPF Designer issues

I am using: Visual Studio 2010 Professional, Silverlight 4 Toolkit The WPF Designer don't show (invisible) - while the Component Toolbox is showing the relevant controls, and the Windows->Windows ...
4
votes
1answer
1k views

VS2010 “An item with the same key has already been added”

I recently installed Visual Studio 2010 and copied and converted an old VS2005 solution to VS2010 When I edit this solution, if I try to change a control's .image property, VS2010 creates a message ...
4
votes
1answer
341 views

xaml nested class path designer issue

I have nested class public class Enums { public enum WindowModeEnum { Edit, New } } In my xaml I reference code: <Style.Triggers> <DataTrigger Binding="{Binding WindowMode}" ...
4
votes
2answers
2k views

ASP.NET auto-generate aspx.designer.cs turn off?

As I'm working on a asp.net/c# project, I'm confronted with the foobar.aspx.designer.cs that auto generates it's content. eg, when I'm changing the code/designer, the designer.cs automatically updates ...
4
votes
1answer
59 views

Windows forms control designer, adding 'task menus'

I would like to know how to add menus similar to this to my custom controls designed in Visual Studio. http://img687.imageshack.us/img687/8702/tasksy.jpg
4
votes
1answer
397 views

How to make user control partial classes aware of controls declared in the base class?

Do we have to do something special to have ASP.NET partial classes aware of controls that are declared in our user control's base classes? The partial classes keep generating declarations for controls ...
4
votes
1answer
554 views

What's the pattern for design-time validation in Workflow Foundation 4.0?

I'm unclear about when and how I should be doing validation in my custom activities/custom activity factories/custom designers in WF 4.0. The only place within my activity that seems to provide ...
4
votes
3answers
199 views

As a designer who has become proficient in HTML and CSS, is it safe to start using jquery plugins instead of learning javascript? I'm not a programmer

I have mastered for the most part taking my designs and coding them as read only web pages. I'm looking to go the next level. I have used some jquery plugin's and figured them out quite easily with ...
4
votes
2answers
2k views

Designer file no longer automatically updating when adding new controls

The closest answer I could find to my question here was this (which has an edit that says it no longer works, and I have confirmed it does not): ...
4
votes
1answer
505 views

C# Designer: Removing redundant code from Design.cs

I have a form which has several buttons, labels and other stuff on it, but the designer appears to remember old elements of that form that have previously be deleted. Is there anyway to 'refresh' the ...
4
votes
3answers
978 views

visual studio 2005 designer moves controls and resizes Form

When i open a form in visual studio 2005 (c#) the designer automaticaly resize the form and move/resize controls without touching the designer at all. The source file is changed and when i close the ...
4
votes
2answers
4k views

Microsoft Visual Studio and C#: How to Visually Add Events to Controls?

Perhaps this is a stupid question, but for the life of me I cannot find a way to do this. How would one go about adding an event handler to a control in a form in Microsoft Visual Studio (2008) with ...

1 2 3 4 5 10