I have a strange problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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??
 
Back
Top