How to clone a "Control"
Wed, 21 Feb 2007 20:37:56 -0500
Does anyone know how to do this accurately. I really only want to clone the
design-time properties which should make the task easier. I've searched high
and low however and still can't find a problem-free solution. Even (ad-hoc)
solutions posted by MSFT employees have problems. For instance, if you
simply ...
|
How to lock controls
Tue, 20 Feb 2007 21:10:34 -0500
Hi there,
I'm creating a design form at runtime using
"System.ComponentModel.Design.DesignSurface" and cousins. Does anyone know
how to lock an individual control on my form (or possibly all controls) so
users can't drag or resize it. Thanks.
...
|
Resize control with Verbs
Fri, 16 Feb 2007 09:28:10 -0800
Hi,
I've written a very simple control designer with a few verbs which resize
the control it's assosciated with to a couple of default widths. When I use
the verbs to resize the control at design time the control itself is resized,
but the resize handles in the designer are not updated - they remain stuc ...
|
How To Pick Winning Stocks
Thu, 15 Jun 2006 07:57:53 GMT
To pick winning stocks, you need the tools to separate
the companies with superior sales and profit growth from
the ones who are just making a lot of noise. Besides
choosing the right companies to invest in, you must
learn how to read the market's trend so that your timing
is right.
And picking the next ...
|
Component shows up as being private
14 Jun 2006 23:26:34 -0700
Hello all,
I have created a custom component to implement our business objects.
I'm able to drag a BO into my designer from the toolbar and can then
use it for databinding etc.
Unfortunately when looking at the generated code for the declaration of
the added component, i find the declaration as being priv ...
|
To create MAC style for ComboBox and ListBox?
Tue, 13 Jun 2006 09:22:39 +0700
Hi All,
I want to create ComboBox and ListBox control with MAC style as this one on .NET:
http://www.econtechvn.com/en/macuisuite_detail.htm
However, it's really difficult with the scrollbar.
I don't know how to replace the scrollbar of the system with MAC style scrollbar.
Please help me.
Thank ...
|
Flexibility for the end user
Fri, 9 Jun 2006 14:50:02 -0700
Hi,
Some time ago within the last 2 years or less, I read an article about how
Windows Forms applications could be configured to be easily customized in
appearance by end users. I have been looking for that article with 0 success.
Does anyone remember about that or has anybody some info regarding this
...
|
|
|
CollectionEditor - validation that only allows unique items in the collection
Thu, 8 Jun 2006 15:20:57 +1000
Hi all,
I have a custom UI control with a collection property that I can edit with a
CollectionEditor at design-time.
To achieve this I've used the Editor attribute (from System.ComponentModel)
on the collection property and created a class that derives from
CollectionEditor and overrides some methods. T ...
|
Great time in France
Wed, 7 Jun 2006 15:10:59 +0100
Hello
I had a fantastic time in France, hope to visit again soon.
I found a holiday cottage from these guys www.looktogo.co.uk http://www.looktogo.co.uk
Regards,
Dancer: ). ...
|
How to control adding of a control
Tue, 30 May 2006 18:54:42 +0200
Hi,
I have created an UserControl control, and added a designer class to it.
My problem is that i want to control where it is placed - it could be that i
only want my usercontrol to be added on a panel.
The following code shows how to control my usercontrol if it is dragged on a
form. This part works just ...
|