all groups > dotnet windows forms designtime > april 2004 > threads for april 15 - 21, 2004
Filter by week: 1 2 3 4 5
Design time support while creating control classes
Posted by sunil NO[at]SPAM volcanomail.com at 4/21/2004 8:33:20 PM
Dear All,
VS IDE does not provide any design time support when creating
control classes? Or Is there some other way to get design time support
when control classes are being developed?
Please help...
TALIA
Many Regards
Jack... more >>
Code generation question
Posted by Victor Irzak at 4/20/2004 12:18:19 PM
Hello,
I have a class that contains a member which is accessed by get property
only.
public class B {
public int I {set; get;}
public string S {set; get;}
}
public class A {
B m_b = new b();
public B B {
get {return m_b;}
}
}
I'd like to generat... more >>
IDE showing my user controls but not my components?
Posted by Uri Dor at 4/18/2004 3:55:57 PM
Hi,
I'm puzzled: my solution includes a C# win app and a C# class lib.
the class lib defines a Component.
In the toolbox, under the "my user controls", the designer shows me my
user controls (although they weren't added manually to the toolbox), but
my component is nowhere to be found.
Does ... more >>
Obtaining handle to Form's client area.
Posted by Andy Mustapick at 4/18/2004 8:56:06 AM
How can I obtain a handle to the underlying window contained within the
Form's client area only?
... more >>
Can Splitter be Made to Work at Design Time?
Posted by Jeff Gaines at 4/17/2004 10:02:00 PM
Posted separately to
microsoft.public.dotnet.framework.windowsforms.controls, I
pressed the 'send button too quickly :-(
I am designing a small control that combines a Label and TextBox
with a Splitter between them so that respective sizes can be
changed.
This works fine while it is runn... more >>
How to suppress message "you must rebuild your project..." in task list?
Posted by Jeroen at 4/16/2004 2:31:19 PM
Hi,
I sometimes get the following task show up in the task list:
"You must rebuild your project for the change to MyApplication.MyForm to
show up in any open designers"
It is irritating that the task list shows up with that message.
Is there a way to suppress this task?
Thanks in advance... more >>
EditValue() in UITypeEditor
Posted by Hugh Robinson at 4/15/2004 5:38:51 PM
I am creating my own UITypeEditor for a class EAFDataBindingsCollection.
The type editor returns UITypeEditorEditStyle.Modal for GetEditStyle()
When I invoke the type editor at design time by clicking on the ... button
for a property of type EAFDataBindingsCollection, then the EditValue()
func... more >>
|