Opening file and getting file handle of program

BlitzPlus Forums/BlitzPlus Programming/Opening file and getting file handle of program

MattVonFat(Posted 2005) [#1]
Is there a way to get the handle of the program a file opens in when you use ExecFile?


Beaker(Posted 2005) [#2]
Use CreateProcess() instead. Might be what you need.


MattVonFat(Posted 2005) [#3]
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


Beaker(Posted 2005) [#4]
You can only read from the stdin/out console, using Streams.