| Thread | Last Post | Replies |
|
| CollectionEditor - validation that only allows unique items in the collection | 21 Jun 2006 23:37 GMT | 1 |
I have a custom UI control with a collection property that I can edit with a CollectionEditor at design-time. To achieve this I've used the Editor attribute (from System.ComponentModel) on the collection property and created a class that derives from
|
| To create MAC style for ComboBox and ListBox? | 21 Jun 2006 23:28 GMT | 1 |
Hi All, I want to create ComboBox and ListBox control with MAC style as this one on .NET: http://www.econtechvn.com/en/macuisuite_detail.htm However, it's really difficult with the scrollbar.
|
| Object of type 'MyType' cannot be converted to type 'MyType' | 21 Jun 2006 21:39 GMT | 1 |
I am experiencing some weird problems with Visual Studio 2005's Property Grid in the designer, whenever I rebuild my assemblies containing my custom TypeConverters. It seems to me that the Property Grid doesn't reload the rebuilded assembly.
|
| Flexibility for the end user | 16 Jun 2006 12:41 GMT | 5 |
Some time ago within the last 2 years or less, I read an article about how Windows Forms applications could be configured to be easily customized in appearance by end users. I have been looking for that article with 0 success. Does anyone remember about that or has anybody some ...
|
| How to control adding of a control | 01 Jun 2006 20:37 GMT | 4 |
I have created an UserControl control, and added a designer class to it. My problem is that i want to control where it is placed - it could be that i only want my usercontrol to be added on a panel. The following code shows how to control my usercontrol if it is dragged on a
|