all groups > dotnet windows forms designtime > march 2005 > threads for march 8 - 14, 2005
Filter by week: 1 2 3 4 5
Dynamic property dropdown?
Posted by Özden Irmak at 3/14/2005 11:19:01 PM
Hi,
As you know for example "DataSource" property is type of string but can show
a dropdown populating values from the form which may act as datasource.
I want to achieve the same effect to my property, I mean the dropdown part.
My Property will be string and the values in the dropdown sho... more >>
Category Text Color in PropertyGrid
Posted by ljlevend2 at 3/13/2005 12:49:03 AM
I am using a PropertyGrid to expose properties at runtime and I change the
line and background colors of the PropertyGrid to match the color theme of my
application. I would also like to change the color of category text (i.e.,
text that corresponds to the System.ComponentModel.Category attri... more >>
Treeview component disabled on Toolbox
Posted by TK via .NET 247 at 3/11/2005 8:31:29 AM
(Type your message here)
Hi,
Im very new to .NET/C# development, so this could be something very simple. I want to add a treeview to an aspx file. In the toolbox, the treeview component is disabled. Is there something I need to do to enable this so as I can use it?
Any help would be appre... more >>
Multiple containers on UserControl
Posted by Bram at 3/11/2005 3:32:58 AM
Hello,
I've created a UserControl that contains several panels. However, when
I drop a Control onto one of these panels, the Control will be added to
the parent UserControl and not to the Panel itself.
I've read some topics on these subject but all these topics describe
how to offer only on... more >>
Repost for Microsoft: Designer not activated when designing Inheri
Posted by Robin Sanner at 3/10/2005 9:15:02 AM
I am trying to get this posted on the MSDN Universal account but have been
unsuccessful so far and have yet to receive an answer to this. Is this
appearing under a MSDN Universal account?
Using the following:
<Designer("MyNamespace.MyDesigner, MyAssembly")> _
Public Class BaseControl
... more >>
REPOST: TypeConverter Problems
Posted by Alex Clark at 3/9/2005 11:30:17 AM
(Repost as my original didn't have my MSDN registered email addy)
Hi all,
I'm coding a custom component which is designed to be dropped onto a form
and have it's properties manipulated at runtime. I have a custom
implementation of the TypeConverter class called UniversalTypeConverter
w... more >>
Does Property have it own IWindowsFormsEditorService?
Posted by Tony at 3/9/2005 11:28:36 AM
Hi all,
It would be grateful if someone could tell me the answer.
I have made my own DesignerHost for design-time support in my application,
but there is still a problem behind it which reduces its user friendly. For
some custom property, with ComplexType, I would like to proivde a customiz... more >>
TypeConverter Problems
Posted by Alex Clark at 3/9/2005 11:22:36 AM
(Repost as my original didn't have my MSDN registered email addy)
Hi all,
I'm coding a custom component which is designed to be dropped onto a form
and have it's properties manipulated at runtime. I have a custom
implementation of the TypeConverter class called UniversalTypeConverter
w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Add properties to a control at Run-Time?
Posted by Özden Irmak at 3/9/2005 10:15:36 AM
Hi,
I've developed a couple of Windows Forms controls. To extend their
flexibility, in run-time, I should be able to define/add new properties for
those controls.
I know that Reflection.Emit namespace is for that purpose. I have searched
for possible examples about this and only found th... more >>
control won't load correctly in designer.
Posted by Donald Hurley at 3/9/2005 9:45:07 AM
I created a user control, some of the controls that it contains make a remote
call to get data. If the remote service is not up and running, the control
won't display in any form I put it in.
In the constructor I have:
ScreenHelper.LoadProjectSelect(selProject);
ScreenHelper.LoadDamSelec... more >>
Collection not getting serialized
Posted by Alex Clark at 3/8/2005 10:20:52 PM
Hi All,
I'm trying to force VS.NET to serialize items that have been added into a
collection. This collection is a property of a complex type, which itself
is a property of another complex type which resides in a collection which is
a property of my component.
Essentially, VS.NET is not... more >>
Collections in designer
Posted by ViperDK (Daniel K.) at 3/8/2005 9:07:26 AM
I want to edit a collection in the designer and it to be stored as well (not
binary serialized with all its version problems i got)
code should be generated with property init not with a huge constructor. any
hints which interfaces how to implement and special stuff about the
collection to us... more >>
Controls with DockStyle.Top are serialized in reversed order
Posted by Klenne at 3/8/2005 1:29:05 AM
I have a collection of usercontrols with each usercontrol having the
DockStyle set to Top. When I add the controls add design-time, they are
added correctly. But when the collection is being persisted the controls are
added in the reverse order!!!
Is there an easy way to persist controls ... more >>
|