تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
( تم الحل ) ممكن تعديل هذا الكود
#3
تفضل اخي الكريم

كود :
Console.WriteLine("  Hello ")
        Dim path = Application.StartupPath + "\s.txt"
        If (System.IO.File.Exists(path)) Then
            Process.Start(path)
        Else
            Console.WriteLine("File Not Found ")
        End If
        For Each c As Process In Process.GetProcesses
            If c.MainWindowTitle = "s.txt - Notepad" Then
                Me.Hide()
                Form1.Show()
            End If
        Next
}}}
تم الشكر بواسطة:


الردود في هذا الموضوع
( تم الحل ) ممكن تعديل هذا الكود - بواسطة Mr. DotNet_mybb_import4619 - 30-09-12, 02:29 AM


التنقل السريع :


يقوم بقرائة الموضوع: