oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.35k stars 269 forks source link

On intercept open WPF window #33

Closed sandek closed 7 years ago

oblitum commented 7 years ago

I'm sorry but I have no idea. I'm closing this as it's not being specific as an issue of the library or of your application.

oblitum commented 7 years ago

The only thing that comes to my mind is that you have the interception.dll in the executable path of the debugging version of your program, but you didn't put it besides the release binary, so the DLL may be missing on release. You may check that.

sandek commented 7 years ago

May I ask you, if it's possible to store intercepted string in txt file? Thank you

oblitum commented 7 years ago

Yes. You are free to do anything with the intercepted data.

oblitum commented 7 years ago

Sorry, I can't help everyone in basic programming matters. You need to study.

sandek commented 7 years ago

thank you. Sorry for bothering you.