Board index » MFC
All times are UTC
Dim obj as object set obj=CreateObject("MyDll.MyClass") obj.MyFunc
How do I call MyFunc in MFC?
Mark
> Dim obj as object > set obj=CreateObject("MyDll.MyClass") > obj.MyFunc
> How do I call MyFunc in MFC?
> Mark
1. MFC app calling VB ActiveX DLL
2. Calling VB ActiveX DLL from MFC applications(Newbie question)
3. Creating c dll calling vb ActiveX dll
4. Show modeless form in VB ActiveX DLL from C++ MFC DLL
5. MFC DLL needs to be called from Non-MFC VB.
6. Bad DLL calling convention in my MFC (for VB) DLL
7. Atl NT service calling VB ActiveX dll had problem when clean-up
8. How do you call VB ActiveX DLL functions from VC
9. Call/Use VB ActiveX Dll in Visual C
10. calling vb activex dll
11. How can I call a VB ActiveX dll from VC++
12. Calling a VB ActiveX DLL