OCX problem in VB Outlook AddIn

R

Rui Oliveira

We have developed an Outlook AddIn and we what use an OCX on it. But when we
use an OCX on it, appears an error after we close the Outlook.

The OCX works like we desire. But when we close the Outlook appears a DDE
Server Window error related with memory.

We are using OCX like in following lines.
Dim ocxVar As ClassOCX
Set ocxVar = New ClassOCX
…
Set ocxVar = Nothing

What could be?
Tks,
Rui Oliveira
 

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