| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | hello,
I have a custom control which has a property from type List<myClass>. so the
developer is able to add and remove items with the collection...
Martin
|
03-20-2006 02:25 PM
Martin | 0 | 40 |
|  | Hi,
I have a complex type property exposed by an IExtenderProvider
implementing control, and
would like to be able to get that control's instance in...
AT
|
03-20-2006 02:15 PM
AT | 0 | 40 |
|  | Hi,
If I create a generic control, for example:
public class Alice<T> : Control
{
}
I can now load Alice into the designer and edit it. I now...
AT
|
03-20-2006 12:54 PM
AT | 0 | 47 |
|  | Trying to generate the necessary methods in order to implement an interface,
I'm given the error that they are missing! Indeed in Code Snippet...
JezB
|
03-20-2006 10:13 AM
Tim Wilson | 4 | 48 |
|  | Does anyone know how to implement the slide outs you get in VS2005 e.g. the
'labels' on the right for solution explorer and properties - on...
tab
|
03-16-2006 05:43 AM
tab | 0 | 33 |
|  | Hello,
I hope somebody can help because I'm spinning my wheels and being driven
insane by this remarkably odd problem...
I have two components that...
n8
|
03-14-2006 11:42 AM
n8 | 0 | 28 |
|  | Hi all
I need to write some strings on a Graphic surface of a simple control with a
color that is not blend with background color.
To get this, I...
Carlo \(MCP only\)
|
03-06-2006 05:14 AM
Carlo \(MCP only\) | 0 | 27 |
|  | Hi,
I show up a dialog when a component is dropped on the design surface.
So, the control is not yet sited. In this dialog, I would like to
invoke...
bgm
|
03-05-2006 10:18 PM
bgm | 0 | 28 |
|  | Then it says, "Object reference not set to an instance of an object. "
and "at...
Daniel Corbett
|
03-05-2006 08:44 PM
AT | 1 | 47 |
|  | I have a control derived from UserControl with a collection member. When
the designer invokes its collection editor and the developer...
Greg
|
02-28-2006 03:36 AM
InK_ | 2 | 30 |
|  | I implemented an undoEngine in my custom form designer (using MSKB 2004
sample). But when I call GlobalInvoke(StandardCommands.Undo),...
Alan
|
02-28-2006 03:22 AM
InK_ | 1 | 68 |
|  | Does any one have any experience getting any click events in the property
grid where a property value is selected. The functionality I want...
msnews.microsoft.com
|
02-28-2006 03:08 AM
InK_ | 1 | 39 |
|  | Hi,
Porting a control project to VS2005/CF2, I need to add the equivalent of
to the design time attributes .xmta file. I've tried with
<Property...
D.Z. Simpson
|
02-23-2006 10:37 AM
D.Z. Simpson | 0 | 32 |
|  | I have two design-time components, one of which contains a collection of the
other. When I use the Component Designer Host, both the parent component...
Michael Gunter
|
02-22-2006 08:21 PM
Michael Gunter | 0 | 37 |
|  | Hi,
I am trying to draw a custom image to the View Control of DesignSurface but
without any success. I have tried by capturing Graphics from window...
Fitim Skenderi
|
02-22-2006 08:18 PM
AT | 5 | 47 |
|  | <System.ComponentModel.Designer("System.Windows.Forms.Design.ParentControlDesigner, System.Design", GetType(System.ComponentModel.Design.IDesigner))>...
m
|
02-22-2006 01:19 AM
m | 0 | 39 |
|  | I have searched high and low, tryed a picture box, 3D border, etc... doesn't
appear right, can someone help me with this, i'm sure it's really...
Josh Crosby
|
02-21-2006 03:17 PM
Josh Crosby | 2 | 25 |
|  | Try this to duplicate the possible bug:
1. Drag a tablelayoutpanel on a form inside the VS 2005 IDE.
2. Make it two rows and two columns.
3. Put a...
Alan
|
02-21-2006 11:56 AM
Alan | 2 | 31 |
|  | I'm currently working on an assembly that has both forms and controls
in it.
When I create a new control based on UserControl and compile, it...
CJM
|
02-19-2006 11:32 PM
jokiz | 1 | 34 |
|  | I have written a custom control derived from usercontrol and one of the
properties is a list of child objects using the List<>...
Greg
|
02-17-2006 11:53 AM
Greg | 0 | 29 |
|  | Hi all,
I've developed a custom control that uses a public interface and can be
plugged using external assemblies that implements this interface.
The...
Nicola Cisternino
|
02-15-2006 05:42 AM
jokiz | 1 | 37 |
|  | When using the propertygrid (in Visual Studio or the property grod
control), it allows for us to edit properties of multiple objects.
Now, let's say...
bgm
|
02-15-2006 05:09 AM
jokiz | 1 | 26 |
|  | We are experiencing a problem with ComponentDocumetDesigner in VS2003 when we
extend it with a custom view by using IRootDesigner as explained...
ERDAL
|
02-14-2006 08:19 AM
ERDAL | 0 | 29 |
|  | I have the same problem. Can U send me your example.
leomoshe (AT) yahoo (DOT) com
10X
Leo
|
02-12-2006 12:38 PM
Leo | 0 | 33 |
|  | I'd like to hide the component tray (which is automatically turned on when
dropping a component on the designer) from the user so that they're not...
Alan
|
02-11-2006 07:35 PM
Sergey M | 1 | 33 |
|  | Hi,
I create my own component
public class MyComponent : System.ComponentModel.Component
{
....
}
1)
AT
|
02-10-2006 10:08 AM
jokiz | 1 | 27 |
|  | I have a base control that has anther control (ctr2) in it. I want ctr2 to
react in different ways depending on if the control is in designmode. ...
Lespaul36
|
02-10-2006 10:05 AM
jokiz | 1 | 39 |
|  | Hi all,
I've developed a custom control that uses a public interface and can be
plugged using external assemblies that implements this interface.
The...
Nicola Cisternino
|
02-09-2006 03:45 PM
Petar Repac | 3 | 27 |
|  | Hi,
I created a base form, what holds several graphical elements (text boxes,
etc). This form has only one constructor, what expects one...
msnews.microsoft.com
|
02-07-2006 07:00 AM
jokiz | 1 | 29 |
|  | "Mario Vázquez" <alguien (AT) microsoft (DOT) com> escribió en el mensaje
news:Ocb3yuwKGHA.3836 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
Then try first...
Carlos J. Quintero [VB MVP]
|
02-07-2006 04:38 AM
Carlos J. Quintero [VB MVP] | 5 | 31 |
|  | Hello,
I'm looking to host the Windows Form designer outside Visual Studio. I've
seen several examples from various places that demonstrate how to...
Notre Poubelle
|
02-06-2006 08:56 PM
AT | 3 | 34 |
|  | I have a windows form with ApplicationSettings bound to the location,
clientsize, and windowstate. Theses settings were created and stored
using the...
AT
|
02-06-2006 09:51 AM
AT | 0 | 26 |
|  | hi,
i've created very complicated custom control that sits inside the dll.
the problem is that this custom control needs two other dlls...
SharpCoderMP
|
02-03-2006 08:47 AM
SharpCoderMP | 8 | 30 |
|  | I've implemented a custom designerhost following the MSKB article. But I
cannot get the smarttag to work. I've added the designeroptionservice to...
Alan
|
02-02-2006 01:17 PM
Alan | 0 | 38 |
|  | Hi Allen,
Sorry for letting you wait for so long.
Yes, I can reproduce out this problem. I have tried to contact our product
team for this issue,...
allen pan
|
02-02-2006 10:53 AM
Alan | 5 | 44 |
|  | This is what I want to do and I am struggling with it:
I have a property which gets displayed in the property grid and when
the user clicks on it, a...
Mav
|
02-01-2006 09:38 PM
jokiz | 3 | 24 |
|  | Hi
In my web application,in one of the page
where I need to disable the back button of the toolbar.
Suggestions on this are welcome.
Thanks,
Vani.
Vani Donthula
|
02-01-2006 10:11 AM
jokiz | 1 | 31 |
|  | it is in DesignMode because it is sited in a designer. how come you
want this to be avoided if it is the normal behavior?
jokiz
|
02-01-2006 10:07 AM
jokiz | 0 | 26 |
|  | Hi,
I have to use TableLayoutPanel in a custom designer form. This control
comes with a default design time context menu and SmartTag UI...
nick
|
01-31-2006 01:45 PM
Alan | 1 | 35 |
|  | subclass the DescriptionAttribute class whose constructor parameter you
will pass the resource key. Override the Description property to
return the...
jokiz
|
01-27-2006 03:43 AM
jokiz | 0 | 33 |
|  | I have a component that implements IExtenderProvider and add a property, say
"ID", to some controls, say a Button. I have added a type converter to...
Remus Rusanu [MSFT]
|
01-27-2006 03:38 AM
Dira | 2 | 28 |
|  | Using samples from microsoft and sharpdevelop project, I have managed to
create a pretty good form designer.
What I wanted to ask is if there is a...
Constantinos Petridis
|
01-26-2006 04:06 AM
Constantinos Petridis | 0 | 43 |
|  | Hi all,
I have a add-in that creates a new Winform from a template. Depended on an
user input i want add some columns to a existing DataGridView on...
KDK
|
01-25-2006 06:53 AM
KDK | 0 | 34 |
|  | I have been looking for ages for information explaining how to
implement IDesignerSerializationService, IDesignerLoaderHost,
IDesignerEventService,...
Alex
|
01-25-2006 04:03 AM
Alex | 0 | 39 |
|  | We have a .NET Windows form project we are working on in VS2005 that is
stored in source control. A developer using large fonts on his dev...
Mike Baker
|
01-25-2006 01:30 AM
AT | 4 | 37 |
|  | Hi to all
I'm askyng you a suggestion about the best way to share the same source code
between VS2003 and VS2005.
The project I'm developing is a...
Carlo \(MCP only\)
|
01-24-2006 04:51 AM
Carlo \(MCP only\) | 2 | 30 |
|  | Hi,
1) Smart tags UI in IDE shows a nice gradiant UI, but in a custom
designer, it looses the gradiant look.
Any idea on how to enable this...
nick
|
01-20-2006 06:59 PM
nick | 0 | 37 |
|  | Hi, NG!
Is there any way to make a certain DataTable-based class (one that inherits
from DataTable) appear on the design surface of the DataSet... |
01-20-2006 10:26 AM | 0 | 39 |
|  | Well, thanks a lot, Jesus from Madrid (Spain :-)
It seems we're getting something... I'm glad to see that my requirements are
not completely stupid... |
01-19-2006 07:56 AM | 3 | 43 |
|  | I have created a component that implements several properties as an Extender
Provider. I store each controls location and dimensions for portrait...
Tommy
|
01-13-2006 05:03 PM
Alvaro | 2 | 35 |