Opening file and getting file handle of program
BlitzPlus Forums/BlitzPlus Programming/Opening file and getting file handle of program| 
 | ||
| Is there a way to get the handle of the program a file opens in when you use ExecFile? | 
| 
 | ||
| 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 | 
| 
 | ||
| You can only read from the stdin/out console, using Streams. |