MiKl Posted November 1, 2017 Posted November 1, 2017 Hi guys, sorry, didn't wanted to start a new thread for a question that may have come up a thousand times already. The need arised that the 'run' window is wider and after activating 'thick frame' through a resourcehacker the window is resizable but the content, especially the 'open'-combobox does not increase in size (horizontally) along with it. Is this not possible or am I just blind ??
jumper Posted November 2, 2017 Posted November 2, 2017 (edited) Don't make the Run Dialog resizable, make it wider. Also the child combobox control. Are you editing Shell32.dll Resource Dialog 1003? 1003 DIALOG 0, 0, 227, 85STYLE DS_SETFONT | DS_MODALFRAME | DS_NOIDLEMSG | DS_3DLOOK | DS_CONTEXTHELP | WS_BORDER | WS_DLGFRAME | WS_POPUP | WS_SYSMENU CAPTION "Run" FONT 8, "MS Shell Dlg" BEGIN CONTROL "160", 12297, STATIC, DS_ABSALIGN | DS_SYSMODAL | WS_CHILD | WS_VISIBLE, 7, 11, 18, 20 CONTROL "Type the name of a program, folder, document, or Internet resource, and Windows will open it for you.", 12289, STATIC, WS_CHILD | WS_GROUP | WS_MINIMIZEBOX | WS_VISIBLE, 36, 11, 182, 18 CONTROL "&Open:", 12305, STATIC, WS_CHILD | WS_GROUP | WS_MINIMIZEBOX | WS_VISIBLE, 7, 39, 24, 10 CONTROL "&Open:", 12298, COMBOBOX, DS_SYSMODAL | DS_SETFONT | DS_CENTER | WS_CHILD | WS_MAXIMIZEBOX | WS_TABSTOP | WS_VISIBLE | WS_VSCROLL, 36, 37, 183, 100 CONTROL "OK", 1, BUTTON, DS_ABSALIGN | WS_CHILD | WS_MAXIMIZEBOX | WS_TABSTOP | WS_VISIBLE, 62, 63, 50, 14 CONTROL "Cancel", 2, BUTTON, WS_CHILD | WS_MAXIMIZEBOX | WS_TABSTOP | WS_VISIBLE, 116, 63, 50, 14 CONTROL "&Browse...", 12288, BUTTON, WS_CHILD | WS_MAXIMIZEBOX | WS_TABSTOP | WS_VISIBLE, 170, 63, 50, 14 END Edited November 2, 2017 by jumper Can't get both horizontal-scroll and bold highlighting to work together. :(
creopard Posted October 15, 2019 Posted October 15, 2019 Wow, the IPTest Tool for Win9x is really cool!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now