How should one go about developing a project in both VB and VC++. Please give your views![]()
This is a discussion on Interlanguage Development within the Windows Programming forums, part of the Platform Specific Boards category; How should one go about developing a project in both VB and VC++. Please give your views...
How should one go about developing a project in both VB and VC++. Please give your views![]()
using vc to build DLLs to wrap all important functions you write. using VB to design UI, any other simple stuffs and invoke those important functions from DLLs.
You could also write an activeX control if that suited your needs.