Page 1 of 1

Larger ORG Dialog - an idea ...

Posted: Mon Mar 02, 2026 5:32 am
by thek3mu
... ah oui, et plus d'espace pour la vieille garde.
... ah oui, et plus d'espace pour la vieille garde.
largerORGview.png (752.69 KiB) Viewed 23 times
... just an idea. give yourself (and the Old Guard) a little bit more space with a simple tweak to the Dialog resource of 'ORGDIALOG: 1033' (BGW.EXE, NIR.EXE and PTW.EXE).

grab https://www.angusj.com/resourcehacker/ and start hacking - enjoy!

Code: Select all

ORGDIALOG DIALOG 0, 0, 250, 220
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_TOOLWINDOW
CAPTION "Organization Dialog"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Sans Serif"
{
   CONTROL "Tree", 101, "SysTreeView32", TVS_HASBUTTONS | TVS_HASLINES | TVS_SHOWSELALWAYS | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP, 3, 3, 244, 214 
}
(...and nope, it still doesn't auto-expand the treeview.)