Transparent button

F

Frank Rizzo

I am looking for an implementation of a button control that has the
functionality of a button on a toolbar control. In another words, the
background needs to be transparent, the borders gone (or optional), but
still act as a button.

I can't seem to find anything out there. Any pointers?
 
P

parez

I am looking for an implementation of a button control that has the
functionality of a button on a toolbar control. In another words, the
background needs to be transparent, the borders gone (or optional), but
still act as a button.

I can't seem to find anything out there. Any pointers?

I had a similar requirement. and i ended up using a label control
with OnClick event
I also use Mouse_enter and leave to do stuff to make it look like its
a button..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top