How to adjust size of minimize maximize close buttons

rdorrance

New Member
Messages
3
I was able to adjust (make bigger) the size of these buttons using REGEDIT. It worked for Internet Explorer, Control Panel, and Regedit. Strangely, those settings do not control the MMC buttons in Microsoft Office applications. Does anyone know how to adjust these buttons in Office?
 

My Computer

System One

  • OS
    8.1
    Computer type
    Laptop
    System Manufacturer/Model
    lenovo yoga
    Browser
    IE
    Antivirus
    Windows Defender
Office, since probably at least Office 2000, has always been a testing ground for new UI concepts for Microsoft. Office 2000 introduced a "flat" style that was all the rage for a time, then Office 2007 saw the dawn of the Ribbon UI. Over on the Mac side you saw the formatting pallet, which is sort of like an early predecessor to the Ribbon UI in the v.X and 2004 versions.

So every Office version will require its own set of hacks to do things like you want. Office GUI controls don't necessarily correspond to the Windows GUI controls. That goes double for VBA userforms, which are an offshoot of VB6 controls. The newer ActiveX controls you can use in other parts of Office don't apply to VBA userforms sadly.
 

My Computer

System One

  • OS
    8.1
What about Min/Max/Close Buttons on Windows 8.1? I wanted to know how to reduce the width of the close buttons. I already made another thread on this, but it keeps getting passed by (and someone who makes themes has to know what I can use to edit the resource.)
 

My Computer

System One

  • OS
    Windows 8 x64 Professional
    Computer type
    PC/Desktop
    System Manufacturer/Model
    HP xw8600 Workstation
    CPU
    Two Intel Xeon Core2 Quad 3.2 GHz Processors
    Motherboard
    Proprietary
    Memory
    16 GB DDR2 800 MHz
    Graphics Card(s)
    nVidia Quadro FX 3800 PCI-E
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    Samsung SyncMaster 213T 21" 4x3 Flat Screen
    Screen Resolution
    1600x1200
    Hard Drives
    Two Seagate Cheetah 300 GB SAS Disks
    PSU
    Proprietary
    Case
    HP xw8600 Workstation Case
    Cooling
    Two CPU Fans and a Larger Case Fan
    Keyboard
    PS/2 Keyboard
    Mouse
    Logitech USB Optical Mouse
    Internet Speed
    7 mbps
    Browser
    Firefox ESR 102
    Antivirus
    Windows Defender
    Other Info
    Two LSI 3000 SAS Adapters
What about Min/Max/Close Buttons on Windows 8.1? I wanted to know how to reduce the width of the close buttons. I already made another thread on this, but it keeps getting passed by (and someone who makes themes has to know what I can use to edit the resource.)
Size of font in the Title bar will also reduce or make buttons larger.
 

My Computer

System One

  • OS
    Windows 8.1 Pro
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Home made
    CPU
    AMD Ryzen7 2700x
    Motherboard
    Asus Prime x470 Pro
    Memory
    16GB Kingston 3600
    Graphics Card(s)
    Asus strix 570 OC 4gb
    Hard Drives
    Samsung 960 evo 250GB
    Silicon Power V70 240GB SSD
    WD 1 TB Blue
    WD 2 TB Blue
    Bunch of backup HDDs.
    PSU
    Sharkoon, Silent Storm 660W
    Case
    Raidmax
    Cooling
    CCM Nepton 140xl
    Internet Speed
    40/2 Mbps
    Browser
    Firefox
    Antivirus
    WD
The images in the Close, Minimize, and Maximize buttons are actually characters in a special system font designed for the purpose. Normally this font is scaled to fit the height of the Title bar. I believe this has been the case since the early days of Windows. I am not aware of any method whereby the user can override this. If they wish applications can override all of this and draw the entire caption bar themselves. Most do not.

The technology for scaling fonts has been around for a long time and it works well. Scaling of actual images like bitmaps often does not produce good results.

Edit: You really don't want to be modifying system fonts.
 

My Computer

System One

  • OS
    Windows 7
    Computer type
    PC/Desktop
