i want to run a program written in c from my VB form , what command should i use? if it possible, i would like to run the program with arguments it receives from the form and display the output on the form.
thanks in advance.
i want to run a program written in c from my VB form , what command should i use? if it possible, i would like to run the program with arguments it receives from the form and display the output on the form.
thanks in advance.
The program you've written in C needs to be an executable but if you try using the VB SENDKEYS command (normally together with the SHELL command) to send the appropriate input the your program you can get the information in...
Getting it out again is a whole different matter, you need to program your C code again so when it receives the information from your VB Form, it sends back an answer in the same fashion using it's SENDKEYS equivalent.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.