G
Gary Shell
I am using the Cross Functional FlowChart Template to create a document in
the Visio Interop OCX using VB.NET. When I execute this code:
Me.AxDrawingControl1.Src = "Cross-functional Flowchart.vst"
I get a dialog box asking how many lanes and portrait vs. landscape
orientation. I always want to take the defaults and would like for my code
to dispense with this dialog. In VB6 this would be a messaging operation.
How is this best accomplished in VB.NET and the Visio Interop OCX?
Sendkeys? Surely there is a better way now.
Thanks,
Gary
the Visio Interop OCX using VB.NET. When I execute this code:
Me.AxDrawingControl1.Src = "Cross-functional Flowchart.vst"
I get a dialog box asking how many lanes and portrait vs. landscape
orientation. I always want to take the defaults and would like for my code
to dispense with this dialog. In VB6 this would be a messaging operation.
How is this best accomplished in VB.NET and the Visio Interop OCX?
Sendkeys? Surely there is a better way now.
Thanks,
Gary