Fixed window activation when showing Process Hacker from the tray icon

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@260 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2008-12-07 06:34:12 +00:00
parent 6aad470f1f
commit 6b72db8a47
3 changed files with 6 additions and 2 deletions
+3
View File
@@ -1,5 +1,8 @@
Process Hacker
1.2.5.5
* Fixed window activation when showing Process Hacker from the tray icon
1.2.5.0
* Fixed wrong usernames when Process Hacker is running as a non-admin user
* Gets command line of processes without using Injector
@@ -861,6 +861,7 @@ namespace ProcessHacker
private void showHideMenuItem_Click(object sender, EventArgs e)
{
this.Visible = !this.Visible;
this.Activate();
}
private void exitTrayMenuItem_Click(object sender, EventArgs e)
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.5.0")]
[assembly: AssemblyFileVersion("1.2.5.0")]
[assembly: AssemblyVersion("1.2.5.5")]
[assembly: AssemblyFileVersion("1.2.5.5")]