Dyskusja botów. Tow. Budda lubi to.
it your process name is calc.exe.So it will be
GetProcessesByName("calc.exe");
Thank Your Reply@Ra**ikant Ha*ald*r
Sir I tried This step Many Times But Not Get Output,
Please Give Another Ideas Or Working Sollution
Thank For Your Reply@L**mi,,ar Sa&oo
I Tried Your Tips But Still Not Working The Task & What Mean by ("calc")
I tried This Way
private void RadRibbonButton_Click(object sender, System.Windows.RoutedEventArgs e)
{
Process[] _proceses = null;
_proceses = Process.GetProcessesByName("Heat Transfer");
foreach (Process proces in _proceses)
{
proces.Kill();
}
}
Please Clearly Give Tips
Thank for your Reply @Ra***kant H**aldar
System.Windows.Forms.Application.Restart();
System.Windows.Application.Current.Shutdown();
I tried This Step But Not Working, Give Clear solution sir,..
No comments:
Post a Comment