| Thread | Last Post | Replies |
|
| EditValue() in UITypeEditor | 16 Apr 2004 22:39 GMT | 1 |
I am creating my own UITypeEditor for a class EAFDataBindingsCollection. The type editor returns UITypeEditorEditStyle.Modal for GetEditStyle() When I invoke the type editor at design time by clicking on the ... button for a property of type EAFDataBindingsCollection, then the ...
|
| controls being deleted in design time | 15 Apr 2004 13:38 GMT | 3 |
I have the following problem. When I'm designing controls and use them, Visual Studio tends to delete controls randomly I think this is because my user control uses data-adapters, etc. which will result in an error during design time. The result is that Visual Studio deletes this ...
|
| UITypeEditor must be in the same assembly? | 14 Apr 2004 22:41 GMT | 3 |
I have a WebControlLib project that defines a custom property editor which works well for a property of a custom control in the WebControlLib assembly but when I move the custom property editor class to different assembly the IDE won't run the editor for the property.
|
| IExtenderProvider for Components | 09 Apr 2004 20:16 GMT | 4 |
Is it possible to add an extended property to components like I can with controls via IExtenderProvider? JackRazz
|
| Is it possible to reach a property within another property's UIType Editor? | 08 Apr 2004 17:21 GMT | 4 |
I'm developing a windows forms component deriving from System.Windows.Forms.Control. I've 4 complex properties which actually are classes and each also does a part of drawing the control and each of them have also their custom
|
| Support skin in winform | 06 Apr 2004 11:01 GMT | 2 |
I want my application to support external skins like media player. I write in C#, how can I do it? Is there any web site that describe how to support this option in winform using c sharp?
|
| Binding to nested controls using property grid in design mode does not work? (2nd) | 06 Apr 2004 08:28 GMT | 2 |
I have a problem which I don't fully understand yet. I'll try to describe a simplified model: I have a Windows form "Form1". It contains some data-source-type object like "DataSet1".
|
| user controls moved from/to panel issues | 05 Apr 2004 22:39 GMT | 1 |
So here's the issue. I have a user control. Let's say it has a text box in it. Now on a Form, I have a Panel (docked top) and a TabControl with a Tab on it (docked bottom). My usercontrol is on one of the containers (panel or a tabpage). Now in design-time, like using VS.NET, ...
|
| Order of entries in .resx file | 05 Apr 2004 15:17 GMT | 1 |
Hi, in our group two developers are working on the same component in design view. They regularly check in their files to source control (Clear Case), but the merge of the .resx files is always very hard
|
| Windows Generated Code | 03 Apr 2004 03:00 GMT | 1 |
Does anyone on the group know how to generate Windows Code for User Control. What I am suppose to do is to generate VB.NET Code for custom user control. Does anyone know how does the VB.NET is generated when a Controls are placed on the Form? Awaiting replies
|
| Binding to nested controls using property grid in design mode does not work? | 02 Apr 2004 19:16 GMT | 1 |
I have a problem I don't fully understand yet. I'll try to describe a simplified model: I have a Windows form "Form1". It contains some data-source-type objects like "DataSource1" and "DataSource2".
|
| ToolboxItems.Add does nothing | 02 Apr 2004 18:27 GMT | 1 |
Hello, I'm trying to add a control to the toolbox using a windows forms application. All goes well, and no error found, but it does not appear after the application finishes (even after i restart Visual Studio.NET).
|
| Nested collection editor | 02 Apr 2004 01:12 GMT | 1 |
I have a class Processor that contains a collection (derived from CollectionBase) of Processor objects. In design-time if I try to open 4 or more nested collection editors and then close them, I get "Object reference not set to an instance of an object"
|