2010-04-13 119 views
0

我使用的web瀏覽器組件在我的應用程序的Windows Mobile手機的窗戶...... 我設定的網址爲"www.google.com"但它表明使用Web瀏覽器

"page is unavailable,u need to adjust browser settings!!! cannot find server or DNS error"

我需要做任何形式的編碼從我結束 爲我設置的URL從Web瀏覽器組件的屬性框

回答

0

我發現answser:

private void webBrowser1_GotFocus(object sender, EventArgs e) 
{ 
    webBrowser1.Url = new Uri("http://www.google.com"); 
    webBrowser1.Navigate(new Uri("http://www.google.com")); 
} 

當您第一次與WMDC同步您的應用程序時,您必須繼續建立合作伙伴關係。

Check the checkbox for allow the connections and choose DMA 

而且選擇:

The computer is connected to "The Internet" 

和你做!

但我仍然無法適應網站的屏幕尺寸。任何幫助表示讚賞