David,
>But is that possible to
>export VB.BET application's functionalities using the native DLL? I mean,
>export using the import/export tables in its PE header.
No. Of the languages included in .NET, only VC++ and IL Assembler can
do that.
>I have one possible solution:
>Maybe using a mixed managed/unmanaged Visual C++ DLL can do it. The
>unmanaged part communicates with the third party app, the managed part
>communicates with my VB.NET program.
That's what you'd have to do, yes.
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.