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 Rhinorhino 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
Joined
May 15, 2005
Messages
9
Location
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