https://barnamenevis.org/showpo...8&postcount=63
Dim randomFileName As String = System.IO.Path.GetRandomFileName()
و برای ایجاد نام منحصر بفرد برای فایلهای موقت :
کد:
Dim tfile As String = Path.GetTempFileName()
https://barnamenevis.org/showpo...8&postcount=63
Dim randomFileName As String = System.IO.Path.GetRandomFileName()
و برای ایجاد نام منحصر بفرد برای فایلهای موقت :
کد:
Dim tfile As String = Path.GetTempFileName()
https://barnamenevis.org/showpo...0&postcount=64
System.Diagnostics.Process.Start("iexplore.exe", "www.barnamenevis.org")
و برای مثال در فایرفاکس :
کد:
System.Diagnostics.Process.Start("C:\Program Files\Mozilla Firefox\FireFox.exe", "www.barnamenevis.org")