ju
Fri Sep 19 21:46:18 PDT 2008
You're welcome, and thank you for letting me know how it went.
ju.c
"Andre" <Andre@discussions.microsoft.com> wrote in message news:A0E0AD86-73F7-45DE-8AA3-E6C8F6B723CD@microsoft.com...
> Thanks ju.c, That did the trick and my dialog is back to normal again. Had
> to start with the CD though and copy from the file while in repair mode, I
> could'nt get sharpcopy to copy the file while windows is running. Thanks
> Again.
>
>
> "ju.c" wrote:
>
>> Cause: Fonts sizes and display settings are not working properly with COMDLG32.DLL.
>> Solution: Modify COMDLG32.DLL to increase the input box size.
>>
>>
>> Instructions:
>>
>> 1. Download 'Resource Hacker' and install it:
>>
http://www.angusj.com/resourcehacker/
>> 2. Download 'CopySharp' and install it:
>> Info:
http://www.amitchaudhary.com/
>> Download:
http://www.amitchaudhary.com/CopySharp.zip
>> 3. Open the Run box and enter:
>> xcopy C:\WINDOWS\system32\COMDLG32.DLL C:\WINDOWS\system32\COMDLG32.DLL.bak
>> 4. Run 'Resource Hacker' and open:
>> C:\WINDOWS\system32\COMDLG32.DLL
>> 5. Expand "Dialog".
>> 6. Expand "CHOOSECOLOR".
>> 7. Click on "1033".
>> 8. In the right side window, change the "18" to "20"
>> (..., 18, 12) to (..., 20, 12)
>>
>> CONTROL "", 703, EDIT, ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP |
>> WS_TABSTOP, 216, 124, 18, 12
>> CONTROL "&Sat:", 724, STATIC, SS_RIGHT | WS_CHILD | WS_VISIBLE | WS_GROUP, 194, 140, 20, 9
>> CONTROL "", 704, EDIT, ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP |
>> WS_TABSTOP, 216, 138, 18, 12
>> CONTROL "&Lum:", 725, STATIC, SS_RIGHT | WS_CHILD | WS_VISIBLE | WS_GROUP, 194, 154, 20, 9
>> CONTROL "", 705, EDIT, ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP |
>> WS_TABSTOP, 216, 152, 18, 12
>> CONTROL "&Red:", 726, STATIC, SS_RIGHT | WS_CHILD | WS_VISIBLE | WS_GROUP, 243, 126, 24, 9
>> CONTROL "", 706, EDIT, ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP |
>> WS_TABSTOP, 269, 124, 18, 12
>> CONTROL "&Green:", 727, STATIC, SS_RIGHT | WS_CHILD | WS_VISIBLE | WS_GROUP, 243, 140, 24,
>> 9
>> CONTROL "", 707, EDIT, ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP |
>> WS_TABSTOP, 269, 138, 18, 12
>> CONTROL "Bl&ue:", 728, STATIC, SS_RIGHT | WS_CHILD | WS_VISIBLE | WS_GROUP, 243, 154, 24,
>> 9
>> CONTROL "", 708, EDIT, ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP |
>> WS_TABSTOP, 269, 152, 18, 12
>>
>> (If your numbers are different just increase your number that's in the
>> same place as 18 above by 2)
>>
>> 9. Click on 'Compile Script', at top.
>> 10. Select from the menu 'File/Save As ...' and save to 'C:\COMDLG32.DLL'
>> 11. Now you need to swap the file with the one in system32, but you can
>> only do so when Windows isn't running, so...
>> 12. Open CopySharp and copy 'C:\COMDLG32.DLL' to 'C:\WINDOWS\system32\'
>> overwriting the old.
>> 13. Restart and test it out!
>> 14. Also, save a copy of your modified COMDLG32.DLL in case you
>> need to replace it again. And make a copy in 'C:\WINDOWS\system32\dllcache'
>> I keep two backups:
>> COMDLG32.DLL_SP3_Original.bak
>> COMDLG32.DLL_SP3_Modified.bak
>>
>>
>> Note: If CopySharp doesn't work you'll need a boot CD to copy your modified COMDLG32.DLL
>>
>> Damn Small Linux 50 MB
>>
http://www.damnsmalllinux.org/download.html
>>
>> BitDefender Rescue CD 228 MB
>>
http://download.bitdefender.com/rescue_cd/
>>
>>
>> ju.c
>>
>>
>> "Andre" <Andre@discussions.microsoft.com> wrote in message
>> news:ADA08C49-BD1D-4EB6-8C57-BD63664DD352@microsoft.com...
>> > I have a strange problem all of a sudden (although I suspect this started
>> > after installing Win XP SP3) If I open the color dialog, this is the
>> > standard color dialog windows bring up when one want to change colors ie
>> > display settings | desktop | color | other, one can then enter a 3 digit
>> > number for RGB (for example orange would be R 259 B 128 G 64) Althoug it
>> > show 3 digits or actually it show 2 digits and half of the third when using
>> > the slider, but you can only Type 2 Digits, it won't allow you a third digit.
>> > I have posted this on various forums and no-body seem to have an answer.
>> > So far I tried. Uninstall WinXP SP3, Reinstall office 2003, frontpage
>> > 2003, change the font from 96dpi to 72dpi and back. Downloaded and
>> > installed the latest:
>> > Display driver, Sound and Intel Chipset drivers. I use this function a
>> > lot with webdesigning and would appreciate any help or ideas. Thanks
>>
>>