Hi,
I have not research much into VB.Net. I like to know if a programmer can still create his activeX control, activex dll or activex exe? Or is the framework totally different?
Thanks
Printable View
Hi,
I have not research much into VB.Net. I like to know if a programmer can still create his activeX control, activex dll or activex exe? Or is the framework totally different?
Thanks
No you can no longer make activeX controls or exes, you can't make activeX dlls per say but you can make COM compatible dlls which are basically the samething.
Really? No more activex controls? Why did they take that feature out?
The whole structure of a control changed with .NEt so you can make controls still but they are not activeX controls. It seems there is a transition away from COM.