Tagged Questions

0
votes
0answers
9 views

WinForms designer: generated code for a custom Collection<T> property

Hi, I have a control with a property that is inherited from the Collection type: public class MyCoolCollection : Collection<SomeType> { private string m_TestStri …
0
votes
0answers
23 views

Visual Studio 2008 Designer File Bug?

This has been driving me crazy for months. I have a multiple projects that compile without errors. If I start copying and pasting controls (or even just plain 'p' tags) the designe …
0
votes
2answers
28 views

How to add enum properties to a WebControl

Edit: It looks like it might be a Visual Studio issue. If I restart Visual Studio it works until I rebuild the solution. I'm getting an "'B' could not be set on property 'MyMode'" …
0
votes
0answers
15 views

Creating a ‘label designer’ in C Sharp

Hi, I'm trying to create a fairly simple label printer to complement the services offered on our website (processing PayPal payments using IPN and outputting a CSV file containing …
1
vote
4answers
443 views

Qt designer plugin (custom widget) in Eclipse integration

I have made custom widget plugin, which is recognized and visible in Qt designer, but Qt creator and Qt eclipse integration doesn't show it. Does anyone have ideas how to solve th …
0
votes
1answer
36 views

How make Qt Designers autosize layouts work with Pyqt4?

I'm trying a simple example with Qt Designer and Pyqt4, when I preview the UI in Qt Designer (control+R) it looks good, but when I try to execute the generated UI code, layouts don …
0
votes
1answer
28 views

Visual Studio 2008 designer throws Error

We have a project that was migrated from VS 2005 to 2008. One form is using usercontrol. When I open this form I get following message from the designer: The variable '_userco …
0
votes
0answers
8 views

How do I make VS2008 open Compact Framework forms using CF winforms designer.

I have a problem with opening CF.NET forms using VSTS 2008. It uses the regular windows forms designer instead of the smart device one. Everything was fine under VS2008 Pro, but …
2
votes
3answers
125 views

C Prototype scope

I learnt that the type specifier that declares the identifier in the list of parameter declarations in a function prototype (not part of a function definition), the id …
2
votes
3answers
229 views

.NET control to edit xml file

Can anyone reccomend a .net control (winforms) that can be used to as a designer to edit xml files / DSL files ??
1
vote
1answer
177 views

Cannot display custom controls in VS 2008 Designer — .NETCF

I'm having problems displaying custom (inherited) controls in my .NETCF windows mobile project in Visual Studio. The control appears on the designer surface as a gray box with the …
1
vote
4answers
54 views

C# show browsable child properties in designer

Hi, I'm using .NET C# with standard WinForms, not WPF. I have this situation. I'm creating a user control for a month calendar, similar to the .NET one but with a little more func …
0
votes
1answer
14 views

Designer serializes my user control collection property incorrectly (duplicate items w/o clearing it)

I have MyTreeView : TreeView component. And Nodes collection is filled in this component. When I place this component on the form, the Designer duplicates all Nodes items. So I ne …
0
votes
2answers
24 views

Editing a xaml icons or images

Is it possible to edit a xaml icons or images in the expression design or using other tools? Is it possible to import a xaml images (that e.g you have exported) in the expression …
1
vote
4answers
83 views

How do/can designers work with ASP.NET

On most projects I've been one, designers has produced HTML code, then developers turned it into ASP.NET, including master-pages etc that should really be a part of design. After …

1 2 3 4 5 10 next
15 30 50 per page