Is it possible to create a Visio .vsl with Visual Basic 2005 (Visual Studio 200)?
I Iwan van Ee Aug 21, 2006 #1 Is it possible to create a Visio .vsl with Visual Basic 2005 (Visual Studio 200)?
M Mark Nelson [MS] Aug 22, 2006 #2 A VSL is a Visio C++ add-on, so that only works with C++. You can create a COM Add-In with VB.Net 2005 using Visual Studio. Here is one article that describes the process: http://blogs.msdn.com/wmorein/archive/2005/11/18/494538.aspx Also you can download the Visio SDK, which will add a Visio Add-In choice to Visual Studio for you. This let's you skip the instructions in the article above. http://www.microsoft.com/downloads/...bd-b0bb-46e7-936a-b8539898d44d&displaylang=en -- Mark Nelson Office Graphics - Visio Microsoft Corporation This posting is provided "AS IS" with no warranties, and confers no rights.
A VSL is a Visio C++ add-on, so that only works with C++. You can create a COM Add-In with VB.Net 2005 using Visual Studio. Here is one article that describes the process: http://blogs.msdn.com/wmorein/archive/2005/11/18/494538.aspx Also you can download the Visio SDK, which will add a Visio Add-In choice to Visual Studio for you. This let's you skip the instructions in the article above. http://www.microsoft.com/downloads/...bd-b0bb-46e7-936a-b8539898d44d&displaylang=en -- Mark Nelson Office Graphics - Visio Microsoft Corporation This posting is provided "AS IS" with no warranties, and confers no rights.
A Al Edlund Aug 22, 2006 #3 Graham Wideman has a several chapters on solution architectures in his book, including one on VSL. "Visio 2003 Developers Survival Guide" al
Graham Wideman has a several chapters on solution architectures in his book, including one on VSL. "Visio 2003 Developers Survival Guide" al