Omer,
>i want to use .net components in my vb6 application, should i used
>regasm or tlbexp to use the .net dlls,
Well you're going to have to register the assembly one way or another,
using Regasm or a setup package (unless you're relying of the
registration free interop feature available in recent Windows
versions).
>moreover will these dlls run without the .net runtime ?
No
>n e ways how to use the tlbexp, it exports as a tlb file, than how to
>use it in my vb6 file.
Add it as a project reference.
Mattias

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