| Thread | Last Post | Replies |
|
| Form Background Image in Designer Host | 11 Jan 2005 04:04 GMT | 5 |
Iam creating Application implementing IDesigner host and facing problem when embedding image in the form.After embedding the image in the form when i compile i get an Error "resource not found".I tried this on the MSDN provided Sample Designer host and it is also giving
|
| C++ example for threads? | 08 Jan 2005 19:12 GMT | 2 |
I would like to find C++ example for creating two or more threads, each with its own window, in a .NET and windows forms environment. (No luck in Code Project.)
|
| class property default value | 08 Jan 2005 18:32 GMT | 3 |
Using vs.net 2003 , I have the 2 classes defined below compiled into a designtime library and added to the toolbox. If I drop a Ctl object on a form I get the expandable Prop property in the property grid for the control as I expect - similar to the way the Font or
|
| bool - checkbox on design-time | 08 Jan 2005 18:14 GMT | 1 |
How can I show checkbox for bool properties of my custom control in design-time. The usage of 'DesignerVerb' shows just plain MenuItem. I am wondering how TextBox control shows a CheckBox for MultiLine option, for example. (See a TextBox control and its MultiLine option in VS.NET ...
|
| Hide library components from the toolbox | 08 Jan 2005 17:53 GMT | 1 |
I have a design time component library containing components some of whihc should be available on the ToolBox and some which shouldn't. The ones that shouldn't are meant solely for use as Properties of other components.
|
| Controlling properties at design time | 06 Jan 2005 05:09 GMT | 2 |
What will be the best way to manage, dynamically, during design time properties of a control. For example, I would like to hide a certain property description, when other property is assigned a certain value. I've tried something like
|