Friday, July 13, 2012

Customizing RUN Dialog Box in Windows 7/XP Using Resource Hacker


 1
1).DOWNLOAD RESOURCE HACKER TOOL..
http://www.angusj.com/resourcehacker/reshack_setup.exe


2)Download the Mickey Mouse BMP file and progress AVI file using following link:
http://www.deviantart.com/download/41511086/my_run_dialog_box_v2_0_by_vishal_gupta-dopq5q.zip

3)OPEN C:\Windows\System32\en-US\shell32.dll.mui   File in resource hacker.

4)Add  the bit map and give it name 405 language 1033 (You can give any name but this is what I gave in my Shell32.dll file, You have to give it same if you want to copy the same code as I'm posting here).

5)Add the AVI and give it name 111.

6)now go to Dialog -> 1003 -> 1033 and replace existing code with the following code:


1003 DIALOGEX 0, 0, 432, 245
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_NOIDLEMSG | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Run Dialog Box Hacked by Vishal Gupta"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS SHELL DLG"
{
CONTROL "", 12298, COMBOBOX, CBS_SIMPLE | CBS_AUTOHSCROLL | CBS_DISABLENOSCROLL | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 218, 95, 182, 13
CONTROL "&Go", 1, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 247, 117, 50, 14
CONTROL "&Locate...", 12288, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 309, 117, 50, 14
CONTROL 405, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_GROUP, 0, 0, 208, 122
CONTROL "#111", 0, "SysAnimate32", ACS_CENTER | ACS_TRANSPARENT | ACS_AUTOPLAY | WS_CHILD | WS_VISIBLE, 200, 35, 133, 9
CONTROL "", 0, "SysDateTimePick32", DTS_LONGDATEFORMAT | WS_CHILD | WS_VISIBLE, 170, 206, 130, 14
CONTROL "", 0, "SysDateTimePick32", DTS_SHORTDATEFORMAT | DTS_UPDOWN | DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE, 330, 206, 60, 14
}

7)Now compile the script and save the file. as shell32.dll.mui  desktop

8) change permission shell32.dll.mui.(C:\Windows\System32\en-US\shell32.dll.mui )

9)permission change using

Replace Shell32.dll via GUI (Not Recommended)

http://windows7themes.net/how-to-replace-shell32-dll.html

10)rename shell32.dll.mui file like.....shell32original.dll.mui 

11)after copy shell32.dll.mui from desktop pest on C:\Windows\System32\en-US\shell32.dll.mui this location..after these process...
12)log off or restart pc ....and see the changes  


enjoy....vijay pawar