| Thread | Last Post | Replies |
|
| Design time License? | 26 Sep 2004 11:11 GMT | 1 |
Anyone have some samples on implementing a Design time license for a component? Currently using VB.NET, but anything is better than nothing.... Thanks,
|
| How to Embedded one Window Form datagrid as row of other datagrid | 24 Sep 2004 03:22 GMT | 1 |
Hi Friends, My requirement are as follow..... 1) First DataGrid display all row of one table, with this one additional column having +/- control like tree.
|
| Removing a component in design view | 13 Sep 2004 17:01 GMT | 3 |
VS Pro 2003 C++. I have made a Win Form project with several buttons and a GroupBox for radio buttons. I would now like to remove the Group Box and all its code from form1.h I can make the box disappear by setting the visible
|
| Design time support for the Control | 13 Sep 2004 14:39 GMT | 1 |
We have created our control (say MyControl) derived from System.Windows.Forms.Control. MyControl contains 3 buttons in it. At design time, when programmer drag-drops 'MyControl' from toolbox on his form,
|
| Form does not show | 12 Sep 2004 16:09 GMT | 1 |
I am new to VC++ and I have an issue. If I create a project and place a form on it, it compiles and runs, showing the form. However, when I add a form to some other project, the form does not show even though the host projects runs.
|
| How to use DefaultValue attribute with an enum | 08 Sep 2004 15:03 GMT | 2 |
I have the following code for the property ContentType in class that implements IExtenderProvider public class foo: Component, IExtenderProvider { [System.ComponentModel.Category("Validation"),
|
| Visible Property returns wrong value in Designer | 03 Sep 2004 09:00 GMT | 2 |
I need to get the Visible property of a Control at Designtime. I have wrote a Designer by Inheriting a "Windows.Forms.Design.DocumentDesigner". In side this Class I loop throw the Child Controls of the Form.
|