vote up 0 vote down star

I have a component derived from IComponent (also tried to derive from Component)

The problem:
If I have 2 my custom components on the form, and one of them is selected, then I can't straightly select another my component, I have to click on something else first. Changing selection between my component and any another component (for example System.Windows.Forms.Timer) goes without any problems in both directions.

What can be the problem?

Any help is highly appreciated.

PS. VS 2008.

flag

48% accept rate
Hi, see if when created you components are created whit the same name id etc. This may cause the problem Best Regards, Iordan – IordanTanev Sep 28 at 14:27
Hi, what do you mean with the same name, id? – nightcoder Sep 29 at 9:51

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.