21-12-16, 02:12 PM
Dim Path As String = My.Computer.FileSystem.SpecialDirectories.Temp & "\abc.txt"
IO.File.WriteAllText(Path, My.Resources.FileName)
Process.Start(Path)
حسب فهمي ؟
IO.File.WriteAllText(Path, My.Resources.FileName)
Process.Start(Path)
حسب فهمي ؟

