Posted on: 5/8/2015 6:17:03 PM | Views : 626

Hi,
I want to create a visio organisation wizard in c# web application .
Not able to find the properties of this wizard in c#.
But in vb i found this which open oopens visio and also opens organisation wizard .but theer is no code to connect to datasource.
Const TEMPLATEPATH = "C:\Program Files\Microsoft Office\Office14\Visio Content\1033\ORGWIZ_U.VST"
 
        ' Change this constant to match your choice of location and file name.
        Const SAVENEWFILE = "H:\Ad-Hoc_Report_SDE_FY2015\OrgChart\TestOrgChart.vst"
 
        ' Start point measured from the bottom left corner.
        dblXLocation = 5.25
        dblYLocation = 0.3
 
        ...

Go to the complete details ...