Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

white webbrowser

Status
Not open for further replies.

Deef666

Programmer
May 15, 2005
9
BE
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.

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;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top