I have a strange problem

Y

Yael

Hi,
I have a strange problem:
I created a com add-in for outlook 2003 in vs.net 2003 c#.
I installed this setup in 3 different computer, (toolbar add-in).
But in one of them I can't see me new add-in toolbar in the outlook.
I can see the eslse add-in (button add-in), but not this add-in (toolbar).
In outlook:
tools-->options-->other-->advance option --> I see me com add-in toolbar!
but not in the pane..even not in right click for add/move toolbar name..

Thanking you in anticipation.
 
Y

Yael

No Connect() calling..

I tried to write:
public Connect()
{
MessageBox.Show("Connect()");
}

the messageBox is not show in this computer. It's means that there is no
connect() calling??
 

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