Need a control

  • Thread starter Thread starter VJ
  • Start date Start date
V

VJ

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
override and create my own and see if I can add a click event, but
apparently they are hidden, and is not working. If that is possible can
somebody point me to right place or give some pointers

I have CF 2.0. I am aware of OpenCF.. but is not a option for now

Thanks a bunch
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
control) but it definitely has the ability to override OnClick.
 
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
 
Ok I chked and google'd.. sounds complicated than what we want.. we will do
a work around...

VJ
 
Back
Top