What are two possible ways to achieve this goal?
You plan to distribute an Office Visio 2007 diagram to users who use different operating systems. You need to convert the diagram into a format that opens on any operating system. What are two possible ways to achieve this goal? (Each correct answer presents a complete solution.
Choose two.)
What should you do?
You create an Office Visio 2007 Shared Add-in by using Microsoft Visual Studio 2005 Tools for Office Second Edition. You need to deploy the Visio 2007 add-in to several computers. What should you do?
What should you do?
You have a custom Office Visio 2007 solution that contains several Visio 2007
drawing templates and stencils. The Visio 2007 solution contains VBA projects. You need to remove the VBA projects from the Visio 2007 solution. What should you do?
What should you do?
You create a custom application that contains an embedded Visio Drawing Control. You plan to deploy the custom application to several client computers that do not have Office Visio 2007 installed. You need to prepare the client computers for the custom application. What should you do?
What should you do?
You develop a Windows Forms application that contains an embedded Visio Drawing Control. You install Microsoft .NET Framework on all computers. You need to deploy the Windows Forms application. What should you do?
What are two possible ways to achieve this goal?
Your company uses Office Visio 2007. You create a new stencil and a new template. You need to ensure that the new stencil and the new template are available to all computers that run Visio 2007. The templates must appear in the Template Categories list. What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
What should you do?
You develop a Visio Solutions Library (VSL). You want to deploy the VSL to all computers that run Office Visio 2007. You need to prepare the VSL for deployment. What should you do?
Which Visio 2007 application should you create?
You need to create a custom application for Office Visio 2007 that meets the following requirements:
Users must be able to view the shape data of each shape.
Users must not be allowed to modify the shape data.
Users must not be required to install Visio 2007.
Users must be able to print the files that the application creates.
Which Visio 2007 application should you create?
What should you do?
You create an Office Visio 2007 solution that consists of an add-in DLL for Visio 2007, a Visio 2007 stencil, and a Visio 2007 template. You need to ensure that the Visio 2007 solution can be deployed for the English, German, and Italian language versions of Visio 2007. What should you do?
Which line of code should you modify?
You develop an Office Visio 2007 Shared Add-in that contains custom code.
The add-in code contains three variables: objShape, objMaster, and objCell. The variable objShape references a Visio shape. The variable objMaster references a Visio master. The variable objCell references a Visio cell. The relevant code is displayed in the following table:
You need to modify the add-in to support the creation of master shapes in different languages by using the same code base.
Which line of code should you modify?