Help for Com Add-in for MS Outlook in C++

N

Nauman Khan

Hi All,

I am working on an COM Outlook Add-in in C++. I have to customize the
Outlook forms and then manipulate them from my C++ Add-in code. The
manipulation involves

1- Customization of Outlook Forms - something like PLAXO [www.plaxo.com] is
doing
2- Launching Outlook Forms
3- Register/Handle All events related to that Form - Like Selection change
for Combo, Click Events for PUSH buttons, Change/Update events for Edit
Boxes etc.

Please someone guide me how to do this using minimal VBA/VBScript stuff and
maximum using C++. Specially the event handling. Form Designing will
ofcourse happen in Outlook.

Few more questions

1- Can i update any outlook form from my C++ Code ? like placing a cool
button on the New Email Form etc
2- Handle events for those controls.


I will highly appreciate your help in this Regard. Any samples, tutorials
for C++ will be appreciated.

Regards
Nauman
 

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