How to add toolbar to inspector as a default before a new email window is launched.

  • Thread starter Thread starter Caeanis
  • Start date Start date
C

Caeanis

I've seen a number of examples of how to add a toolbar to an existing
inspector, but how do I go about adding controls to a existing toolbar or
add a new toolbar to an inspector that hasn't been initiated yet?
 
Use the NewInspector event to do that. You have to declare an Inspectors
collection object WithEvents to be able to handle the NewInspector event.
 

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