all groups > dotnet windows forms designtime > april 2004 > threads for april 22 - 28, 2004
Filter by week: 1 2 3 4 5
Menu on the right
Posted by Ioannis Vranos at 4/28/2004 5:53:45 PM
Hi, i made an app with only one menuitem (on a mainmenu of course) ahd the
problem is that it is placed on the left, but i want to place it on the
right (it's a Help menu). Any ideas of how to place it on the right? I am
using .NET 1.1.
Ioannis Vranos
... more >>
serializing a property type
Posted by Bob at 4/27/2004 8:17:24 PM
I have a type converter with a few standard values for a property of type
Type. It works great, only GetType() can't handle names with a "+" in them,
though a Type's FullName property can contain one. So how do I fix this?
I've poked around with a custom CodeDomSerializer, and parsed through th... more >>
Resettings Subproperty in PropertyGrid doesn't work
Posted by 05kosh NO[at]SPAM gmx.de at 4/27/2004 1:11:50 PM
Hi
My goal is to extent the VS.NET button with some more custom
properties. I've created an inherented control which exposes a custom
class containing these new (sub)properties.
I ran into the following problem:
If I set the value for a subproperty, it is correctly serialized to
the sour... more >>
Property not serialized to the runtime initializer.
Posted by Tim Norris via .NET 247 at 4/26/2004 2:17:08 PM
Hello, I am designing a control in which the user selects a=
property that opens an editor=2E In the editor, a selection is=
made from a listbox, and an object (an instance of a class that=
contains 3 strings) is returned to the property=2E The problem is=
that when the property is set, it... more >>
Resize Left w/ Dock Right Bug
Posted by rmorin NO[at]SPAM kbcafe.com at 4/26/2004 10:28:03 AM
I have an issue w/ the drawing of a very simple Window and am looking
for suggestions. I have a Form1, w/ a panel1 docked right and a panel2
docked fill. Run this simple application and drag the left resize
border quickly back and forth. You can see the right panel is resizing
and then springing... more >>
FindFormForMenuItem
Posted by JackRazz at 4/26/2004 10:10:29 AM
I can't figure out how to find the Form for a MenuItem is on using a reference to the
MenuItem only? I'm looking for something like the FindForm method for controls. I
finally figured out how do do it for components (see below), but I can't figure out
how to do something similar for menu items.... more >>
Custom collection changing
Posted by Phil Wright at 4/23/2004 2:15:25 PM
I have created a custom collection and added it to my user control.
If I let the generic collection editor be used to edit the contents then it
works just fine and any newly created entries are persisted into code. But I
want to create my own collection editor and have used the UITypeEditor
at... more >>
Dynamically create property grid
Posted by suraj at 4/23/2004 9:59:19 AM
Hi,
Is there a way wherein we can create the objects to be loaded into the
propertygrid at runtime??
Any link is appreciated.
Regards
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|