Home All Groups Group Topic Archive Search About

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

Author
6 Dec 2006 10:12 PM
samadams_2006
What "imports" command (ie: Imports System.Text ) do I need to add in
order to get access to stdole in vb.net ?

Author
7 Dec 2006 1:19 AM
Tom Shelton
samadams_2***@yahoo.ca wrote:
> 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.

--
Tom Shelton
Author
7 Dec 2006 1:21 AM
Ken Tucker [MVP]
Hi,

        Sorry you can not import it like that.  Maybe this will help

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemruntimeinteropservicescomaliasnameattributeclasstopic.asp

Ken
-------------------------------
<samadams_2***@yahoo.ca> wrote in message
Show quoteHide quote
news:1165443128.915570.37390@73g2000cwn.googlegroups.com...
>
> What "imports" command (ie: Imports System.Text ) do I need to add in
> order to get access to stdole in vb.net ?
>