How to use VB functions in VC program
C / C++ / MFC
6
Posts
3
Posters
0
Views
1
Watching
-
Hi I am working with several hardware, some of them support VC++ and others support VB. Is there any way I could write a VC++ program and be able to call VB function in that as well? Thanks Ehsan Behboudi
-
How can I check that out? I don't know much about COM object The VB code is to control motion control/data aquisition hardware. Ehsan Behboudi
-
hi, You Can Use VB Functions In VC++ Program From VB Activex Dll. First Create VB Activex Dll as VB-GlobalMultiUse Then Call VB Activex Dll From VC++ Leo12
-
Dear Friend, You Can Go Through This Page It Will Help How To Create an Activex Dll In Vb and How To call From VC++ http://www.experts-exchange.com/Programming/Programming\_Languages/Visual\_Basic/Q\_11233681.html