mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
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:
@@ -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;
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
* along with Process Hacker. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using System.IO;
|
||||
using Aga.Controls.Tree;
|
||||
using Aga.Controls.Tree.NodeControls;
|
||||
using ProcessHacker.Common;
|
||||
|
||||
namespace ProcessHacker
|
||||
{
|
||||
@@ -69,7 +69,7 @@ namespace ProcessHacker
|
||||
}
|
||||
catch (IOException ex)
|
||||
{
|
||||
MessageBox.Show(ex.Message, "Process Hacker", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
PhUtils.ShowMessage(ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user