"Soeren D." <SoerenD@discussions.microsoft.com> schrieb:
>I have a control with a standard reaction to doubleclicks, that I would
>like
> to overwrite.
>
> In good old Win32 days this could simply be done by not calling DefWndProc
> for the event. I cant find a way to do this in WinForms
Create a class that inherits from the control and override the control's
'OnDoubleClick' method. Inside the event handler simply do not call
'MyBase.OnDoubleClick(e)'.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>