visual-studio-designer
VB.NET Usercontrol with designer browsable property not saving value at run time
I have been making a control and have added a property for a list(of CustomClass).The custom class contains a string, an image and a list of another custom class which contains a string and an image.I[详细]
2023-03-29 05:22 分类:问答Issue in the Design View for ASP.Net Custom Server side Control which inherits GridView
I have created a Custom Server Side Control which inherits GridView Class. I have added a public string property, which accepts the column names of the Data Source(DataSet or DataTable) with comma sep[详细]
2023-03-24 15:54 分类:问答WinForms control event handler gets removed when selecting another one and thus it becomes 'unreferenced'
Question about the WinForms designer and how to customize behavior. What I\'ve seen multiple times is that when you select a different event handler for a button it w开发者_如何学运维ill remove the ol[详细]
2023-02-18 05:09 分类:问答Possible to resize activity blocks in Visual Studio 2010 Workflow designer?
I\'m trying to edit my TFS 2010 build templates using the Visual Studio 2010 Workflow designer. I have this nice widescreen display, and the designer insists on displaying the activity blocks in itty[详细]
2023-02-01 16:27 分类:问答Second WPF project in one solution gives log4Net error
I am totally confused with the following error. I have my application which works perfectly fine and uses log4net for logging.[详细]
2022-12-28 02:59 分类:问答Building Visual studio like application, need inputs
I am working on a Visual studio like application i.e. have a toolbox, an editor and property grid similar to VS.[详细]
2022-12-24 10:43 分类:问答How to select tabs on Silverlight TabControl in the VS designer
In XAML (Silverlight), how do I edit anything but the first tab in the VS Designer?All I can see is the first tab, and I don\'t know how to set 开发者_StackOverflow社区which one is selected so that I[详细]
2022-12-20 14:23 分类:问答Designer resets property value
I have a problem setting a default value on a property, that is \"updated\" by Visual Studio Designer开发者_C百科 every time the form is modified in it.[详细]
2022-12-19 15:45 分类:问答Pointing a ConnectionString to a special folder via Visual Studio Designer
I\'m trying to set a DataAdapter connection string to point to %APPDATA% from within Visual Studio designer by editing the DataAdapter properties. I cannot seem to be able to use that moniker on the c[详细]
2022-12-14 17:19 分类:问答Errors in VisualStudio when opening UserControl in designer
Background: I have created this UserControl. In the constructor of the user control I call a function that retrieves some values from the database. If an error occurs while retrieving the values a mes[详细]
2022-12-08 18:07 分类:问答