Populate custom form text box from COM Add-In?

M

Munsifali Rashid

Hi,

Does anyone know if it's possible to write to a text box on a custom form
from an Outlook COM Add-In?

The add-in is being built in VB6, and needs to write a value back to a
textbox control on a custom form.

On the same note, is it possible for the COM Add-In to access any of the
functions and subroutines on the custom form?

Users enter a client reference number, and then click on "find client".
What I am trying to build, is the facility, where they can click on a
button, which will open up a form from the add-in, where they can search for
clients, and upon finding clients, click on a button, which will execute
code within the com add-in to automatically populate the client reference
number box and execute the cmdFindClient_Click subroutine - both only exist
in the custom form.

Any help would be most appreciated. Thanks.

Mun
 

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