September 25, 20178 yr On 9/23/2017 at 5:40 PM, Transporter said: Where do I find the latest version of OldNewExplorer links? The first post on this thread.
September 26, 20178 yr Sorry but could someone better explain what these instructions mean? OldNewExplorer can override UIFILES from most files loaded by explorer.exe. To take advantage of this, add UIFILES to your ShellStyle.dll named the following way: Example: SHELL32.DLL UIFILE 23 -> SHELLSTYLE.DLL SHELL32_UIFILE 23 EXPLORERFRAME.DLL UIFILE 20482 -> SHELLSTYLE.DLL EXPLORERFRAME_UIFILE 20482 and, WARNING: custom resource types are not loaded from ShellStyle.dll if it has MUI resource pair. Merge it with mui file and remove MUI resource. Thanks.
September 26, 20178 yr On 15.08.2017 at 9:55 PM, Tihiy said: Please try to capture crash dump, because I'm unable to reproduce the issue. Some "anti-spyware" or shell extension may affect this. Can you please also add the possibility to hide the navigation bar (address bar and the nav buttons)? The following AHK script does it but it is unreliable: #NoTrayIcon #NoEnv Gui +LastFound hWnd := WinExist() SetControlDelay, -1 SetBatchLines -1 DllCall( "RegisterShellHookWindow", UInt,hWnd ) MsgNum := DllCall( "RegisterWindowMessage", Str,"SHELLHOOK" ) OnMessage( MsgNum, "ShellMessage" ) Return ShellMessage(wParam,lParam) { If (wParam = 1 ) ; HSHELL_WINDOWCREATED := 1 { WinGetClass, WinClass, ahk_id %lParam% if (WinClass = "CabinetWClass") { ControlGetPos, ,y1,,ha,ReBarWindow321, ahk_id %lParam% SendMessage, 0x0082,,,ReBarWindow321, ahk_id %lParam% Control, Hide,, WorkerW1, ahk_id %lParam% Control, Hide,, ReBarWindow321, ahk_id %lParam% ControlGetPos,,y2,,h1,ShellTabWindowClass1, ahk_id %lParam% ControlMove, ShellTabWindowClass1,, y1,,y2-y1+h1, ahk_id %lParam% ControlMove, ReBarWindow321,,,,0, ahk_id %lParam% WinSet, Redraw,, ahk_id %lParam% Sleep, 100 SendMessage, 0x0082,,,ReBarWindow321, ahk_id %lParam% Control, Hide,, WorkerW1, ahk_id %lParam% Control, Hide,, ReBarWindow321, ahk_id %lParam% ControlGetPos,,y2,,h1,ShellTabWindowClass1, ahk_id %lParam% ControlMove, ShellTabWindowClass1,, y1,,y2-y1+h1, ahk_id %lParam% ControlMove, ReBarWindow321,,,,0, ahk_id %lParam% WinSet, Redraw,, ahk_id %lParam% Sleep, 100 SendMessage, 0x0082,,,ReBarWindow321, ahk_id %lParam% Control, Hide,, WorkerW1, ahk_id %lParam% Control, Hide,, ReBarWindow321, ahk_id %lParam% ControlGetPos,,y2,,h1,ShellTabWindowClass1, ahk_id %lParam% ControlMove, ShellTabWindowClass1,, y1,,y2-y1+h1, ahk_id %lParam% ControlMove, ReBarWindow321,,,,0, ahk_id %lParam% WinSet, Redraw,, ahk_id %lParam% Sleep, 100 SendMessage, 0x0082,,,ReBarWindow321, ahk_id %lParam% Control, Hide,, WorkerW1, ahk_id %lParam% Control, Hide,, ReBarWindow321, ahk_id %lParam% ControlMove, ShellTabWindowClass1,, y1,,y2-y1+h1, ahk_id %lParam% ControlMove, ReBarWindow321,,,,0, ahk_id %lParam% WinSet, Redraw,, ahk_id %lParam% } } } So to arrive to something like this: Edited September 26, 20178 yr by Anixx
September 26, 20178 yr Hello. I want to change the navigation buttons. But we need buttons of green color. Can you give me the files of such buttons? I would replace them myself in dll.
September 26, 20178 yr It's amazing to see how File Explorer has evolved over the years but still kept its original core. Anixx's screenshot looks like it was taken from Windows 95!
September 27, 20178 yr 11 hours ago, LZAA said: Hello. I want to change the navigation buttons. But we need buttons of green color. Can you give me the files of such buttons? I would replace them myself in dll. these are just -90° shifted (on the HUE scale) from the original blue ones... or do you need a different kind of green? DISABLED96.bmp ENABLED96.bmp HOT96.bmp PRESSED96.bmp
September 27, 20178 yr On 9/25/2017 at 8:56 AM, dhjohns said: The first post on this thread. But it doesn't say anything on there the latest version. It doesn't say what version for anyone reading to know.
September 27, 20178 yr On 11/22/2013 at 3:34 AM, Tihiy said: What is it? OldNewExplorer is the Windows 10 (and Windows 8.1, and 8) shell extension / tweaker which can undo "improvements" to file browsing made in newer Windows version. Everything is optional for your liking. Download http://tihiy.net/files/OldNewExplorer.rar TEST VERSION READ BELOW 100% FREE Stupid FAQ - This is a TEST version, no installer. Potentially dangerous too! - This is for Windows 8.1. Also should work for Windows 8 as well, though 8.1 options do not apply there; - No changes are enabled by default. If something does not apply, try logging off / restarting explorer.exe; - Install is for all users, settings are per-user. For long thoughful posts use email. Could it be posted with version listing and history so those looking can find it correctly? Edited September 27, 20178 yr by Transporter revise
September 28, 20178 yr 2 hours ago, Transporter said: Could it be posted with version listing and history so those looking can find it correctly? it could... probably - but since there's always been only one version available for download (always the latest one) and it's FREE then you can't (at least you shouldn't) really complain..
September 30, 20178 yr On 26.09.2017 at 10:17 PM, MDJ said: It's amazing to see how File Explorer has evolved over the years but still kept its original core. Anixx's screenshot looks like it was taken from Windows 95! Unfortunately, the options to customize it are getting removed so one has to use various hacking tricks and third-party utilities. This is my desktop (Win 8.1): http://storage8.static.itmages.ru/i/17/0911/h_1505137197_7114949_26bdfdcc5d.png Edited September 30, 20178 yr by Anixx
October 1, 20178 yr What Explorer replacement are you using? That looks pretty nice. ONE doesn't replace the Aero/Metro stuff, as far as I know. Edited October 1, 20178 yr by drfsite
October 1, 20178 yr On 9/27/2017 at 9:26 PM, cubedj21 said: it could... probably - but since there's always been only one version available for download (always the latest one) and it's FREE then you can't (at least you shouldn't) really complain.. huh, are you now the teacher here? One shouldn't think they are a MOD when they aren't. If all one wants is to troll then go somewhere else. Also it was directed at the developers. Edited October 1, 20178 yr by Transporter revise
October 2, 20178 yr 4 hours ago, Transporter said: huh, are you now the teacher here? One shouldn't think they are a MOD when they aren't. If all one wants is to troll then go somewhere else. Also it was directed at the developers. I'm not trolling... sure it would be awesome if there was info about version and even changelog but since there's only one link to choose from then I don't really mind... that's all
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now