OKAY, I have now decided that sendkeys is not very good... It worked fine for every single thing I ever did before in VB but now... It failed on me.

I want my application to send:
Code:
<input name="" type="submit" value="Submit" />
To a text box. Sendkeys.Send doesn't send "'s... Well, I tried Sendkeys.Send Keys.OEMquotes in every spot where the quote should be. But it sent this to the text box:
<tbvN />
And was horribly slow. So I what else can I do besides send keys that can easily send "'s? Thanks.