WEBBrowser.Navigate(url)的URL问题想用相对地址,相对地址怎么获得?(程序的路径)用APP.path吗??[解决办法]
System.IO.Path.GetDirectoryName(Application.ExecutablePath) + @"\Temp.htm";