| Thread | Last Post | Replies |
|
| How to add Root Designer support for Custom ContainerControl | 14 Oct 2004 07:12 GMT | 2 |
I'm trying to create custom container control for .Net framework. I want to associate a Design view for the inherited types. I was trying to use the built-in UserControl root designer for it, since I want the functions of the built in designer.
|
| How to change the Window Form font programmatically and maintain the layout intact? | 13 Oct 2004 10:11 GMT | 1 |
How to change the Window Form font programmatically and maintain the layout intact? Here is a sample below // IntactForm.cs // ********** code starts here **********
|
| Doubleclick in Toolbox | 13 Oct 2004 09:13 GMT | 4 |
how can i find out if a user has doublclicked a Item in the Toolbox. Is there an Event ? I have a own Designer that works fine if the User Drops a "Control" on the "Form" but how can I catch up that he is not droping it ?
|
| Undo/redo for DesignOnly properties | 12 Oct 2004 11:31 GMT | 1 |
I wrote a component with a DesignOnly property. The property is a custom dictionary (inheriting from DictionaryBase) that has a TypeConverter to/from string type. Values are saved into and read from resource file correctly when the containing form is saved/loaded.
|
| Undo Stack of Designer | 12 Oct 2004 08:45 GMT | 1 |
Anyone who knows how can I debug the Undo Stack used by a designer on component change, add and remove? Thanks...
|
| AddHandler needed in designer generated code | 12 Oct 2004 02:26 GMT | 5 |
I have a component that implements ISupportInitialize, so the code in InitializeComponent is something like: theComponent.BeginInit() ' Set theComponent properties
|
| Form Load Event In Design Time | 11 Oct 2004 03:14 GMT | 1 |
very strange phenomenon happens when designing my forms i have a base form that i inherit my forms from but when i open an inherited form in the design time ( not in the run time ) the form load event of the base form is executed
|
| Refreshing in designer | 07 Oct 2004 15:59 GMT | 3 |
I developed a custom component designer, that keeps the name of the component (Site.Name) in sync with another property, call it property ABC. This works well. The problem is that in the properties window, property ABC does not get
|
| Hosting Windows Forms Designers | 07 Oct 2004 06:36 GMT | 2 |
I follow the examples given on Tim Dawson's website - http://www.divil.co.uk/net/articles/designers/hosting.asp) I want to add some control by code. In fact, when the user add a textbox, I want to add automaticly a label. I add some events
|
| GetSavedLicenseKey and SetSavedLicenseKey and differeing versions. | 06 Oct 2004 22:08 GMT | 16 |
We have developed a Licx License Provider. The problem is that whenever the build version of our Control changes Applications that were use the control fail because the GetSavedLicenseKey is retrieving a null value. From our understanding this is because the
|
| Assembly Strong name | 06 Oct 2004 09:31 GMT | 1 |
Would someone tell me what is "strong name of an assembly"? Tony
|
| Adding Designer Verbs to a Windows Form | 06 Oct 2004 04:06 GMT | 1 |
Anyone know of a way to add designer verbs to a windows form? Thanks
|
| How to type directly into a TextBox (or Label) at design time? | 04 Oct 2004 23:36 GMT | 1 |
I am developing an application which imitates a form designer. Basically, I implemented IDesignerHost and all other required services. Everything works great, but my customers aren't very happy. They don't appreciate the power and beauty of the PropertyGrid. For example, they want
|
| How can I add toolbox controls to myPanel in DesignMode | 01 Oct 2004 03:22 GMT | 8 |
I am trying to write a designer for control derived from System.Windows.Forms.Panel. I hooked up a handler for IComponentChangeService.ComponentAdded event OnComponentAdded ( object sender, ComponentEventArgs e )
|