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 > june 2004 > threads for june 15 - 21, 2004

Filter by week: 1 2 3 4 5

ImageList Errors - What a crap!
Posted by *Herr Lucifer at 6/21/2004 8:08:49 PM
Hi, Whenever I add images to imagelist and running my application I encounter this error: ------- An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll Additional information: Exception has been thrown by the target of an invocation. Then i...more >>


inherited form
Posted by e-mid at 6/21/2004 11:36:40 AM
i have a generic form with alot of controls on it, when i inherit a new form, i can not see the design of my new form on the visual studio and get an error on designtime. Error is: The designer could not be shown for this file because none of the classes within it can be designed. The des...more >>

Copy a whole Solution ?
Posted by JezB at 6/17/2004 10:13:43 AM
Is there any way to copy a whole solution ? I want to copy everything so that in the new solution all the internal references are redirected too so the new solution is still self-contained. And this should not affect the original solution - it should still work on it's own. Currently I'm ta...more >>

Component Tray
Posted by Don Munroe at 6/17/2004 9:28:28 AM
Hello all, I've searched around and can't seem to find a solution to this. I have a component that builds a tree of controls / components that are placed on a form. The walking the controls was easy and is working great. The problem is the components in the ComponentTray. I've added mu...more >>

Forcing Code Serialization on a Reset<Propname> call
Posted by Keith Hill at 6/16/2004 3:37:23 PM
I have one class, say AcmeWidget that contains a complex property call = it legend defined like so: public class AcmeWidget : Control { ... = [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)= ] public Legend Legend { get { return m_legend; } } } [...more >>

Cutting and pasting with licensed custom controls.
Posted by Brock Reeve at 6/16/2004 8:59:12 AM
I am using the .NET licensing pattern to license some custom WindowsForms controls. Everything is working fine except when I cut/copy and paste the control. The problem is that LicenseManager.GetLicense has a parameter of type LicenseContext. This type contains a property called UsageMode that...more >>

How do I overload Show?
Posted by Paul Fairless at 6/15/2004 8:56:04 PM
Could someone please explain how I overload the Show() method of a form? Suppose I select a record from a datagrid on Form1, then I want to show the details of the selected record by opening Form2 using say the CustomerID as an 'argument' to the Show method. So, in Form1 I would have code su...more >>

Making a property editable ONLY BY CUSTOM EDITOR
Posted by Bill Foust at 6/15/2004 12:04:25 PM
I have a property which is a basic type and I have a custom editor on the property. The value of the property shows up as editable with the "..." button to launch the custom editor. However I want to PREVENT the user from editing the value by simply typing it in. I want to force the user to launc...more >>




DevelopmentNow Blog