Im coding with Visual Basic 2010 and my form has a webbrowser working backbround and get some data to user. On the site that i work on, webbrowser doesn't load some javascript packs, so i can't go further on the page. I navigate to
WebBrowser1.Navigate("https://e-okul.meb.gov.tr/logineokul.aspx")
Web page starts to give some errors while loading java packs. I write username and and password and try to click to login button
WebBrowser1.Document.All("btnEokulGiris").InvokeMember("click")
But it doesn't work. What must i do for this. It is so important for me, i have to solve that trouble as soon as possible. Can you please give me some idea.