Runescape ClassicKBD Private Server Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

title bar covering top of screen.

2 posters

Go down

title bar covering top of screen. Empty title bar covering top of screen.

Post  Juiced Thu Feb 21, 2019 7:35 am

yo, if anyone else has this problem i found a work around.  its not ideal, but it works.  

title bar covering top of screen. 3689c6b0054862be014c93b75db4154a

see the actual bank option was covered for me.  
so what you do is download ahk (https://www.autohotkey.com/)
open up notepad

copy this exactly into notepad

;-Caption
LWIN & LButton::
WinSet, Style, -0xC00000, A
return
;

;+Caption
LWIN & RButton::
WinSet, Style, +0xC00000, A
return
;


then save the notepad document as title.ahk and save it.  then find the title.ahk file you just made open it with AHK. and it should just be working.  

to use it, hold down the left windows key and click a window to remove the title bar
should look like this
title bar covering top of screen. 3a2f781cc11a5ce45bf5766bb715695a

to restore the title bar, hold the left windows key and right click.

Juiced

Posts : 14
Join date : 2017-05-07

Back to top Go down

title bar covering top of screen. Empty Re: title bar covering top of screen.

Post  Brwn Tue Mar 05, 2019 6:43 pm

This happened to me also, Here's what I did:

I have Windows 10, and the solution was to change the registry at
HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics.
The following registry .reg file will make the titlebar thinner, the titlebar text smaller, scroll bars thinner and the border padding as thin as possible.
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"CaptionHeight"="-285"
"CaptionWidth"="-285"
"CaptionFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,\
00,00,00,01,00,00,05,00,53,00,65,00,67,00,6f,00,65,00,20,00,55,00,49,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"ScrollWidth"="-240"
"ScrollHeight"="-240"
"PaddedBorderWidth"="0"

Remember to export the WindowMetrics key before you start modifying it, just in case you need to revert to the defaults after having messed something up. You also need to log out and back in again to see the changes.

For CaptionHeight and CaptionWidth, use the following formula: -15*desired height in pixels. For example, to set the title bar height to 18px, set the CaptionHeight value to -15*18, resulting in -270.

For ScrollWidth and ScrollHeight, the default value is -255. A higher value (ex: -1000) will give you a wider scrollbar, and lower value (ex: -100) will give you a thinner scrollbar.

Brwn
Owner

Posts : 563
Join date : 2012-10-12
Location : Washington, United States

http://www.rsckbd.forummotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum