a visualized UI creating tool (commonly windows forms creators)
I am fighting a recalcitrant VS2008 DataSet designer, it seems. I have been trying to do what seems to be …
visual-studio-2008 dataset designer tableadapterI'm using Qt Designer (well, Qt Creator actually, but specifically the part derived from Qt Designer), and I've added a …
qt designer qt-designer qcomboboxOften times while using QT designer I find myself needing to re-size things either by shrinking or expanding them. Whenever …
qt resize designerI'm developing a networked WPF application with the MVVM pattern and it seems that it's running and connecting to servers …
wpf mvvm designerI am using the latest version, 1.0.82.0 (sqlite-netFx40-setup-bundle-x86-2010-1.0.82.0.exe), and am using the released version of Visual Studio 2012 …
sqlite visual-studio-2012 datasource designerI have a UserControl with a public property using the following attributes: [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] I have tried …
c# visual-studio serialization designer browsableWhen you modify column headers of a ListView at design time, the designer generates code to serialize column headers at …
c# winforms user-controls designer initializecomponentAs I'm working on a asp.net/c# project, I'm confronted with the foobar.aspx.designer.cs that auto generates …
c# asp.net designer auto-generateI've got a usercontrol that inherits from an abstract class. Basically looks like this. class SimpleSlideView : View { } public abstract class …
c# abstract-class designer windows-forms-designer