Hidden button but still able to click on it?

P

pokdbz

Are you able to have a button that is hiden or invisible and if you click on
it or where it is suppose to be it will still open a form up?
 
J

John Vinson

Are you able to have a button that is hiden or invisible and if you click on
it or where it is suppose to be it will still open a form up?

I think it could be done - but use a Label rather than a command
button. Set its forecolor and backcolor properties to white, its
border property to None, and make it transparent (you must have a
caption but since it's white-on-white it doesn't matter what it is).
The label object has a Click event which you can use as if it were a
command button.

John W. Vinson[MVP]
 
Top