Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~186 People Reached
Favorite Forums
Member Avatar for tyler_kid_a

I have code such as this: [CODE=C#] string url = "http://en.wikipedia.org/wiki/Earth"; System.Windows.Forms.WebBrowser wb = new System.Windows.Forms.WebBrowser(); wb.Url = new Uri(url); [/CODE] but after that last line wb.Url is always null. Also, if the last line is replaced with: [CODE=C#] wb.Navigate(url); [/CODE] wb.Url and wb.Document are always null. What is going …

Member Avatar for kvprajapati
2
186