diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-06-10 17:13:53 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-10 17:13:53 +0100 |
| commit | 819f8021522c27988c2b84ccc217db008cc593da (patch) | |
| tree | be0ff6c1fc3c57626e97b4fd9256c29d510c8fbb /TimeHACK.Main/Program.cs | |
| parent | 801ac36d5691a8a20ef4ea63a701f6157982e53e (diff) | |
| parent | e4db9cc77abc4cc79c25a6c489183f58276428e8 (diff) | |
| download | histacom2-819f8021522c27988c2b84ccc217db008cc593da.tar.gz histacom2-819f8021522c27988c2b84ccc217db008cc593da.tar.bz2 histacom2-819f8021522c27988c2b84ccc217db008cc593da.zip | |
Merge pull request #84 from Alex-TIMEHACK/master
Even more tweaks to the explorer and stuff
Diffstat (limited to 'TimeHACK.Main/Program.cs')
| -rw-r--r-- | TimeHACK.Main/Program.cs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/TimeHACK.Main/Program.cs b/TimeHACK.Main/Program.cs index 97a9ca2..839a0c8 100644 --- a/TimeHACK.Main/Program.cs +++ b/TimeHACK.Main/Program.cs @@ -78,14 +78,8 @@ namespace TimeHACK public static String OpenFileExplorerAsDialogAndReturnGivenPath() { WinClassicWindowsExplorer we = new WinClassicWindowsExplorer(); - WinClassic app = wm.startWin95(we, "Windows Explorer", Properties.Resources.WinClassicFileExplorer, true, true, true); - TitleScreen.frm95.AddTaskBarItem(app, app.Tag.ToString(), "Windows Explorer", Properties.Resources.WinClassicFileExplorer); - - TitleScreen.frm95.nonimportantapps.Add(app); - TitleScreen.frm95.nonimportantapps[TitleScreen.frm95.nonimportantapps.Count - 1].BringToFront(); - TitleScreen.frm95.nonimportantapps[TitleScreen.frm95.nonimportantapps.Count - 1].FormClosing += new FormClosingEventHandler(TitleScreen.frm95.NonImportantApp_Closing); - app.BringToFront(); + WinClassic app = wm.startWin95(we, "Windows Explorer", Properties.Resources.WinClassicFileExplorer, true, true, true); try { return WindowsExplorerReturnPath; |
