I got a question. I use the webcontrol "axWeb...". I put it in a form but i doesn't work. It just stays blank.
I made a reference to mshtml. I will show my code.
plz help.
I made a reference to mshtml. I will show my code.
plz help.
Code:
System.Object nullObject = 0;
string str = "";
System.Object nullObjStr = str;
Cursor.Current = Cursors.WaitCursor;
axWebBrowser1.Navigate("[URL unfurl="true"]http://www.google.be",[/URL] ref nullObject, ref nullObjStr, ref nullObjStr, ref nullObjStr);
Cursor.Current = Cursors.Default;