In VB.NET what do I need to "import" to get stdole ?

  • Thread starter Thread starter samadams_2006
  • Start date Start date
S

samadams_2006

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 ?

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.
 
Back
Top