PerformanceCounterCategory.Create() takes 3 minutes to add a new category!!
How come? What can cause this?
...
more >>
Hello,
I'm trying to figure out how to change the lines following " '*** ' of
designer code.
I think I need to hijack the root designer and control designer. Looking for
some examples and/or direction.
below is a sample Form changed by me, to what I would like it to look like.
Thanks,
S...
more >>
Designer idea #1:
Hello,
I would like to see the Form in the control toolbox. I think there would be
a lot of value. Why should the IDE decide what form to create. I could
create custome Form/Controls with different needs.
I welcome anyones thoughts.
Thanks,
Schneider
...
more >>
Hello,
I have a user control that has a custom type public property. I added de
Browsable attribute so that it appears in the designer. When I drop that
control on another control or form the custom type property is visible but I
can not assigned to one of the container fields. If I use ...
more >>
Hello,
I have a composite user control that contains a ListView and a PictureBox
inside a SplitContainer When I drag this user control to another user
control I would like the user to be able to edit the ListView control. How
do I do that? I created a public property in the composite cont...
more >>