| Thread | Last Post | Replies |
|
| question about very basic scenario | 11 Nov 2005 06:16 GMT | 1 |
I have several records on my DB Name LastName Age Address StartTime .. ..
|
| DevExpress ComboEditBox problem in design time | 09 Nov 2005 13:06 GMT | 1 |
I have a problem when edit items of ComboEditBox in my custorm form designer In Visual Studio this property detected as String Collection but in my designer as Object Collection. I've looked through reflector on type of that property and i wad really
|
| Force hidden property to serialize at design-time? | 07 Nov 2005 20:05 GMT | 2 |
My component has a string type of property which has set "Browsable" attribute to false...My custom property page does set/get that property and I want to force it to be serialized into code in Design-Time... I tried setting various "DesignerSerializationVisibility" atrribute ...
|
| Hierarchical view of a Form's controls ? | 07 Nov 2005 10:57 GMT | 1 |
Is there any way to get a hierarchical view of all a Form's controls? I have many panels within panels, lots of them with Dock style = Fill, and I'm finding it very fiddly to select the parent panel of a given control/panel. I think I must be missing something.
|
| Code serialization order | 04 Nov 2005 10:42 GMT | 4 |
I want the code to serialize in the following order: MyClass object2 = new MyClass(); Wrapper object1 = new Wrapper(object2); but currently the code is being serialized in the following way:
|
| Form designer cannot respond command | 03 Nov 2005 12:58 GMT | 1 |
I write a simple form designer in vs2005. I can add and edit controls on this designer. but when I delete a control, it can not repond. the code like this: public partial class Form1 : Form
|
| Design-time Licensing | 03 Nov 2005 11:00 GMT | 1 |
What is the license restrictions for using controls such as "SurfaceDesigner" and allowing the end user tweak the position of controls in a application written in .NET? Thanks.
|
| Position label and text in CreateComponentsCore() | 03 Nov 2005 09:48 GMT | 1 |
Hey I hope someone can help me with a clean solution for the following puzzle: I have written a custom toolboxitem that overrides the CreateComponentsCore() operation that returns two objects, a subclassed
|
| Grouping properties (like Font does) | 02 Nov 2005 12:27 GMT | 1 |
Just a quick question, I hope. I'm ending up with a lot of similar property names (because they all relate to the same area of the control) eg CaptionText, CaptionTextColour, CaptionBackground, CaptionHasGradient, CaptionGradientStart,
|