![]() |
|
25 Nov 2014 | #111 |
|
Thanks.
Regarding the border issue, rebooting didn't seem to work. You say you're not getting the problem at all then? And you are opening folders in the same window? I wonder why it's not working for me. Like I said, whenever I open a new folder in the same window, the border just disappears. |
My System Specs![]() |
. |
|
25 Nov 2014 | #112 |
|
Ah ok, right. Do you think there's any way to fix it?
One thing I've also noticed, if you use the address bar hider and you resize the window, and then open a new folder in the same window, the address bar will hide again. I've noticed the address bar quickly popping up when switching between windows, so I wonder if that might have anything to do with it becoming (partially) visible when resizing windows. |
My System Specs![]() |
25 Nov 2014 | #113 |
|
This script should work in your case:
Code:
#NoTrayIcon #NoEnv Gui +LastFound hWnd := WinExist() SetBatchLines -1 SetControlDelay, -1 DllCall( "RegisterShellHookWindow", UInt,hWnd ) MsgNum := DllCall( "RegisterWindowMessage", Str,"SHELLHOOK" ) OnMessage( MsgNum, "ShellMessage" ) Return ShellMessage(wParam,lParam) { If (wParam = 1 or wParam = 6) ; HSHELL_WINDOWCREATED := 1 { WinGetClass, WinClass, ahk_id %lParam% if (WinClass = "CabinetWClass") { Sleep, 100 Control, ExStyle, ^0x200, FolderView, ahk_id %lParam% WinSet, Redraw,, ahk_id %lParam% WinGetPos, , , , h, ahk_id %lParam% WinMove, ahk_id %lParam%,,,,,h-1 WinMove, ahk_id %lParam%,,,,,h } } } |
My System Specs![]() |
. |
|
25 Nov 2014 | #114 |
|
Hey, that works! Thanks.
Explorer looks so much better now! |
My System Specs![]() |
26 Nov 2014 | #115 |
|
Try this:
1.) Have the address bar remover enabled 2.) Resize the window so the address bar re-appears 3.) Right-click on the title bar |
My System Specs![]() |
26 Nov 2014 | #116 |
|
It will disappear, I think. Any shell event makes it disappear again.
|
My System Specs![]() |
26 Nov 2014 | #117 |
|
Yes, that is the same result I got.
Also, I would love to help you out with this. Do you think you can send me a link to an AutoHotKey scripting tutorial/help site? I'll try to learn this stuff, and then I'll do what I can to help you out with this. |
My System Specs![]() |
26 Nov 2014 | #118 |
|
Sorry, I mostly used the help file coming with AHK. Actually one can do the same using other programming languages, say, Visual Basic.
|
My System Specs![]() |
26 Nov 2014 | #119 |
|
Oh ok. I'll take a look at those help files then.
|
My System Specs![]() |
27 Nov 2014 | #120 |
|
The method can be used to fix the appearace of Internet Explorer as well.
![]() I have not include and polish the featere because I do not use IE as of now (my layout switcher makes IE crash). |
My System Specs![]() |
![]() |
Thread Tools | |
Similar help and support threads | ||||
Thread | Forum | |||
Windows Explorer Address Bar disappearing Hi all, I'm a newbie to the forum (Hello!), but not to computers. Even so, I'd be grateful if anyone has any inspiration on a problem that has me stumped. (If the following seems long, please bear with me; I'm just trying to be explicit.) I'm running Windows 7 Home Premium 64bit, + SP1 and... |
General Discussion | |||
my windows explorer move with a frame but not the whole explorer when i move my windows explorer with mouse, it move with a frame but not the whole explorer (please see the picture file that I upload). I try to re-install the latest VGA nVidia driver already but still the same. Please help me to overcome this problem, thanks all. |
General Discussion | |||
explorer's address bar dropdown menu (like in XP) when i clicking drop down arrow at the end of the adress bar all i get is completely blank drop-down, with nothing in it at all. in XP clicking that arrow showed a drive/folder list. i need it in '7.. |
General Discussion | |||
Windows Explorer address bar Is there a way to delete the paths that are shown when typing in the address bar? I don't want the drop down menu to show where I have been. I have a few typos in some of the path names and it looks like a mess and unorganized. |
Performance & Maintenance | |||
Black Address Bar Windows Explorer Bug http://img38.imagefra.me/img/img38/6/4/16/morbidboy/f_yddm_d679aa3.jpg Can anyone explain why I get this horrible black windows explorer address bar when I use the "right click and open folder location" option on a folder. Where has the Aero themed header gone? This doesn't happen when I... |
BSOD Help and Support |
Our Sites |
Site Links |
About Us |
Find Us |
Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd All times are GMT -5. The time now is 16:35. |
![]() ![]() ![]() ![]() ![]() |