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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|