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?

Re: Transparent button by parez

parez
Wed May 07 14:02:30 CDT 2008

On May 7, 2:51 pm, Frank Rizzo <n...@none.net> wrote:
> 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..

Re: Transparent button by Nathan

Nathan
Wed May 07 14:25:57 CDT 2008

I use the Krypton Toolkit, a free suite of controls found at
www.componentfactory.net. You may be able to get the button in that toolkit
to do what you need.

"Frank Rizzo" <none@none.net> wrote in message
news:u8HTiNHsIHA.1240@TK2MSFTNGP02.phx.gbl...
>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?