Getting a Form from a window Handle
-
In simple methods, you can't. Reason being is you can't get a reference to memory that sits outside your process without going thru elaborate means to do it. I remember seeing something similar about three or four years ago in a kind of debugger app, but it involved using a .DLL injected into the target apps process. What are you looking to do? There may be another method to get it accomplished... RageInTheMachine9532
-
In simple methods, you can't. Reason being is you can't get a reference to memory that sits outside your process without going thru elaborate means to do it. I remember seeing something similar about three or four years ago in a kind of debugger app, but it involved using a .DLL injected into the target apps process. What are you looking to do? There may be another method to get it accomplished... RageInTheMachine9532