jdelator
jdelator

Reputation: 4251

SendKeys not working on Fraps

For those not familiar with fraps. Its screen recording program that you can trigger with key shortcuts.

I am using triggering fraps using the SendKeys.SendWait call. I noticed this is not triggering fraps to record any video but if I manually press the key, fraps would being recording. Is there a way to figure out if fraps is doing that is disallowing me from doing this?

I'm able to start the program and navigate its menu, so I'm pretty sure I am using SendKeys correctly.

Upvotes: 2

Views: 564

Answers (1)

jdelator
jdelator

Reputation: 4251

http://inputsimulator.codeplex.com/

This worked.

This windows API simulated text entry but not keystrokes. This library does keystrokes.

Upvotes: 1

Related Questions