Hi Everyone,
I am using PowerBuilder 2017 R2. I want to run an another application which is written in C# in my powerbuilder windows application. Want to click on a button with 2 string input parameter and also need to get the return value of the application.
I tried below code but its not working:-
string ls_1, ls_2
ls_1="abc"
ls_2=""
run("PMFC.exe "+ls_1+" "+ls_2+")
Please suggest.
Thanks,
Mukul
Thanks for info. It is good for me but i also need to get the return value of that application. Please suggest.
Thanks
Mukul