
| Modifying .dlls | ||
| DLLs that are used by many programs can be changed, thereby giving a system-wide change. | ||
| 3D effects - ctl3d.dll | |||
Notes:
| |||
| Common dialogues - commdlg.dll | |||||
commdlg.dll in the windows\system directory provides several dialogues which are common to several programs, such as open/save dialogues. It is yet another resource which you can't directly edit as it is in use when Windows is running; you must modify a copy. There are several things you can modify:
38 - this contains the bitmap used in the font dialogue box to signify a Truetype or Printer font. I changed mine so that the bottom-right T was dark blue. The bottom copy of the bitmaps (with the magenta background) is used for the selected font on some (but not all) programs.
1536 & 1537 - open/save dialogues. It's not clear what 1537 is in aid of, as only 1536 seems to be used. You can do what you like with these; the most useful thing is to enlarge the list boxes so you can see more files and/or directories at once. You could also change the text; for example, you could change "directory" to "folder", if you prefer that. Note: Windows automatically moves and resizes the file name edit box to exactly the same left and width values as the files list box, so bear this in mind when you edit this dialogue. Here is a picture of my Open dialogue. 1543 - font dialogue. You can change the sample text.
| |||||