View Single Post
  #1  
Old March 19th 08, 06:39 AM posted to microsoft.public.outlook.program_addins
Jimmy
external usenet poster
 
Posts: 39
Default Reference to object are not being released

I created a COM Add Ins to add a button to Outlook toolbar. This button
shows a form with a combobox when clicked. It keeps a reference to the form
in memory in the release even when I close the form. My question is how can
I release the object from the memory? Right now, I will close the form twice
when I open the email twice.

Thanks.
Jimmy
Ads