I recently created a new Textbox based directly on Control. It required
that I did all painting and cursor work manually (I wanted that level of
control) but it definitely has the ability to override OnClick.

Signature
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--
>I need a transparent control for which I can show a border and have a click
>event. Label, Panel, Picturebox have only either one of these. I did try to
[quoted text clipped - 6 lines]
> Thanks a bunch
> VJ
VJ - 20 Mar 2007 19:24 GMT
So I can override a Label's OnClick event.. and it should work?, not
working. Maybe I am doing something silly.. let me see
VJ
>I recently created a new Textbox based directly on Control. It required
>that I did all painting and cursor work manually (I wanted that level of
[quoted text clipped - 10 lines]
>> Thanks a bunch
>> VJ
VJ - 20 Mar 2007 20:04 GMT
Ok I chked and google'd.. sounds complicated than what we want.. we will do
a work around...
VJ
>I recently created a new Textbox based directly on Control. It required
>that I did all painting and cursor work manually (I wanted that level of
[quoted text clipped - 10 lines]
>> Thanks a bunch
>> VJ