Larger ORG Dialog - an idea ...

Discuss and post your mods and scenarios here for others to download.
Post Reply
User avatar
thek3mu
Posts: 42
Joined: Fri Feb 14, 2025 5:53 am

Larger ORG Dialog - an idea ...

Post 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 18 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.)
Post Reply

Return to “Mods and Scenarios”