S samadams_2006 Dec 6, 2006 #1 What "imports" command (ie: Imports System.Text ) do I need to add in order to get access to stdole in vb.net ?
What "imports" command (ie: Imports System.Text ) do I need to add in order to get access to stdole in vb.net ?
T Tom Shelton Dec 7, 2006 #2 What "imports" command (ie: Imports System.Text ) do I need to add in order to get access to stdole in vb.net ? Click to expand... What are you trying to accomplish here? What I'm saying is that I don't know of any built in namespace for stdole in the .NET framework. Anyway, you can always add a com reference to your project if you need to.
What "imports" command (ie: Imports System.Text ) do I need to add in order to get access to stdole in vb.net ? Click to expand... What are you trying to accomplish here? What I'm saying is that I don't know of any built in namespace for stdole in the .NET framework. Anyway, you can always add a com reference to your project if you need to.
K Ken Tucker [MVP] Dec 7, 2006 #3 Hi, Sorry you can not import it like that. Maybe this will help http://msdn.microsoft.com/library/d...opservicescomaliasnameattributeclasstopic.asp Ken
Hi, Sorry you can not import it like that. Maybe this will help http://msdn.microsoft.com/library/d...opservicescomaliasnameattributeclasstopic.asp Ken