| Thread | Last Post | Replies |
|
| access of project files from ComponentDesigner ? | 10 Feb 2005 23:05 GMT | 2 |
I want read the file list of my project from a ComponentDesigner (in fact I want read a specific file in another projet of the current solution from a componentDesigner) IDesignerHost seems not a good way to do this (I can access of the
|
| Form Designer host and Name property | 08 Feb 2005 10:25 GMT | 4 |
Microsoft have provided an excellent example of hosting the form designer here: http://support.microsoft.com/default.aspx?scid=kb;EN-US;813808 However, it has one problem: the Name property does not appear in the
|
| CODEDOM - LINE | 08 Feb 2005 04:03 GMT | 2 |
i have a CodeStatementCollection, and i want to see what's in each line ex: dim x as object = new XXXobject x.myproperty=100
|
| Visual studio 2005 and overpinting | 02 Feb 2005 14:48 GMT | 4 |
I'm devolping conntrol and I have noticed little bug in my control. In design time after IDE displays menus, tips itp over my control it has some lines, points and other pollution left-over after those elements - and I must click on control to invalidate it. Is there any way to auto ...
|
| Ensure that the File is a valid .NET Framework assembly. | 02 Feb 2005 05:44 GMT | 3 |
Attempting to inherit my form from a form in a different project. When I try to add the inhertied form, I get the message "unable to load assembly...dll. Ensure that the file is a valid .NET Framework assembly. The base class compiles fine and I do have a reference. Any ideas ...
|
| Can I forbid a class from being browsed in PropertyGrid? | 01 Feb 2005 20:42 GMT | 8 |
Is there any way to specify a class as being "unbrowsable" in a PropertyGrid control? I'm aware of the BrowsableAttribute but it only seems to apply to properties. I want to prevent an entire class from being browsed.
|
| Use the Designer of a Windows Control for a Component | 01 Feb 2005 09:47 GMT | 3 |
I want to build a own set of Forms and Controls that are not inherited from the "Windows.Forms." stuff and only are inherited from Component. Some thing like the Shape Designer sample found at.
|