Hidden button but still able to click on it?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Set its Transparent property to Yes, but leave it Visible.
 
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]
 

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

Back
Top