Hello
For example I have a winapi GUI program called blabla.exe
I have another winapi GUI program called TYCK.exe.
Now how to make blabla.exe run in TYCK.exe??
I was using
system("blabla.exe");
, but this is not portable and it goes through cms, what I dont realy like.
Is there any other way instead of system("blabla.exe");, using WinApi?
Thanks