If you insert a custom control (kinda like in VB) into a C++ app, do you have to distribute it like in VB?
Printable View
If you insert a custom control (kinda like in VB) into a C++ app, do you have to distribute it like in VB?
Yes, because COM still needs to load the control's code from somewhere.