VC++ 6.0 MFC ATL COM Addin DLL Hello
I wondered if any of use have done Microsoft Outlook Add-in DLL programs and supported the list of Inspector objects. It is not clear to me what these are, but I have seen reference to them on my rummaging around the internet. I have added a wrapper class to house all the explorer instances and thus I get my toolbar for each explorer, and it tidies up correctly as each explorer shuts down, so Outlook terminates correctly. But I am not sure if I need to handle the inspectors in the same way. If you know, I would appreciate any feedback about it. On a related topic, since I support several instances of the Outlook Explorer, I set the toolbar position up like this: When each explorer is created, I create the toolbar and set it at the lastknown position read from the registry. When the explorer with an ID of 0 closes (thisis the very first explorer that was created - ie: when Outlook started) I save THAT toolbars position to the registry. Is that the usual way to do it or is there no design concepts about this? Thanks in advance if you are able to help. Andrew Truckle CAD Manager Atkins Survey and Mapping Avon Way, Langley Park, Chippenham, Wiltshire. SN15 1GG Telephone: 01249 455032 Switchboard: 01249 455000 Fax: 01249 455045 E-Mail: [EMAIL PROTECTED] www.atkinsglobal.com <www.atkinsglobal.com> This email and any attached files are confidential and copyright protected. If you are not the addressee, any dissemination of this communication is strictly prohibited. Unless otherwise expressly agreed in writing, nothing stated in this communication shall be legally binding. _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
