Groups | Blog | Home


Archived Months
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
February 2008
April 2008
May 2008
June 2008


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 >>



DevelopmentNow Blog