HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (WinForms DesignTime) microsoft.public.dotnet.framework.windowsforms.designtime


Discuss in the Dotnet Framework (WinForms DesignTime) forum.



Post New Thread
Threads in Forum : Dotnet Framework (WinForms DesignTime) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I'm running into problems with VisualStudio.NET2003 and Windows Forms inheritance. It _feels_ like a bug, but it could just as well be a...
Frnak McKenney
06-26-2005 05:13 PM
Frnak McKenney Go to last post
0 26
Hi, I have just installed a large number of components into the toolbox, and I want to move them on to different tabs to make them easier to...
Paul Cheetham
06-26-2005 12:32 PM
Paul Cheetham Go to last post
0 34
Using C#.NET.2003 I'm running into a problem attempting to put wrapper classes around managed Forms, and after six hours it's getting hard to see...
Frnak McKenney
06-22-2005 11:05 AM
rmunson8 Go to last post
1 28
I'm developing a usercontrol that contains other controls created by a factory instead of being constructed using the new keyword. So I've created a...
Juan M. Servera
06-21-2005 07:02 AM
Juan M. Servera Go to last post
0 34
Hi, I developed a new ExtenderProvider which works great except for one detail. I am using the new ExtenderProvider with inherited forms. I want to...
Sparhawk
06-21-2005 03:29 AM
Sparhawk Go to last post
0 45
Hi, everyone, I'm a newbie to the winform designtime area, Now I'm learning the usage of PropertyGrid. when I added one custom type of property...
CaptainHaddock
06-19-2005 07:30 AM
CaptainHaddock Go to last post
2 33
Hi everyone I have to make a global cache in a windows application to store few data in the application's lifetime. What's the best way to do...
Amir
06-17-2005 06:18 AM
Amir Go to last post
0 36
Hello I try to develop my own component with a collection property Every thing work fine in Design Time except when I try delete the...
Thibaud Bouquely
06-15-2005 05:28 PM
Thibaud Bouquely Go to last post
2 36
I have a component that is loading some information from XML files. This information is needed at both runtime and design time. At runtime, it...
Gerald
06-14-2005 01:19 PM
Gerald Go to last post
0 29
I have a component that is loading some information from XML files. This information is needed at both runtime and design time. At runtime, it...
Gerald
06-14-2005 01:18 PM
Gerald Go to last post
0 42
Using the VS 2003 IDE, How do I specify the name that I want associated with the table returned by the DataAdapter? It defaults to Table. I want...
Christopher Weaver
06-10-2005 03:07 PM
AT Go to last post
1 33
Hi My validators derive from BaseValidator and they EXTENDS certain properties to type Controls by implementing IExtenderProvider. Like in Tooltip...
KK
06-09-2005 11:27 PM
KK Go to last post
0 41
I am creating a menu-style control, and would like to add designer support for the items. I have most of the details, and have created a few...
Sean McBride
06-09-2005 01:53 AM
Sean McBride Go to last post
0 31
I have some complex (fairly) user controls that I have created. Some of those user controls host other user controls. When I host one of these on a...
Jim
06-08-2005 04:58 PM
cody Go to last post
2 41
Hi, I have a UserControl with another control embedded on it and want to resize this embedded control whenever the developer resizes the UserControl...
AT
06-07-2005 07:13 AM
joeycalisay Go to last post
2 35
I'm trying to create a form that has a unique GUID as a property whenever a new one is created. However this won't store the generated GUID unless...
fatboy
06-07-2005 07:12 AM
joeycalisay Go to last post
1 45
I have just been playing with AutoScale and I am unhappy with the way it appears to work. I have a form created on a desktop m/c where the screen...
Charles Law
06-04-2005 04:11 PM
Phil Wright Go to last post
4 44
Hi, I am a new .NET programmer starting with the Visual C# 2005 Express Beta 2, trying to replicate a VCL component that I use. I am trying to...
news.microsoft.com
06-04-2005 04:09 PM
Phil Wright Go to last post
1 30
Hi, We're having a problem with the forms DesignMode property which is always false. I checked around, and found that the forms Site property is...
Egil Winther
05-31-2005 07:21 AM
Egil Winther Go to last post
2 29
In my application I have a base control class - call it BaseControl - from which I inherit to create multiple controls. I'm using a...
Greg Robinson
05-30-2005 11:55 AM
Michael Powell Go to last post
3 32
Using the following ExpandableObjectConverter-derived class leads to a most strange issue. The ConvertTo method receives an 'Object value' argument...
D.Z. Simpson
05-30-2005 03:57 AM
D.Z. Simpson Go to last post
4 36
I've created a container control based object that needs a design time editor. I've created one based on ControlDesigner but there are...
Michael Powell
05-28-2005 02:09 PM
Francisco Padron Go to last post
1 35
This is killing both me and the project. We're working on a farly large project. The code is divided in two parts. One solution that holds all...
TEK
05-28-2005 08:24 AM
MajorTom Go to last post
1 36
framework 1.1, VS 2003 Implementing IRootDesigner, I still need to show non-visual components in ComponentTray. So I added an instance of...
ivan
05-26-2005 05:52 AM
ivan Go to last post
0 48
Hi All, I have the following property in my control, private string _mask = string.Empty; public string Mask { get { return _mask; } set { _mask =...
Miao Chen
05-25-2005 01:03 PM
Miao Chen Go to last post
0 92
I have a custom list view "MyListView" (inherited from System.Windows.Forms.ListView) which has a "Columns" property. "Columns" if of type...
AT
05-25-2005 12:37 PM
AT Go to last post
2 37
Hi All, I am creating a userControl which overrides the TextBox control, in which I have created a property "TextType". In the properties panel of...
AN
05-25-2005 04:14 AM
AN Go to last post
0 35
I am trying to use a custom DesignerSerializer to generate a class declaration based on the properties of a custom control which is used by...
mnowosad
05-23-2005 03:38 PM
mnowosad Go to last post
0 32
Hi, I am planning to extend DataGridView control to hosting my own Editing control. Here is my class which derived from DataGridViewColumn. public...
Miao Chen
05-23-2005 03:21 PM
Nate Smith Go to last post
1 35
I am looking for a way, during design-time, to be able to access all assemblies that were added as references to the currently selected...
mnowosad
05-23-2005 01:55 PM
mnowosad Go to last post
2 29
You need to have: public YourCollection YourProperty { } Then for the class of which the items of your collections are you need to add:
Francisco Padron
05-21-2005 08:37 PM
Francisco Padron Go to last post
0 30
I am creating a custom control which have an "AutoCompleteStringCollection" property, which is like in TextBox control. How I can tell the designer...
Miao Chen
05-21-2005 08:27 PM
Francisco Padron Go to last post
1 45
I'm trying to create a ComboBox class that will present the same printout options to users no matter where I need to use the combo box. I extend...
MLongmire
05-21-2005 07:53 PM
Francisco Padron Go to last post
1 32
Hi all. I have a component implementing IExtenderProvider. It provides two new properties for controls, BackColor and ForeColor. These properties...
Martin Gustavsson
05-14-2005 06:04 AM
joeycalisay Go to last post
1 33
Hello, What "ArrangeIcons" does when LayoutMDI() method is called in an MDI form? I read the description saying "All Child Icons are arranged within...
Sateesh
05-13-2005 12:46 AM
Sateesh Go to last post
0 40
Hi, i have 2 "new" controls, MyTabcontrol and MyTabPage, derived from TabControl and TabPage. Creating a form with the VS-Form-Designer and my...
Stephan Bomholt
05-12-2005 10:01 AM
Mick Doherty Go to last post
1 41
Hello, I would like to add a new item to a collection at Design Time without going through a collection editor. I am trying to add an item to...
AT
05-12-2005 04:18 AM
joeycalisay Go to last post
1 40
Hi, I am creating my own designer using http://www.divil.co.uk/net/articles/designers/hosting.asp (Also reading through open source #Develop...
Mital
05-11-2005 03:01 PM
Francisco Padron Go to last post
4 41
If I create a form that will be inherited from and I add some custom properties, is it possible to add a custom designer like you can for...
news.microsoft.com
05-10-2005 03:52 PM
news.microsoft.com Go to last post
0 40
hi all I want to create my own OledbCommand control.Since OledbCommand class is sealed class. I can't inherit control from that.I inherit control...
AT
05-10-2005 04:49 AM
AT Go to last post
6 35
how to access the control assembly at design time, I am using the attribute to create a custom drop down list form, with the list of the refernced...
moital
05-10-2005 04:19 AM
AT Go to last post
5 31
Hi, Does anyone knows how to set a default for a font property ? I want my property to have the default (not bold) on Arial 8.0! Regular. How can I...
Nick WAELTI
05-09-2005 04:24 AM
Nick WAELTI Go to last post
4 41
Hi, My control is almost finished but its still doing weird things at design time. I've a designer on my control. My control contains a collection...
Nick WAELTI
05-06-2005 07:24 AM
Nick WAELTI Go to last post
4 25
I'm trying to inherit/extend the standard LinkLabel control so I can add a couple of additional things to it... but, I can't get it to display on...
Michael Palmer
05-06-2005 02:14 AM
AT Go to last post
6 36
Hi, I have coded a class which inherits from DataSets and creates two datatables and a datarelation between them. My intention is to drag it to a...
Jose Antonio
05-05-2005 07:38 AM
Jose Antonio Go to last post
1 30
I'm new to the design time world, so please forgive me if this is a newbie question. My control has a property called Model that is a Component. I...
Bruce Wood
05-04-2005 08:45 PM
joeycalisay Go to last post
1 46
Hi, I'm building an extended treeview control starting from scratch. Works great so far, but I wanted to include some Rich Design Time features...
Nick WAELTI
05-04-2005 01:20 PM
Nick WAELTI Go to last post
5 44
Hi, How to display few properties of the control eg. Name, Text, Visible and TabIndex? I am using PropertyGrid, which shows all public properties...
Mital
05-03-2005 10:03 PM
joeycalisay Go to last post
1 41
Hi, I want to achieve custom sort on properties on a propertygrid. This means that I don't want any alphabetical sort but want to use my own...
Özden Irmak
05-03-2005 07:29 PM
Mital Go to last post
3 39
Hi, I'm working on my IExtenderProvider - it adds a property which I expect to normally bind to the app.config file. I can't find how to add the...
Uri Dor
05-03-2005 06:36 AM
Uri Dor Go to last post
1 37
Post New Thread

Display Options
Showing threads 451 to 500 of 1059
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.