added ability to detach processes from debuggers

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1376 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-06-06 00:53:45 +00:00
parent fb07e556d8
commit 2c3c8a402f
38 changed files with 304 additions and 186 deletions
+2 -2
View File
@@ -413,7 +413,7 @@ namespace ProcessHacker
}
catch (Exception ex)
{
MessageBox.Show(ex.Message, "Process Hacker", MessageBoxButtons.OK, MessageBoxIcon.Error);
PhUtils.ShowMessage(ex);
}
return true;
@@ -469,7 +469,7 @@ namespace ProcessHacker
}
catch (Exception ex)
{
MessageBox.Show(ex.Message, "Process Hacker", MessageBoxButtons.OK, MessageBoxIcon.Error);
PhUtils.ShowMessage(ex);
}
return true;