The images in the Close, Minimize, and Maximize buttons are actually characters in a special system font designed for the purpose. .... You really don't want to be modifying system fonts.

Fonts and character sizes I'm OK with. The attached image should demonstrate what I'm after (I hope...lol)
:)

Close Buttons.jpg

PS. I attempted working with Windows Style Builder, but it can't seem to apply the theme (sniff...)
 

My Computer

System One

  • OS
    Windows 8 x64 Professional
    Computer type
    PC/Desktop
    System Manufacturer/Model
    HP xw8600 Workstation
    CPU
    Two Intel Xeon Core2 Quad 3.2 GHz Processors
    Motherboard
    Proprietary
    Memory
    16 GB DDR2 800 MHz
    Graphics Card(s)
    nVidia Quadro FX 3800 PCI-E
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    Samsung SyncMaster 213T 21" 4x3 Flat Screen
    Screen Resolution
    1600x1200
    Hard Drives
    Two Seagate Cheetah 300 GB SAS Disks
    PSU
    Proprietary
    Case
    HP xw8600 Workstation Case
    Cooling
    Two CPU Fans and a Larger Case Fan
    Keyboard
    PS/2 Keyboard
    Mouse
    Logitech USB Optical Mouse
    Internet Speed
    7 mbps
    Browser
    Firefox ESR 102
    Antivirus
    Windows Defender
    Other Info
    Two LSI 3000 SAS Adapters
caption width

Jody: As I said at the start of this thread, I was successful in increasing the height of the MMC buttons using regedit. This adjustment works in most windows EXCEPT MS Office. I did not care about the width of the buttons.

However, in the system registry, regedit, in the same setting area I used for height, is a setting for CAPTIONWIDTH. I suspect you can reduce the width of the all three buttons using that setting, excluding Office.

RD
 

My Computer

System One

  • OS
    8.1
    Computer type
    Laptop
    System Manufacturer/Model
    lenovo yoga
    Browser
    IE
    Antivirus
    Windows Defender
The technology for scaling fonts has been around for a long time and it works well. Scaling of actual images like bitmaps often does not produce good results.

You can scale bitmap images DOWN just fine, it's when you want to try and scale them UP that you're going to start to see the limitations of the format. Forget where it was I heard this, but apparently the guy credited with creating the pixel was of the mind that the square was the worst possible shape to use. So naturally that's what we've been stuck with ever since. :p
 

My Computer

System One

  • OS
    8.1
However, in the system registry, regedit, in the same setting area I used for height, is a setting for CAPTIONWIDTH. I suspect you can reduce the width of the all three buttons using that setting, excluding Office.

RD

I was asleep apparently (you know when you read what you want to see? LOL) Thanks for the heads up, which means I have homework tonight.
:)
 

My Computer

System One

  • OS
    Windows 8 x64 Professional
    Computer type
    PC/Desktop
    System Manufacturer/Model
    HP xw8600 Workstation
    CPU
    Two Intel Xeon Core2 Quad 3.2 GHz Processors
    Motherboard
    Proprietary
    Memory
    16 GB DDR2 800 MHz
    Graphics Card(s)
    nVidia Quadro FX 3800 PCI-E
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    Samsung SyncMaster 213T 21" 4x3 Flat Screen
    Screen Resolution
    1600x1200
    Hard Drives
    Two Seagate Cheetah 300 GB SAS Disks
    PSU
    Proprietary
    Case
    HP xw8600 Workstation Case
    Cooling
    Two CPU Fans and a Larger Case Fan
    Keyboard
    PS/2 Keyboard
    Mouse
    Logitech USB Optical Mouse
    Internet Speed
    7 mbps
    Browser
    Firefox ESR 102
    Antivirus
    Windows Defender
    Other Info
    Two LSI 3000 SAS Adapters
I was able to adjust (make bigger) the size of these buttons using REGEDIT. It worked for Internet Explorer, Control Panel, and Regedit. Strangely, those settings do not control the MMC buttons in Microsoft Office applications. Does anyone know how to adjust these buttons in Office?

