votes
C# WebBrowser Wait for Load
Hi, I have a simple windows form application and I want to fill two fields on a webpage once it loads. Here is the code I am using but it gets frozen without any errors: [code]private void button9_Click(object sender, EventArgs e) ...
