hi
Is it possible to write some application (prg) in VB.NET and use it in VB6 something like activexEXE we use to write in VB6.
Possible????
Thanks
Printable View
hi
Is it possible to write some application (prg) in VB.NET and use it in VB6 something like activexEXE we use to write in VB6.
Possible????
Thanks
Yes it is. But to use it some other computer you will have to have the framework installed.
yeah, that I understand, that i need to have framework installed.
But the question of using a Dot Net compiled ActiveXEXE (am not sure how does one create an ActiveEXE in dot net) in Vb6. how?
In vb.net you can just create a Class Library(DLL) and you can reference it from your vb6 app
Without the need for the .Net Framework?Quote:
Originally posted by PT Exorcist
In vb.net you can just create a Class Library(DLL) and you can reference it from your vb6 app
They already discussed this part.....Quote:
Originally posted by Protocol
Without the need for the .Net Framework?
Possible with some possible problems may happen but I wonder why people go backward to VB6 though VB.NET is more extended dev tool and has features that you never thing VB6 will have .:rolleyes:Quote:
Originally posted by veryjonny
hi
Is it possible to write some application (prg) in VB.NET and use it in VB6 something like activexEXE we use to write in VB6.
Possible????
Thanks
Thank you, I will just try it and let you know.