Hi Rdorrance:

I noticed that the default for CAPTIONWIDTH sits at -330. I've tried -220 and 120 with no change whatsoever. Did you use the WindowsMetrics key in HKEY_CURRENT_USER or HKEY_DEFAULT?

I'd be interested in what you tried. This sounds quite hopeful.
 

My Computer

System One

  • OS
    Windows 8 x64 Professional
    Computer type
    PC/Desktop
    System Manufacturer/Model
    HP xw8600 Workstation
    CPU
    Two Intel Xeon Core2 Quad 3.2 GHz Processors
    Motherboard
    Proprietary
    Memory
    16 GB DDR2 800 MHz
    Graphics Card(s)
    nVidia Quadro FX 3800 PCI-E
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    Samsung SyncMaster 213T 21" 4x3 Flat Screen
    Screen Resolution
    1600x1200
    Hard Drives
    Two Seagate Cheetah 300 GB SAS Disks
    PSU
    Proprietary
    Case
    HP xw8600 Workstation Case
    Cooling
    Two CPU Fans and a Larger Case Fan
    Keyboard
    PS/2 Keyboard
    Mouse
    Logitech USB Optical Mouse
    Internet Speed
    7 mbps
    Browser
    Firefox ESR 102
    Antivirus
    Windows Defender
    Other Info
    Two LSI 3000 SAS Adapters
In the meantime, I tried appiying the value -250 and even -270 to the CAPTIONWIDTH string, but no go. CAPTIONHEIGHT does register height changes, but not width. I'll try Windows Style Builder and see where I get. If anyone can chime in and be of assistance, I really appreciate it.
 

My Computer

System One

  • OS
    Windows 8 x64 Professional
    Computer type
    PC/Desktop
    System Manufacturer/Model
    HP xw8600 Workstation
    CPU
    Two Intel Xeon Core2 Quad 3.2 GHz Processors
    Motherboard
    Proprietary
    Memory
    16 GB DDR2 800 MHz
    Graphics Card(s)
    nVidia Quadro FX 3800 PCI-E
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    Samsung SyncMaster 213T 21" 4x3 Flat Screen
    Screen Resolution
    1600x1200
    Hard Drives
    Two Seagate Cheetah 300 GB SAS Disks
    PSU
    Proprietary
    Case
    HP xw8600 Workstation Case
    Cooling
    Two CPU Fans and a Larger Case Fan
    Keyboard
    PS/2 Keyboard
    Mouse
    Logitech USB Optical Mouse
    Internet Speed
    7 mbps
    Browser
    Firefox ESR 102
    Antivirus
    Windows Defender
    Other Info
    Two LSI 3000 SAS Adapters
Hmmmmm - it seems that doesn't work. Style Builder cannot apply the themes (and I used it successfully the same way in Vista). Oh well.

Again, If anyone has some insight, I would tremendously appreciate it. I simply want to make the close button more square shaped like XP, but not rectangular.
 

My Computer

System One

  • OS
    Windows 8 x64 Professional
    Computer type
    PC/Desktop
    System Manufacturer/Model
    HP xw8600 Workstation
    CPU
    Two Intel Xeon Core2 Quad 3.2 GHz Processors
    Motherboard
    Proprietary
    Memory
    16 GB DDR2 800 MHz
    Graphics Card(s)
    nVidia Quadro FX 3800 PCI-E
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    Samsung SyncMaster 213T 21" 4x3 Flat Screen
    Screen Resolution
    1600x1200
    Hard Drives
    Two Seagate Cheetah 300 GB SAS Disks
    PSU
    Proprietary
    Case
    HP xw8600 Workstation Case
    Cooling
    Two CPU Fans and a Larger Case Fan
    Keyboard
    PS/2 Keyboard
    Mouse
    Logitech USB Optical Mouse
    Internet Speed
    7 mbps
    Browser
    Firefox ESR 102
    Antivirus
    Windows Defender
    Other Info
    Two LSI 3000 SAS Adapters
Back
Top