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 implemented a forms editing environment based on the MSDN...
=?Utf-8?B?QmlsbCBSdXN0?=
06-20-2007 02:27 AM
Linda Liu [MSFT] Go to last post
3 13
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...
Ryou kaihou
06-14-2007 02:44 AM
Ryou kaihou Go to last post
0 15
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...
Ryou kaihou
06-14-2007 02:40 AM
Ryou kaihou Go to last post
0 10
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...
David McCallum
06-07-2007 03:07 PM
David McCallum Go to last post
2 11
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...
=?Utf-8?B?Sm9obm55IEvDvGhuZQ==?=
06-03-2007 01:27 PM
=?Utf-8?B?Sm9obm55IEvDvGhuZQ==?= Go to last post
3 12
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...
WALDO
06-02-2007 10:33 AM
WALDO Go to last post
2 12
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...
mobilemobile
05-31-2007 10:46 PM
=?Utf-8?B?bW9iaWxlbW9iaWxl?= Go to last post
6 59
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
MikeY
05-23-2007 12:44 AM
MikeY Go to last post
0 164
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...
Joe Burke
05-11-2007 10:33 PM
jokiz Go to last post
1 41
I'm having a problem with user controls in the VS Designer. Recently I had my machine upgraded and, of course, had to reinstall Visual...
dcraig
05-11-2007 10:26 PM
jokiz Go to last post
2 40
You can use NonSerialized to exclude a field (not a property) from the serializer. If you are using the XmlSerializer you can use XmlIgnore. ...
tribbles
05-11-2007 10:20 PM
jokiz Go to last post
7 48
http://70.64.141.124:63522/svn/webdev Let me know if its working. -Brett
not
05-11-2007 06:46 AM
jokiz Go to last post
1 45
Hello all, VS2005 WindowsForms designer implementation is readily available for re-hosting... routinely using a Form as the root component. For...
Randolph Webb
05-07-2007 08:21 PM
Randolph Webb Go to last post
0 36
SQLDatasource object no longer visible on form in designer mode. I reset settings to default and they are still invisible. Can not get to...
PEimer
05-07-2007 05:35 PM
PEimer Go to last post
2 29
Hi All, Is there a way to add a checkbox(for checking all the check boxes that appear in datagrid column) in the header of a datagrid...
PD
05-02-2007 03:37 AM
PD Go to last post
0 40
Hi, This is a strange problem which is not giving any chance to trouble shoot. The solution closes and I get a alert: Microsft visual studio needs...
Sugandh Jain
04-26-2007 08:40 AM
Bryan Phillips Go to last post
1 49
Hi, Let's say that in my own custom control (derived from Control), I have a property Value of type object. My goal is to store in this property a...
VisualHint
04-24-2007 07:11 PM
VisualHint Go to last post
3 41
Well, everything in the designer derives from "IComponent" AFAIK and "Component" is just a common implementation of this, is it not. In any...
Larry Smith
04-21-2007 11:21 AM
Larry Smith Go to last post
1 31
I am writing a Windows Forms application using .NET 1.1, VS 2003 and C#. There is a section of code in one of my form's constructors that needs to...
Dave Leach
04-10-2007 01:48 PM
Dave Leach Go to last post
9 105
I have a problem that I believe is related to KB839202, but I am more looking for some sort of work-around, as it appears this is something Microsoft...
ravi.s.desai@gmail.com
04-07-2007 10:22 AM
ravi.s.desai@gmail.com Go to last post
2 73
Hi I'am developing a Windows Form application (.NET 2.0, VisualStudio 2005 SP1, Infragistics 2006 suite). I open my solution (several project and...
Giorgio Parmeggiani
04-06-2007 05:29 AM
Linda Liu [MSFT] Go to last post
8 62
Googled - can't find a solution. Has anyone found a way to allow editing of events while in the collection editor - as you can in the standard...
mnadig
04-05-2007 12:52 PM
mnadig Go to last post
0 45
I have a custom user control I created which has 3 panels on it an header, body and footer. I created a custom designer which exposes the body panel...
tribbles
04-03-2007 04:24 PM
tribbles Go to last post
0 45
Hi, I am making a form designer. It is same like VS.net IDE. I am facing difficulty in adding Eventstab to propertygrid control. In some forums it...
AT
04-02-2007 06:17 PM
palaniselvam Go to last post
2 61
Hi there, Can anyone explain why I'm able to resize a "GroupBox" control at design time after setting its "AutoSize" property to "true" and its...
Larry Smith
03-30-2007 01:14 PM
Larry Smith Go to last post
0 52
Hi, I am adding custom controls to Visual studio which can then be dragged onto a page and the controls properties appear in the property grid...
Mutley
03-16-2007 05:09 PM
Bryan Phillips Go to last post
3 88
Hi, I am creating windows form at the run time and also i am setting the FormBorderStyle to FixedSingle. So that the form comes with some...
Saravanan
03-14-2007 03:11 PM
Bryan Phillips Go to last post
1 55
Hi! I need to create a form and fill it with a number of button decided at run-time..then I need to create this buttons according to their number...
Lupo
03-14-2007 03:00 PM
Bryan Phillips Go to last post
1 58
Can anyone shed light on using WebFormsRootDesigner with DesignSurface to create a visual designer for webforms? Class descriptions suggest this...
Randolph Webb
03-07-2007 08:29 PM
Bryan Phillips Go to last post
1 69
I have a new control, that basically wraps a UpdatePanel and a GridView - so I can use it as a webpart. I want to expose the Gridview designer for...
Sahil Haslani
03-05-2007 11:16 PM
Sahil Haslani Go to last post
0 49
Hello, my Visual Studio install refuse to load any addins, nothing shows up in the addin manager. I tried wizard created addins and some I found in...
stax
03-05-2007 08:02 AM
stax Go to last post
0 49
Hello, did anybody try to do this? Did it work? Reflector showed non of the framework inheritors of DesignerActionList do implement any...
stax
03-04-2007 09:26 AM
stax Go to last post
0 42
Hi, I've created a control which inherits from the ListView class. In the constructor I create 2 columns and add a two items to propulate a row. ...
DG
03-03-2007 07:59 AM
Bryan Phillips Go to last post
1 49
I have a component that does some interesting stuff exposing the member properties of a child control within a usercontrol properties of the parent...
Bob Powell [MVP]
03-01-2007 11:26 AM
Bob Powell [MVP] Go to last post
0 36
Hi there, I'm creating a design form at runtime using "System.ComponentModel.Design.DesignSurface" and cousins. Does anyone know how to lock an...
John Allen
02-21-2007 07:56 AM
John Allen Go to last post
5 62
Hi, I've written a very simple control designer with a few verbs which resize the control it's assosciated with to a couple of default widths. When...
Tom Juergens
02-19-2007 12:48 AM
Jeffrey Tan[MSFT] Go to last post
5 66
I have a property where ShouldSerialize is not called? If I use a type converter do these methods still work? Any ideas would be great. P.S. I...
schneider
02-16-2007 01:40 AM
schneider Go to last post
1 52
Hello, We implemented our own user control with a public collection property and set DesignerSerializationVisibility.Content. When we alter the...
Ertugrul
02-10-2007 04:49 AM
Ertugrul Go to last post
0 60
In a propertygrid I have multiple objects selected via PropertyGrid.SelectedObjects setter. When I set the value of a property for those objects via...
Robert Ludig
02-09-2007 03:28 AM
Robert Ludig Go to last post
0 48
Hi, We have an application that allows users to design forms using some predefined controls - users place a set of controls on a designer form, and...
ramesh.rushmore@gmail.com
02-08-2007 03:52 PM
ramesh.rushmore@gmail.com Go to last post
0 44
Hi all, I am having an issue with a custom CollectionEditor. My scenario is as follows: I have a base type TypeA. I also have a TypeACollection. The...
Bardo
02-02-2007 02:00 AM
Bardo Go to last post
0 49
Hi... any ideas on how to get a grip on the winforms control used by the ..net to show the details of an exception ?
John Pouliezos
01-30-2007 11:50 AM
Oliver Sturm Go to last post
1 42
Hello, I have this very annoying problem. for example I have a class , a partial class of a Form. When I modify some code in this class and I...
.:Alex:.
01-29-2007 06:57 PM
RobinS Go to last post
1 49
Hello Mario, Are you sure you're using the "correct" combination of designer type and designer base class type? I think it's possible that VS is...
Oliver Sturm
01-27-2007 11:18 AM
Oliver Sturm Go to last post
0 40
Hi Notre, You're in the right direction handling the ComponentChanged event of IComponentChangeService interface to determine when a control's...
Linda Liu [MSFT]
01-25-2007 04:20 AM
Linda Liu [MSFT] Go to last post
2 61
Hi there, Does anyone know how to actually "abort" the event (component change) described in the following link. Apparently it's doable as mentined...
Rob Peterson
01-24-2007 10:57 AM
Rob Peterson Go to last post
6 42
Hi All, Creating a forms designer using a designer surface derived class. I need to handle keyboard events such as Delete, Sizing and deleteing but...
Mark D
01-22-2007 08:34 PM
Mark D Go to last post
0 42
Hi, I would like to create an addin for VS which lets me have a custom way of localizing applications. The idea is to store the resources in a...
Matthijs ter Woord
01-20-2007 04:23 AM
Matthijs ter Woord Go to last post
0 48
Hello to all ! I'm very very very beginner on buiding windows forms designers. Please, can anyone help me ? Where do I found informations, samples...
Luciano
01-19-2007 02:26 PM
Yuri O Go to last post
2 51
Ok, spending an hour a day doing the exit VS -> restart VS -> rebuild project dance is getting REALLY old. I have a perfectly good user control that...
Daniel Billingsley
01-17-2007 01:08 PM
Daniel Billingsley Go to last post
2 87
Post New Thread

Display Options
Showing threads 51 to 100 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.