Hey would love to ask you guys what can be the problem if web browser in Windows Form app is not opening sites other then google. Tried multiple using www. http:// etc. but nothing really worked (didn't expect the problem to be there) as other thing which came to my mind is that the problem is on my web i tried different sites and even only php site with one html file which didn't load either anyone experienced this?
private void Deposit10_Load(object sender, EventArgs e)
{
webBrowser1.Navigate("http://ift.tt/2jyP3Hd");
Form1 logg = new Form1();
string loggeduser = logg.loggeduser;
}
Edit: There is button on other form which is opening up new form which contains browser
Aucun commentaire:
Enregistrer un commentaire