|
Average Rating: 2.6/5 | Rate this item | 7 users have rated this item.
|
Expertise: Intermediate
Language: C++
March 10, 2009
Accessing the VB ActiveX DLL Through VC++6.0
Use the following steps to access the VB ActiveX DLL through VC++6.0:
- Provide the ProgId -> as input. This finds the CLSID using the CLSIDFromProgId function.
- To create an instance of a specific class, use the CoCreateInstance function.
- Finally, get the DispInfo and then call the desired function from the DLL.
JothiMurugeswaran Selvaraj
If you have a hot tip and we publish it, we'll pay you. However, due to accounting overhead we no longer pay $10 for a single tip submission. You must accumulate 10 acceptable tips to receive payment. Be sure to include a clear explanation of what the technique does and why it's useful. If it includes code, limit it to 20 lines if possible. Submit your tip here.
|