Home > database >  How to intercept the webbrowser CTRL V events?
How to intercept the webbrowser CTRL V events?

Time:10-24

Webbrowser in design mode, I want to do to paste the contents of the processing, could you tell me how to intercept the webbrowser CTRL + V events?

CodePudding user response:

refer to the original poster hnjiwenbin response:
webbrowser in design mode, I want to do to paste the contents of the processing, could you tell me how to intercept the webbrowser CTRL + V events?


Webbrowser no corresponding events intercepted, it is necessary to write a keyboard hook to achieve, use pb not achieve, suggest you use other languages to write a hook, trigger in judging the type of control, and then to carry on the corresponding operation,
  • Related