diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-21 22:14:23 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-21 22:14:23 +0100 |
| commit | 2c87ba5fdef12cb62d40c5a9d2513ce097ac0aa9 (patch) | |
| tree | e3733218d0d4633cd11790c222c6a9366f40b1ae /TimeHACK.Main/OS/Win95/Win95.cs | |
| parent | 5bfa0d8184b94d22c8bd0cff404acae0ef210a3c (diff) | |
| download | histacom2-2c87ba5fdef12cb62d40c5a9d2513ce097ac0aa9.tar.gz histacom2-2c87ba5fdef12cb62d40c5a9d2513ce097ac0aa9.tar.bz2 histacom2-2c87ba5fdef12cb62d40c5a9d2513ce097ac0aa9.zip | |
A lot of backend work!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index d968dd4..4e61bb7 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -103,7 +103,10 @@ namespace TimeHACK.OS.Win95 this.SendToBack(); // Update the taskbar - UpdateTaskbar(); + UpdateTaskbar(); + + // Bring to this the front + this.BringToFront(); //Check if it is the first time if (CurrentSave.FTime95 == false) @@ -118,8 +121,7 @@ namespace TimeHACK.OS.Win95 nonimportantapps[nonimportantapps.Count - 1].BringToFront(); nonimportantapps[nonimportantapps.Count - 1].FormClosing += new FormClosingEventHandler(NonImportantApp_Closing); - // Bring to this the front - this.BringToFront(); + app.BringToFront(); |
