Is there a way to get the handle of the program a file opens in when you use ExecFile?
Opening file and getting file handle of program
BlitzPlus Forums/BlitzPlus Programming/Opening file and getting file handle of program Use CreateProcess() instead. Might be what you need.
Ok thanks - ive managed to open a rogram and get the handle but how would i be able to tell when the program gets certain events? Is it possible?
Thanks
Matt
Thanks
Matt
You can only read from the stdin/out console, using Streams.