Hi, friends,

In my VC# windows program, when I put a user control in a GroupBox, all the
event can no longer be handled, for example, DoubleClick. However, if I
remove this GroupBox and put the same user control in the Form directly,
everything works fine.

I do not know what is wrong here. Any ideas? Thanks a lot.