can someone tell me how to get the handle of a windows console app in c#? in a winForm app i would normally try this.handle..
|
|
Not sure it works, but you can try that :
|
||
|
|
|
I don't think there is such a thing. The console window is not accessible to the application. You MIGHT try to iterate the process list looking for your own process name. The |
||||||
|
