Hi Franky,
The URL below seems to point to something about a DataGrid.
I'm just trying to intercept the MouseDown and MouseUp events of a plain
old Button control. I even found some example source code on the web
that does much the same as I want to do, but it simply doesn't work. No
matter if I attach an event handler or overwrite the OnMouseDown or
OnMouseUp methods, it simply doesn't work. Another "feature" of the .NET
CF SP2???
Regards,
Elisa
----------
Franky wrote:
> With the HitTest method.
>
> http://msdn.microsoft.com/library/de...us/cpref/html/
> frlrfsystemwindowsformsdatagridclasshittesttopic2.asp
>
> ____________________
> Franky
> (E-Mail Removed)
>
>
> "Elisa" <(E-Mail Removed)> wrote in message
> news:A1lYb.4295$(E-Mail Removed)...
>
>>Hi,
>>
>>Is it just me or does a Button control completely ignore the MouseDown
>>and MouseUp events??? I tried adding a handler for each event, but it
>>looks as if these handlers are never called...
>>
>>
>>Regards,
>>
>>Elisa
>
>
>