Hi, I've tried this to control an Iframe inside of a WebBrowser control on my form as a test:
But I keep getting a Null Reference Exception and I don't know what to do about it :(Code:Form1.WebBrowser1.Document.Window.Frames("page").Document.Focus()
