Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

why process not found in c#

using System;
using System.Diagnostics;
using System.ComponentModel;
class MyClass
{
    static void Main()
    {
       Process.Start("chrome.exe"); // I put Chrome here as an example only!
    }
}
Source by www.daniweb.com #
 
PREVIOUS NEXT
Tagged: #process
ADD COMMENT
Topic
Name
3+4 =