| Thread | Last Post | Replies |
|
| extender controls | 07 Apr 2005 22:48 GMT | 1 |
I have a panel that acts as an extender provider. I only want to extend properties if the control is parented by the panel. I implemented CanExtend to do this; however when the control is first outside the panel and it is then dragged in the CanExtend methods does not seem to be ...
|
| Disappearing Controls when the designer loads a form. | 07 Apr 2005 02:05 GMT | 3 |
I am using Visual Studio 2003 (C#) with the .NET Framework 1.1 SP1. I suspect that I have encountered a bug in Visual Studio. I have three user controls (EditorGrid, EditableGrid, and ReadOnlyGrid) which inherit from Abstract Grid. AbstractGrid Inherits from TitledFrame and ...
|
| Design Time event generation and method content | 06 Apr 2005 14:47 GMT | 1 |
I'm trying to figure out how to create a control which can add or edit code during drag&drop operation. I know how to handle CreateTransaction method and add the control but I have no idea how to add event code content during this operation.
|
| How to implement an OpenFileDialog in a Component's DesignTime property? | 06 Apr 2005 04:55 GMT | 1 |
The PictureBox component has a desingtime "Image" property. You can click and open an OpenFileDialog to select the path of an image. How is this being done? Also, you can only browse for the file and cannot type in the path. Is there a way to allow a manual input as well as browse ...
|
| Designer changes size of childcontrols during build | 06 Apr 2005 04:48 GMT | 1 |
i got this control i'm creating it exists of a containercontrol wich manages some child containercontrols (kinda like the tabcontrol --> tabpages) when i add pages all works fine but when i add controls to these
|
| design time wizard | 05 Apr 2005 22:22 GMT | 1 |
How do I display a wizard when a component is dropped on the form the way DataSet does? The wizard needs to be displayed before adding the component to the designer so that the user can choose some options for the component.
|
| User Controls | 04 Apr 2005 18:41 GMT | 2 |
I've taken a button component and extended it's functionality by adding a couple small methods and properties. This control is contained within my project tree and has been used on various locations of my form. Now, I want to add another property to the control. In doing so I had ...
|
| Serialization Interception | 04 Apr 2005 09:58 GMT | 1 |
I'd like to modify the standard output of the generated code. Let's say, I'm changing a TextBox's text property to "SomeValue", and I'd like to get something like this in InitializeComponents(): myTextbox.text = GetTextualValue("SomeValue"); and not:
|