I want to do a project in our class titled library management . our guide wanted me to do in vb as front end and c as back end. I am in dilemma to do that so please help me how to come out from my dilemma. i will be happy if you help .
How to create or establish connection between C and VB?
Collapse
X
-
Tags: None
-
using Visual Studio you can implement a DLL containing C++ functions which can be called from a VB.NET program, see
http://msdn.microsoft.com/en-gb/libr...vs.100%29.aspx
do a web search for visual studio calling c++ from vb
Comment