Group:  .NET General / Allgemein » microsoft.public.dotnet.framework.windowsforms.designtime

Threads Replies Last Post
17 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  
Specifying Modifier when adding control via IDesignerHost.CreateComponent
When I add a control in a designer using IDesignerHost.CreateComponent, how can I set the Modifier property of the created control? I suspect I can do it through a PropertyDescriptor, but if so where is the definition of the Enum for Modifier?...
1 12/12/2008 2:35:06 AM
Missing/worthless DragDrop args in designer
I have a control comprised of a FlowLayoutPanel seated within a GroupBox (Don't ask- not my idea!). My goal is to enable controls to be dragged and dropped onto this custom control in the designer and have them posited as children of the internal FlowLayoutPanel. My initial approach began with enabling the FlowLayoutPanel's designer, but that also allowed the FlowLayoutPanel to be ...
1 10/20/2008 4:40:07 PM
Control Designer that creates child controls
I would like to create a control designer for a container control that will create child controls, much like the DataGridView designer adds and removes Column controls. Can anyone point me at some resources that show how to do this? Thanks....
6 10/12/2008 7:09:52 PM
App.config settings not available for user controls at design time
vs2005: I am finding that the app.config settings are not being read by user controls on a form at design time. The designer can't load in this case and throws up it's error message. There are a few other threads on this but none seem to have an answer. For example: http://groups.google.com/group/microsoft.public.dotnet.languages.vb/browse_thread/thread/74039dbbe18e0e79/4a4b69799a7ff...
1 7/2/2007 11:34:26 AM
Overriding DesignSurface to allow resizing of child controls of a UserControl
Hi, I have been trying to do this for about 3 months now - no joke - and cannot even get close. All i want to do is add a UserControl (with two panels in it) to the DesignSurface and to be able to resize those child panels using the designer. For instance, if you have add a listview (in details view) to a DesignSurface, you can resize the columnheaders - that's the sort of thing i'm after. ...
1 6/27/2007 7:32:34 PM
Regarding Dynamic Controls
Hi All, My problem is that,how to create dynamic group of controls(like if i click on one item in ComboBox then below i have to display group of ComboBoxes and textboxes,labels like that) so friends i guess i will get solution as early as possible ...
2 6/27/2007 7:13:44 AM
Windows Form UI Questions
Hi 1. Is it possible to force vertical scroll bar to display all the time in a grdiview even if there are no records currently in dataview? 2. is it possible to group buttons on a toolbar such that if one is pressed (selected), any other pressed button gets un-pressed (unselected). Thanks Regards ...
3 6/26/2007 6:02:04 AM
Diabetic Recipes and More...
Hi Cookers, Welcome to our new website, cookersworld.com. We have expanded the content links to ad Mr. Emeril Lagasse's fine recipes along with recipes for diabetic's. The website is full of great links from our partners. We have links to free cookbooks and more. Please stop by and support us. Visit all our links and choose the best recipe for you or your family. We look forward t...
1 6/24/2007 8:26:54 AM
re:found 5000 3d models at a pound each high def as well 3dmax 3ds lwo all formats
found 5000 3d models at a pound each high def as well look at top right link at mdrepairs.com £1 each on cd images as well all very good ...
1 6/20/2007 11:50:56 PM
Deleting and creating controls via code
Hi Is it possible to enumerate all controls on a form and then save the info in an xml file via code? Is it possible to reverse the process i.e. read info from and xml and recreate all controls on a blank form? I am just trying to find a way to cerate "templates" so users can choose which controls they want to see and with what attributes; position, size, colour etc. A code example w...
2 6/20/2007 7:25:39 PM
Inherited form, Moving of controls
Hello, I have a parent form with one tab control on it and a text box in that tab control. I would like to Move that text box off of the page it is currently on in the child form. The tab control and the text box are both marked as protected ( I have also tried to make them public with no success). When I try and move the text box on the child form (outside of the tab control) al...
1 6/20/2007 5:03:00 PM
How do you persist and restore forms with the CodeDomDesignerLoade
I'm implemented a forms editing environment based on the MSDN example: http://msdn.microsoft.com/msdnmag/issues/06/03/designerhosting/default.aspx. My DesignerLoader derives from CodeDomDesignerLoader, and I'd like to persist the form definition to a file so that it can be subsequenly reopened and edited. I can persist the CodeCompileUnit to a file using the BinaryFormatter, and I can ...
4 6/20/2007 6:27:59 AM
Free data grid available
Hi Several posters have enquired about it in the past. Here is a data grid available for free; http://xceed.com/Grid_WPF_Features.html# I am not connected to this company xceed. Regards ...
2 6/19/2007 2:10:15 PM
How to customize the Label and set the property of AutoSize to False?
Hello All, As we known, in Visual Stdio 2003 or 2005, the property of Autosize of Label is set to True by defaut, how can I customize this and set property of Autosize to False? Any ideas? Thanks ...
1 6/14/2007 7:07:04 AM
How to customize the Label and set the property of AutoSize to False?
Hello All, As we known, in Visual Stdio 2003 or 2005, the property of Autosize of Label is set to True by defaut, how can I customize this and set property of Autosize to False? Any ideas? Thanks ...
1 6/14/2007 6:44:41 AM
How to customize the Label and set the property of AutoSize to False?
Hello All, As we known, in Visual Stdio 2003 or 2005, the property of Autosize is set to True by defaut, how can I customize this and set property of Autosize to False? Any ideas? Thanks ...
1 6/14/2007 6:40:24 AM
Panel.Enabled
I have a panel on a form when I set panle.Enabled to false, all the panels child controls are disabled, as expected. Is there anyway to override this for one component (actual a list of phone number. The user will want to be able to scroll through them) TIA David McCallum ...
3 6/7/2007 7:07:13 PM
InheritedPropertyDescriptor vs. ReflectedPropertyDescriptor
Hello, I wonder if anyone can explain the difference between InheritedPropertyDescriptor vs. ReflectedPropertyDescriptor classes? I'm writing my own designer based on the .NET design time framework. I've got a custom design surface and am performing custom serialization with my own designer loader. Most everything works properly except in some cases where serialization is concern...
25 6/4/2007 1:26:27 PM
Designtime behaviour of a tabcontrol in a usercontrol
Hello Newsgroup I'm working with VS 2005 Prof. on a usercontrol, which should look like a wizzard. In this usercontrol I have tabcontrol, which should be active in designtime, so a user can drag other controls on it. I have achieved this behaviour with a ParentControlDesigner for the usercontrol and a call of EnableDesignMode für the tabcontrol and each tabpage. With a Smart Tag...
4 6/3/2007 5:27:00 PM
PropertyDescriptor for Generic.List(Of String)?
I have an object which I would like to show on a property grid. The object has a property that ultimately can boil down to an array of unique strings. I though I'd be clever and code it as a Generic.List(Of String). When I select the object so it is shown in a PropertyGrid, it, shows the default collection editor. So far, so good. When I go to add a value, the collection editor complain...
3 6/2/2007 2:33:57 PM
PropertyGrid.PropertyValueChanged in Design-Time
I'm not even sure if this is possible, but is there a way to access the PropertyGrid in design-time -- how to access the grid in the property pane in the VS IDE? I want to use the PropertyValueChanged event in design-time -- I can use it in runtime of course if I create a form with the PropertyGrid control on it. Thanks for any help, Steve...
7 6/1/2007 2:46:01 AM
Mpeg & C#[win]
Can anyhow directed my on reading up/ learning how to add video to my C# Windows form .Net 1.1 applications Any and all help is appreciated MikeY ...
1 5/23/2007 4:44:35 AM
winform designer (2005) error: duplicate component name
When I try to open my .net2 windows form code file in the vs2005 designer, I get the error message "Duplicate component name 'iDDataGridViewTextBoxColumn'. Component names must be unique and case-insensitive." The component name appears do be the DataGridViewTextBoxColumn type name with some (unknown to me) prefix, "iD". (identity?). It does not appear in my file so I assume it is cre...
7 5/21/2007 3:41:02 PM
hiding code from the winform designer
I have set up an inheritance tree for my winforms (.net2.0) to expose common functionality. The winform designer in vs2005 will not load these forms unless the base type has a default constructor (no args). Right now I'm simply creating a default constructor but its use at run-time would create an invalid object. At design-time I don't care. It would be nice if I could throw an except...
5 5/18/2007 8:57:01 PM
Custom serialization question(s)
I'm writing a custom XML serializer that can generate XML for any WinForm object at design or run-time. But there are a couple of cases that I can't handle properly, but the default Code DOM serializer does. I'd appreciate any info on how to solve these cases: 1. How can I determine that an object needs to be created as a Resource? For example, I can write property/value pairs or ...
2 5/12/2007 2:33:33 AM
17 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  

Home | Search | Terms | Imprint
Newsgroups Reader