Embed VB Script in COM DLL

K

keerthana_m_2003

Hello ALl:

I have one COM DLL and I need to execute a VB Script from a function
of this COM DLL.

How can I embed the VB Script within the DLL and execute it whenever
required?

Thanks,
Keerthana
 
M

Mattias Sjögren

I have one COM DLL and I need to execute a VB Script from a function
of this COM DLL.

Why does the code have to be VBScript? Can't you rewrite it in
whatever langauge the COM DLL is implemented in?


Mattias
 
K

keerthana_m_2003

I have a huge VB script which I cant rewrite in C++ (COM DLL language
in my case)

Thanks,
Keerthana
 
S

Stephany Young

OK ....

So you have a some VBScript code that you need to execute from a COM DLL
written in C++.

I'm at a bit of a loss as to why you would be asking about this in a VB.NET
newsgroup.


I have a huge VB script which I cant rewrite in C++ (COM DLL language
in my case)

Thanks,
Keerthana
 
S

susiedba

so sorry babe

vbScript does not support VB.net and VB.net does not support vbScript.

I would reccomend keeping your code in VB6; VB.net is a complete and
utter failure.
I had heard that they're bringing back VbSCript in the next version
 
S

susiedba

STEPHANY

**** you bitch there is only ONE vb newsgroup.

MS renamed it from Microsoft.public.vb to this stupid
microsoft.public.dotnet.languages.vb

Microsoft should NOT have done this; the goddamn language is called
VISUAL BASIC not VB.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top