E
EliA
Hi all,
I'm developing an application in C# (Visual Studio 2005) using Visio
Active-X drawing control.
I've started the development using visio 2003 and it all worked fine,
but when I tried to run the application on a machine with visio 2007
installed on it, some problems occurred:
- All event handlers of the visio control are not registered (e.g.
mouse clicks behavior is the default one and not the one I've
created).
- The new feature of AutoConnect is enabled (and I cannot disable it
if I compile my code with the 2003 version).
Also, I cannot compile my code on a machine with visio 2007 unless I
change the project references.
Is there any way to make my application work with both versions of
visio?
Thanks in advance,
Eli.
I'm developing an application in C# (Visual Studio 2005) using Visio
Active-X drawing control.
I've started the development using visio 2003 and it all worked fine,
but when I tried to run the application on a machine with visio 2007
installed on it, some problems occurred:
- All event handlers of the visio control are not registered (e.g.
mouse clicks behavior is the default one and not the one I've
created).
- The new feature of AutoConnect is enabled (and I cannot disable it
if I compile my code with the 2003 version).
Also, I cannot compile my code on a machine with visio 2007 unless I
change the project references.
Is there any way to make my application work with both versions of
visio?
Thanks in advance,
Eli.