Click to See Complete Forum and Search --> : How to call c program from visual basic


rani_techie
March 25th, 2008, 12:34 PM
Hello all,
I have a gui in VB and i need to invoke c functions when a button is pressed or textbox event happens. How can i integrate both of them together in a VB program ?

thanks,
Rani

davide++
March 25th, 2008, 12:38 PM
Hi all.

You have to put your function into a DLL, then you can call it.
Otherwise create an exe and call it as external application.