[ComVisible(true)] public partial class Map : UserControl { public void InitialMap(string htmlLocation) { htmlLocation = ((System.IO.Path.GetDirectoryName( System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) + @"GPSTack\Map.htm")).Replace("file:\\",""); if (!this.DesignMode) { this.webBrowser1.ObjectForScripting = this; if (System.IO.File.Exists(htmlLocation)) { webBrowser1.Navigate(new Uri(htmlLocation)); } } } }
if (!this.DesignMode) { this.webBrowser1.ObjectForScripting = this; if (System.IO.File.Exists(htmlLocation)) { webBrowser1.Navigate(new Uri(htmlLocation)); } }
Quote:if (!this.DesignMode)
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง