how to launch a .net application from VB6 application?
how to launch a .net application from VB6 application?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shweta MishraPosted Feb 8, 2006, 11:16 PM
I have already added .tlb as reference to VB project.
Just to wanted to know how to invoke it from VB so that application is launched in .Net framework.
I suppose it starts getting initialised in VB memory space..
Regards,
Shweta
SimonPosted Feb 7, 2006, 7:05 PM
Briefly, you need to load the type library (tlb) and to call the .NET object you want to use.
Hope this helps,
Simon
Shweta MishraPosted Feb 7, 2006, 12:15 AM
while refrencing a dot net appllication,we get it as .tlb file..
so how to use it in shellexecute command as it doesnot recognize it.
SimonPosted Feb 6, 2006, 9:47 PM
Simon