Please explain how to replace the ActiveX controls within a Visual Studio 2005 project (C#) to updated versions.
|
|
Visual Studio knows what ActiveX controls are available, and where to find them, by examining the registry. That's essentially what regsvr32 does... create appropriate registry entries for COM objects (including ActiveX controls). To upgrade your controls:
|
||
|
|
