| Thread | Last Post | Replies |
|
| Adding a toolbar tab? | 28 Oct 2005 00:57 GMT | 1 |
For my own components, how do I add them to a own tab automatically? I add them to the toolbox using this method: [ToolboxItem(true)] [ToolboxBitmap(typeof(MyStuff.Common.Controls.MyComboBox),
|
| cannot use unicode in variable names | 20 Oct 2005 19:01 GMT | 2 |
for example i cannot use the dollar-sign or the euro-sign in a variable name although c# itself allows it. is this a bug?
|
| How to reflect on application assembly from a library assembly in designer | 20 Oct 2005 09:28 GMT | 1 |
Ok, this is a really wacky situation but I have this scenario: 1) An application project. 2) A library project with controls used by the application. In the designer of one of the controls, what I want to do is enumerate
|
| PRB: .NET Beta2 : Cannot move ContainerControls on designer surface | 20 Oct 2005 04:12 GMT | 3 |
I have a working example of a designer host from available working examples
http://www.divil.co.uk/net/articles/designers/hosting.asp and
|
| ShouldSerialize question | 19 Oct 2005 15:49 GMT | 10 |
In my Form1, I have this statement: Me.EnhancedPanelGreen2.Background.Color = System.Drawing.Color.GreenYellow This is normal, because I've set to GreenYellow the Color property of the
|
| 2-way Splitter Panel... design-time detail | 15 Oct 2005 07:36 GMT | 1 |
I'm working on a 2-way splitter for something I'm developing in C#... ok so the MFC version wasn't amazing, but at least we had something to work with. Anyway, given that it will always have 4 child panes, it should only ever have 4 children - not 3 or 5 (or more).
|
| Third-party control property at design time | 11 Oct 2005 06:37 GMT | 1 |
I have a problem with changing properties of a third-party control at design time when the control is encapsulated into my own user control. I have a third-party control (TPControl) that allows me to change properties at design time. I mean, if the control is dropped on a form
|
| How to provide design-time support for LinearGradientBrush type? | 08 Oct 2005 23:15 GMT | 2 |
I am writing control which exposes design-time browsable property for setting gradient background of type LinearGradientBrush. I wanted to provide design-time support for creating brushes. Having delved into that topic it seemed to me that creating my own UITypeEditor showing
|