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
Printable View
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
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.