hello everyone
i am using vb6 to make a gui for a console application write in c++
i am asking if i can call the exe of the c++ project and send to its main
a string from textbox in form in vb6
i can call the exe by sell function but i can't send to it any parameter
shell(app.path & "\project.exe")
can any one help me?
i am using vb6 to make a gui for a console application write in c++
i am asking if i can call the exe of the c++ project and send to its main
a string from textbox in form in vb6
i can call the exe by sell function but i can't send to it any parameter
shell(app.path & "\project.exe")
can any one help me?