Link to home
Start Free TrialLog in
Avatar of r3nder
r3nderFlag for United States of America

asked on

hooks to see if faul language was typed in external exe

can anyone help me crete hooks into an internal an external exe that notifies the company that an individual has typed an improper word (i.e. faul language)
ASKER CERTIFIED SOLUTION
Avatar of Chinmay Patel
Chinmay Patel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of r3nder

ASKER

I looks great but I keep gettting this error no matter what I do
Error      1      'System.Text.StringBuilder' does not contain a definition for 'Clear' and no extension method 'Clear' accepting a first argument of type 'System.Text.StringBuilder' could be found (are you missing a using directive or an assembly reference?)      

I have createed the class InterceptKeys
and added InterceptKeys x = new InterceptKeys(); to the body of the form

but statement.clear(); will not allow it to compile
Avatar of r3nder

ASKER

got it