Tagged Questions

0
votes
1answer
59 views

Can't use “apply” or “call” functions more than once

I'm using the SHDocVw DLL to open and manipulate an Internet Explorer instance from C#. I need to activate the onkeyup event of several textboxes. This is the code I use: dynamic ...