V
Vic Spainhower
I don't know if this post should be here or in the .net languages forum but I'll start here. The problem is I am trying to use the ActiveX control in a vb.net program and I have a form that includes this control .. The problem is that when the form initializes it starts Visio duing the initialize component module when it hits
Public vsoApp As New Microsoft.Office.Interop.Visio.Application.
How do I disable this because the user interface is the vb.net windows form. This program is being converted from VB6 and this does not happen in VB6.
Vic
Public vsoApp As New Microsoft.Office.Interop.Visio.Application.
How do I disable this because the user interface is the vb.net windows form. This program is being converted from VB6 and this does not happen in VB6.
Vic