Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 30-06-2007, 08:55 AM   #1 (permalink)
BlackBerry Guru ! :)
 
BBThumbHealer's Avatar
 
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
Wink TUTORIAL : Modded System Files using Resource Hacker


Hi Guys,

Was having the fever of making my Windows look different than what actually is...so i tried my hands on Resource Hacker ! Now , its in front of u what i have created...

i m gonna post the codes n exact tutorial so that other members can also use this .

Before i start :: here are some pts,

1. First of all , Thnx to Mr. Vista who helped me whenevr needed..

2. all the images which i m uploading on imagevenue.com are in jpg's...u can open it in paint n then save as 24 bit BMP..

3. u need to disable windows file protection .... get patch from here

http://fileforum.betanews.com/detail...r/1106499902/1

4. u need replacer to replace the files that r in system use

http://www3.telus.net/_/replacer/Replacer.zip

5. Its gonna be a very long tutorial ...so i'll keep adding hour by hour coz i can't devote a large amt of time to PC....


::::::::::Now i start ::::::


(i.) First we take on shell32.dll

For this , open %windir%\system32\shell32.dll in resource hacker !

a) Process Dialog Box




1. Save this pic :::: [img=http://img141.imagevenue.com/loc421/th_71174_JenniferLopez0061_122_421lo.JPG]

2. Save the pics in .bmp format and then click on Action<Add New Resource<Open the .bmp ... give it the name 701 and language 1033..

3. Go To Dialog <1020<1033..Replace the code in right hand pane with the following....

Code:
1020 DIALOGEX 20, 20, 266, 160
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION ""
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS SHELL DLG"
{
   CONTROL 701, -1, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE, 0, 0, 400, 48 
   CONTROL "", 103, STATIC, SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 125, 37, 133, 10 
   CONTROL "", 102, STATIC, SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 117, 143, 145, 10 
   CONTROL "", 104, "msctls_progress32", WS_CHILD | WS_VISIBLE, 102, 76, 158, 30 
   CONTROL "", 105, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE, 103, 56, 155, 10 
   CONTROL "Current file:", 2, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 117, 121, 40, 10 
}
4. Save the file as shell32.dll in ur desired location..

5. Replace the in use shell32.dll file with the newly created file with help of replace . Reboot to see changes....


b) Unknown File Type Box




1. Save this pic ::: [img=http://img159.imagevenue.com/loc1118/th_71865_angelina0011_122_1118lo.JPG]

2. convert & add this bitmap with name of 703.

3. Goto dialog 1091<1033

4. Replace code with this ::

Code:
1091 DIALOGEX 0, 0, 397, 276
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_CENTER | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Windows"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
   CONTROL 703, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 1, 65527, 400, 287 
   CONTROL 134, 12297, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 21, 20 
   CONTROL "Unable To Open File", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 36, 7, 75, 8 
   CONTROL "File :", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 36, 23, 20, 8 
   CONTROL "", 13582, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE | WS_GROUP, 60, 23, 135, 8 
   CONTROL "U Can search Web for a program or select from a list", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 9, 39, 174, 11 
   CONTROL "Select Action :-", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 9, 64, 59, 8 
   CONTROL "Search Web", 13578, BUTTON, BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 9, 86, 59, 10 
   CONTROL "&Select from a list", 13579, BUTTON, BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 9, 99, 77, 10 
   CONTROL "Done", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 9, 125, 50, 14 
   CONTROL "Exit", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 74, 125, 50, 14 
}
5. Save the file as shell32.dll in ur desired location..

6. Replace the in use shell32.dll file with the newly created file with help of replace . Reboot to see changes....


c) Open With Box




1) Save this file :::
[img=http://img11.imagevenue.com/loc738/th_72225_bey14h_122_738lo.JPG]

2.convert n add this bitmap with name of 705. Go to dialog < 1063<1033

3. Replace code wid this

Code:
1063 DIALOGEX 0, 0, 467, 325
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_CENTER | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Program"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
   CONTROL 705, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 1, 2, 60, 60 
   CONTROL 134, 12297, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 21, 20 
   CONTROL "Choose Program", 12291, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 36, 7, 65, 8 
   CONTROL "File -: ", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 36, 23, 20, 8 
   CONTROL "", 13582, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE | WS_GROUP, 60, 23, 107, 8 
   CONTROL "&Programs", -1, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 6, 36, 183, 181 
   CONTROL "", 13829, "SysTreeView32", TVS_SHOWSELALWAYS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 13, 50, 162, 129 , 0x00000200
   CONTROL "&Always Use This Program", 13577, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 15, 185, 100, 10 
   CONTROL "&Browse...", 13581, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 127, 198, 50, 14 
   CONTROL "Search <A ID=\"Browse\">for the appropriate program on the Web</A>.", 13585, "SysLink", 0x50010000, 7, 225, 213, 16 
   CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 9, 302, 50, 14 
   CONTROL "Cancel", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 69, 302, 50, 14 
}
4. Save the file as shell32.dll in ur desired location..

5. Replace the in use shell32.dll file with the newly created file with help of replace . Reboot to see changes....


d) Format Drive Box



1) Save this pic as bmp :: http://img175.imagevenue.com/view.ph..._122_413lo.JPG

2. add this bmp with name of 704...Go to dialog 28672<1033.

3) Replace code with this ::

Code:
28672 DIALOGEX 50, 50, 466, 323
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Format"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
   CONTROL 704, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 1, 1, 60, 60 
   CONTROL "&Go", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 56, 206, 50, 14 
   CONTROL "&Exit", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 110, 206, 50, 14 
   CONTROL "Storage", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 7, 6, 31, 9 
   CONTROL "", 28673, COMBOBOX, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 7, 17, 153, 200 
   CONTROL "&File system", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 7, 35, 43, 9 
   CONTROL "", 28677, COMBOBOX, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 7, 46, 153, 200 
   CONTROL "", 28678, "msctls_progress32", WS_CHILD | WS_VISIBLE, 7, 181, 153, 8 
   CONTROL "&Unit size", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 7, 64, 33, 9 
   CONTROL "", 28680, COMBOBOX, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 7, 75, 153, 200 
   CONTROL "&Dive Name", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 7, 93, 41, 9 
   CONTROL "", 28679, EDIT, ES_LEFT | ES_AUTOHSCROLL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 7, 103, 153, 13 
   CONTROL "Format &options", 4610, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 7, 122, 131, 51 
   CONTROL "&Quick Format", 28674, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 12, 135, 61, 10 
   CONTROL "&Enable Compression", 28675, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 12, 146, 84, 10 
   CONTROL "Create an &MS-DOS startup disk", 28681, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 12, 157, 120, 10 
}
4. Save the file as shell32.dll in ur desired location..

5. Replace the in use shell32.dll file with the newly created file with help of replace . Reboot to see changes....


e) File n Folder Replace Dialog Box

. --- FILE REPLACE




1. ) Save this .bmp ::::

http://img185.imagevenue.com/img.php..._122_358lo.JPG

2. Add this bmp by the name of 706...

3. go to 1014 < 1033...replace the code

Code:
1014 DIALOGEX 0, 0, 534, 367
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Confirm File Replace"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
   CONTROL 706, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 0, 65534, 533, 369 
   CONTROL "&Go", 6, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 164, 53, 14 
   CONTROL "&All", 12807, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 67, 164, 53, 14 
   CONTROL "&Nope", 7, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 127, 164, 53, 14 
   CONTROL "Quit", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 187, 164, 45, 14 
   CONTROL 146, -1, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 10, 10, 21, 20 
   CONTROL "Duplicate File Detected'%2'.", 12291, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE | WS_GROUP, 41, 10, 185, 11 
   CONTROL "Duplicate Read Only '%2' Detected.", 12292, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE | WS_GROUP, 42, 10, 187, 20 
   CONTROL "Duplicate system file'%2' Detected.", 12293, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE | WS_GROUP, 41, 10, 187, 10 
   CONTROL "Wanna Replace ?", -1, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE | WS_GROUP, 41, 35, 67, 10 
   CONTROL "(unknown date and size)", 12302, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE | WS_GROUP, 79, 51, 152, 18 
   CONTROL "", 12300, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 51, 49, 21, 20 
   CONTROL "With This ?", -1, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE | WS_GROUP, 41, 75, 47, 10 
   CONTROL "(unknown date and size)", 12303, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE | WS_GROUP, 79, 91, 153, 18 
   CONTROL "", 12301, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 51, 89, 21, 20 
}
4. Save the file as shell32.dll in ur desired location..

5. Replace the in use shell32.dll file with the newly created file with help of replace . Reboot to see changes....


....--- FOLDER REPLACE




1. Save this image as bmp :::: http://img125.imagevenue.com/img.php...122_1041lo.JPG

2. add this with the name of 707 ...

3 .goto dialog 1015<1033

Code:
1015 DIALOGEX 0, 0, 465, 325
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Confirm Folder Replace"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
   CONTROL 707, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 65535, 0, 466, 323 
   CONTROL "&Go", 6, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 33, 101, 53, 14 
   CONTROL "&All", 12807, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 91, 101, 53, 14 
   CONTROL "&Nope", 7, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 151, 101, 53, 14 
   CONTROL "&Quit", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 91, 122, 53, 14 
   CONTROL 146, -1, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 10, 10, 21, 20 
   CONTROL "Duplicate Folder Detetcted '%2'.\n\nIf duplicate folder has entries with same name, they'll get\nreplaced !\nWanna continue ?", 12291, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD | WS_VISIBLE | WS_GROUP, 61, 4, 190, 42 
}
4. Save the file as shell32.dll in ur desired location..

5. Replace the in use shell32.dll file with the newly created file with help of replace . Reboot to see changes....


This Marks the end of modification of shell32.dll ...


(ii) Hacking Time Date Properties Box

Open %windir%\system32\timedate.cpl




1. Save this pic as a bmp ::: http://img120.imagevenue.com/img.php..._122_842lo.JPG


2. add this bmp with the name of 802.

3. goto dialog 1<1033 & ...Replace code with folllowing code ::

Code:
1 DIALOGEX 0, 0, 532, 367
STYLE DS_FIXEDSYS | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Date & Time"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
   CONTROL 802, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 65534, 65535, 533, 369 
   CONTROL "&Date", 103, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 4, 9, 122, 125 
   CONTROL "Month", -1, STATIC, SS_LEFT | WS_CHILD | WS_GROUP, 10, 17, 0, 0 
   CONTROL "", 713, COMBOBOX, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 11, 23, 50, 118 
   CONTROL "Year", -1, STATIC, SS_LEFT | WS_CHILD | WS_GROUP, 67, 17, 0, 0 
   CONTROL "", 706, EDIT, ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 64, 23, 42, 13 
   CONTROL "", 714, "msctls_updown32", UDS_WRAP | UDS_SETBUDDYINT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | WS_CHILD | WS_VISIBLE, 110, 23, 10, 12 
   CONTROL "Day", -1, STATIC, SS_LEFT | WS_CHILD | WS_GROUP, 10, 37, 0, 0 
   CONTROL "", 711, "CalWndMain", 0x50810000, 11, 46, 108, 80 
   CONTROL "&Time", 104, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 6, 140, 112, 115 
   CONTROL "", 712, "ClockWndMain", 0x50000000, 16, 153, 90, 90 
   CONTROL "Current time zone:  %s", 716, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 2, 272, 188, 8 
}
4. Similarly ,goto dialog 10<1033 & ...Replace code with folllowing code ::

Code:
10 DIALOGEX 0, 0, 532, 367
STYLE DS_FIXEDSYS | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Date & Time"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
   CONTROL 802, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 65534, 65535, 533, 369 
   CONTROL "&Date", 103, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 4, 9, 122, 125 
   CONTROL "Month", -1, STATIC, SS_LEFT | WS_CHILD | WS_GROUP, 10, 17, 0, 0 
   CONTROL "", 713, COMBOBOX, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 11, 23, 50, 118 
   CONTROL "Year", -1, STATIC, SS_LEFT | WS_CHILD | WS_GROUP, 67, 17, 0, 0 
   CONTROL "", 706, EDIT, ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 64, 23, 42, 13 
   CONTROL "", 714, "msctls_updown32", UDS_WRAP | UDS_SETBUDDYINT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | WS_CHILD | WS_VISIBLE, 110, 23, 10, 12 
   CONTROL "Day", -1, STATIC, SS_LEFT | WS_CHILD | WS_GROUP, 10, 37, 0, 0 
   CONTROL "", 711, "CalWndMain", 0x50810000, 11, 46, 108, 80 
   CONTROL "&Time", 104, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 6, 140, 112, 115 
   CONTROL "", 712, "ClockWndMain", 0x50000000, 16, 153, 90, 90 
   CONTROL "Current time zone:  %s", 716, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 2, 272, 188, 8 
}
5. Save the file as timedate.cpl in ur desired location..

6. Replace the in use timedate.cpl file with the newly created file with help of replace . Reboot to see changes....


(iii) Changing Shut Down Box

open %windir%\system32\msgina.dll



1. Save this pic as a bmp ::http://img11.imagevenue.com/img.php?..._122_908lo.JPG
alongwid this ::: http://img157.imagevenue.com/img.php..._122_879lo.JPG

2. Go to bitmap 20140 and replace the bitmap there wid the anna68v..

3. Go to bitmap 20141 and replace the bitmap there wid the 1.

4. Go to bitmap 20142 and replace the bitmap there wid the anna68v..

5. Go to bitmap 20143 and replace the bitmap there wid the 1.

6. Goto dialog 20100<1033..replace code with following ::

Code:
20100 DIALOGEX 0, 0, 394, 238
STYLE DS_SYSMODAL | DS_SETFOREGROUND | WS_POPUP | WS_BORDER
CAPTION ""
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
   CONTROL "&Exit", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 236, 7, 40, 20 
   CONTROL "&Wait", 20104, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 285, 6, 22, 20 
   CONTROL "&Bye", 20103, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 315, 6, 22, 20 
   CONTROL "&Restart", 20105, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 344, 6, 43, 20 
   CONTROL "", 20108, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE | WS_DISABLED, 287, 31, 20, 8 
   CONTROL "", 20107, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE | WS_DISABLED, 317, 32, 21, 8 
   CONTROL "", 20109, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE | WS_DISABLED, 347, 32, 37, 8 
}
7. Save the file as msgina.dll in ur desired location..

8. Replace the in use msgina.dll file with the newly created file with help of replace . Reboot to see changes....

(iv) Modifying the Explorer.exe File

Open %windir%\explorer.exe

------ Start Menu & Taskbar Properties Box




1) Save this pic as a bmp :::: http://img40.imagevenue.com/img.php?..._122_813lo.JPG
2) add this bmp with the name of 184.

3) goto dialog 6<1033 ...Replace the code with the following ::

Code:
6 DIALOG 0, 0, 430, 298
STYLE DS_FIXEDSYS | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Taskbar"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
   CONTROL 184, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 65533, 65535, 433, 300 
   CONTROL "", 1111, STATIC, SS_BITMAP | SS_SUNKEN | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS, 13, 18, 223, 28 
   CONTROL "&Lock the taskbar", 1105, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 9, 102, 75, 10 
   CONTROL "A&uto-hide the taskbar", 1102, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 9, 115, 86, 10 
   CONTROL "Keep the &taskbar on top of other windows", 1101, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 9, 144, 151, 10 
   CONTROL "&Group similar taskbar buttons", 1104, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 9, 159, 113, 10 
   CONTROL "Show &Quick Launch", 1107, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 9, 129, 86, 10 
   CONTROL "", 1112, STATIC, SS_BITMAP | SS_SUNKEN | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS, 13, 126, 223, 28 
   CONTROL "Show the cloc&k", 1103, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 11, 216, 67, 10 
   CONTROL "&Hide inactive icons", 1000, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 11, 230, 81, 10 
   CONTROL "&Customize...", 1007, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 11, 271, 50, 14 
   CONTROL "Taskbar appearance", -1, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 4, 84, 159, 104 
   CONTROL "Notification area", -1, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 3, 195, 93, 98 
}
4. Save the file as explorer.exe in ur desired location..

5. Replace the in use explorer.exe file with the newly created file with help of replace . Reboot to see changes....

----------START MENU PROPERTIES BOX



1) Save this pic as a bmp ::: http://img5.imagevenue.com/img.php?i..._122_843lo.JPG

2) Add this bitmap with the name of 185.

3) Goto dialog 205<1033..replace with following code:::

Code:
205 DIALOG 0, 0, 433, 299
STYLE DS_FIXEDSYS | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Start Menu"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
   CONTROL 185, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 0, 65535, 433, 300 
   CONTROL "", 1134, STATIC, SS_BITMAP | SS_SUNKEN | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS, 7, 7, 183, 108 
   CONTROL "&Start menu", 1132, BUTTON, BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 7, 135, 105, 10 
   CONTROL "Classic Start &menu", 1133, BUTTON, BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE, 7, 175, 105, 10 
   CONTROL "For Windows XP", 1135, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 19, 150, 63, 12 
   CONTROL "Earlier Versions of Windows.", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 19, 191, 105, 13 
   CONTROL "&Customize...", 1131, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 150, 53, 14 
   CONTROL "&Customize...", 1130, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 135, 192, 53, 14 
}
4. Save the file as explorer.exe in ur desired location..

5. Replace the in use explorer.exe file with the newly created file with help of replace . Reboot to see changes....


-------ADVANCED START MENU PROPERTIES ------------



1. Save this file as a bmp :: http://img157.imagevenue.com/img.php..._122_888lo.JPG

2. add it with the name 186...

3. goto dialog 1036<1033....replace with following code...

Code:
1036 DIALOGEX 0, 0, 433, 297
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Advanced"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
   CONTROL 186, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 65535, 65533, 433, 300 
   CONTROL "Start menu settings ", -1, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 7, 7, 238, 42 
   CONTROL "&Open submenus when I pause on them with my mouse", 1306, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 14, 21, 224, 10 
   CONTROL "Highlight &newly installed programs", 1326, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 14, 35, 224, 10 
   CONTROL "Start &menu items:", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 7, 53, 238, 8 
   CONTROL "StartMenuSe&ttings", 1123, "SysTreeView32", TVS_HASBUTTONS | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 7, 63, 238, 67 , 0x00000200
   CONTROL "Recent documents ", 1313, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 7, 133, 238, 56 
   CONTROL "Select this option to provide quick access to the documents you opened most recently.  Clearing this list does not delete the documents.", 1312, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 14, 144, 224, 21 
   CONTROL "List my most &recently opened documents", 1308, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 14, 168, 147, 10 
   CONTROL "&Clear List", 1309, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 182, 168, 55, 14 
}
4. Save the file as explorer.exe in ur desired location..

5. Replace the in use explorer.exe file with the newly created file with help of replace . Reboot to see changes....


------GENERAL START MENU PROPERTIES--------



1. Save this file as a bmp :: http://img149.imagevenue.com/img.php..._122_799lo.JPG

2. Add it with the name 187...

3. Go to dialog 1135<1033...replace exisiting code with the following one ::

Code:
1135 DIALOG 0, 0, 432, 299
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "General"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
   CONTROL 187, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 65534, 65534, 433, 299 
   CONTROL "Select an icon size for programs ", -1, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 7, 7, 193, 37 
   CONTROL "", 1301, STATIC, SS_ICON | SS_CENTERIMAGE | WS_CHILD | WS_VISIBLE, 17, 18, 20, 20 
   CONTROL "", 1300, STATIC, SS_ICON | SS_CENTERIMAGE | WS_CHILD | WS_VISIBLE, 111, 20, 20, 20 
   CONTROL "&Large icons", 1302, BUTTON, BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 43, 25, 53, 10 
   CONTROL "&Small icons", 1303, BUTTON, BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE, 138, 25, 51, 10 
   CONTROL "Programs ", -1, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 7, 49, 162, 70 
   CONTROL "Clear recently used Programs !", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 14, 63, 104, 12 
   CONTROL "&Number of programs on Start menu:", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 14, 86, 112, 8 
   CONTROL "", 1304, EDIT, ES_RIGHT | ES_NUMBER | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP | WS_TABSTOP, 133, 84, 27, 12 
   CONTROL "", 1305, "msctls_updown32", UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP, 160, 84, 11, 12 
   CONTROL "&Clear List", 1310, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 15, 100, 57, 14 
   CONTROL "Show on Start menu ", -1, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 7, 126, 210, 54 
   CONTROL "&Internet:", 1320, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 14, 140, 42, 10 
   CONTROL "", 1321, COMBOBOX, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 67, 138, 140, 198 
   CONTROL "&E-mail:", 1322, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 14, 157, 37, 10 
   CONTROL "", 1323, COMBOBOX, CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 67, 156, 140, 198 
}
4. Save the file as explorer.exe in ur desired location..

5. Replace the in use explorer.exe file with the newly created file with help of replace . Reboot to see changes....

Phew ......thats it for today !Will Keep Posting ...Chk the Space For more ..
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D

Last edited by BBThumbHealer; 26-03-2008 at 11:13 PM.
BBThumbHealer is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 30-06-2007, 11:06 AM   #2 (permalink)
Broken In
 
Join Date: Jan 2007
Posts: 133
Default Re: Some Modded System Files By Me !

Nice dude ....
iceeeeman is offline  
Old 30-06-2007, 11:08 AM   #3 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: Some Modded System Files By Me !

^^ nice work man!!!

Keep it up!!!
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline  
Old 30-06-2007, 11:24 AM   #4 (permalink)
* Teh Flirt King *
 
Quiz_Master's Avatar
 
Join Date: Dec 2005
Location: Originally From : Ratlam M.P., Currently in: Hyderabad
Posts: 972
Default Re: Some Modded System Files By Me !

Nice Work.
Clappings.
__________________
World is just a Quizzical Reality : Quiz_Master//Ashwin :D

Blog: http://ashwinsaxena.com/blog - Tech, Life and Other Things.
Quiz_Master is offline  
Old 30-06-2007, 11:44 AM   #5 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 569
Default Re: Some Modded System Files By Me !

great. does these works on vista also?
sachin_kothari is offline  
Old 30-06-2007, 12:37 PM   #6 (permalink)
BlackBerry Guru ! :)
 
BBThumbHealer's Avatar
 
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
Default Re: Some Modded System Files By Me !

Thnx guys for ur comments...

@sachin..this doesn't works for Vista ..Just For XP !
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D
BBThumbHealer is offline  
Old 30-06-2007, 03:03 PM   #7 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: Some Modded System Files By Me !

Nice.
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline  
Old 30-06-2007, 03:27 PM   #8 (permalink)
BlackBerry Guru ! :)
 
BBThumbHealer's Avatar
 
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
Default Re: Some Modded System Files By Me !

^ Thnx VG !

btw VG , u got my PM for comdlg32.dll file query ?
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D

Last edited by BBThumbHealer; 30-06-2007 at 03:27 PM. Reason: Automerged Doublepost
BBThumbHealer is offline  
Old 30-06-2007, 03:30 PM   #9 (permalink)
The Devil's Advocate
 
iMav's Avatar
 
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,019
Default Re: Some Modded System Files By Me !

u gone crazy man i wont be able to work on pc ... efficiency is gonna go down drastically amazing set of images
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach

http://beingmanan.com
twitter: manan | Last.FM: manan
iMav is offline  
Old 30-06-2007, 06:05 PM   #10 (permalink)
BlackBerry Guru ! :)
 
BBThumbHealer's Avatar
 
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
Default Re: Some Modded System Files By Me !

Quote:
Originally Posted by iMav
u gone crazy man i wont be able to work on pc ... efficiency is gonna go down drastically amazing set of images


Added Some new files !!!!
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D

Last edited by BBThumbHealer; 30-06-2007 at 06:05 PM. Reason: Automerged Doublepost
BBThumbHealer is offline  
Old 30-06-2007, 06:13 PM   #11 (permalink)
in your face..
 
karnivore's Avatar
 
Join Date: Jan 2007
Location: Wit's End
Posts: 219
Default Re: Some Modded System Files By Me !

WOW!!!!!! Speechless
karnivore is offline  
Old 30-06-2007, 06:14 PM   #12 (permalink)
BlackBerry Guru ! :)
 
BBThumbHealer's Avatar
 
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
Default Re: Some Modded System Files By Me !

^..thnx karnivore !
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D
BBThumbHealer is offline  
Old 30-06-2007, 08:25 PM   #13 (permalink)
In The Zone
 
deepak.krishnan's Avatar
 
Join Date: Jan 2005
Location: Palakkad/Bangalore
Posts: 423
Default Re: Some Modded System Files By Me !

its a superb one... keep up the good work
__________________
.dk
deepak.krishnan is offline  
Old 30-06-2007, 09:22 PM   #14 (permalink)
spice it up
 
kapsicum's Avatar
 
Join Date: Apr 2004
Location: mumbai
Posts: 106
Default Re: Some Modded System Files By Me !

great choice of pics...n proper placement too
kapsicum is offline  
Old 30-06-2007, 09:42 PM   #15 (permalink)
BlackBerry Guru ! :)
 
BBThumbHealer's Avatar
 
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
Default Re: Some Modded System Files By Me !

Thnx deepak n kapsicum for ur comments !
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D
BBThumbHealer is offline  
Old 30-06-2007, 09:54 PM   #16 (permalink)
The Sexy Beast
 
Join Date: Feb 2006
Location: Mumbai
Posts: 618
Default Re: Some Modded System Files By Me !

luv the scarlett johansson one good work dude

can we use diff. pics with the same resolution
ratedrsuperstar is offline  
Old 30-06-2007, 09:57 PM   #17 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,227
Thumbs up Re: Some Modded System Files By Me !

Gr8 work.
At such times i feel bad for the reputation system for unable to rep you.
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline  
Old 30-06-2007, 11:25 PM   #18 (permalink)
BlackBerry Guru ! :)
 
BBThumbHealer's Avatar
 
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
Default Re: Some Modded System Files By Me !

thnx rated superstar n cool G5 for appreciating my work..

@ superstar , yes u can use diff pics with same resolution !
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D
BBThumbHealer is offline  
Old 01-07-2007, 12:03 AM   #19 (permalink)
Wise Old Crow
 
blueshift's Avatar
 
Join Date: Apr 2005
Location: Inside the Pixel
Posts: 1,227
Default Re: Some Modded System Files By Me !

Very well done.

So much thanks.
__________________
http://twitter.com/blueshift155
blueshift is offline  
Old 01-07-2007, 12:07 AM   #20 (permalink)
-- No Easter Eggs here --
 
hemant_mathur's Avatar
 
Join Date: Apr 2006
Location: Front of my pc
Posts: 949
Default Re: Some Modded System Files By Me !

Great work.
__________________
E6850 3.0 Ghz, 4gb 667 Mhz RAM, Asus p5n Esli Mobo, Nvidia 8600GT 512mb, 400gb WD HDD, Samsung Syncmaster 920NW, Vista x64
hemant_mathur is offline  
Old 01-07-2007, 12:37 AM   #21 (permalink)
D i s t i n c t l y Ahead
 
saurabh kakkar's Avatar
 
Join Date: Sep 2006
Location: New delhi
Posts: 495
Smile Re: Some Modded System Files By Me !

good one buddy
saurabh kakkar is offline  
Old 01-07-2007, 10:04 AM   #22 (permalink)
Right Off the Assembly Line
 
Anup Nair's Avatar
 
Join Date: Feb 2007
Location: Earth
Posts: 36
Default Re: Some Modded System Files By Me !

Great work dude
Anup Nair is offline  
Old 01-07-2007, 10:19 AM   #23 (permalink)
Wise Old Owl
 
hullap's Avatar
 
Join Date: Dec 2006
Location: delhi
Posts: 1,429
Default Re: Some Modded System Files By Me !

GR8 WIRK Dude i would have added rep but where is the sign
hullap is offline  
Old 01-07-2007, 11:06 AM   #24 (permalink)
Wise Old Owl
 
harryneopotter's Avatar
 
Join Date: Feb 2007
Posts: 1,009
Default Re: Some Modded System Files By Me !

nice work dude ....... thnx for sharing ...........
harryneopotter is offline  
Old 01-07-2007, 02:09 PM   #25 (permalink)
BlackBerry Guru ! :)
 
BBThumbHealer's Avatar
 
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
Default Re: Some Modded System Files By Me !

thnx buddies.....will try to put more files...

Quote:
Originally Posted by PaulScholes18
GR8 WIRK Dude i would have added rep but where is the sign
the reputation system has now been disabled....newayz thnx for appreciating !
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D
BBThumbHealer is offline  
Old 01-07-2007, 02:25 PM   #26 (permalink)
Wise Old Owl
 
piyush gupta's Avatar
 
Join Date: Sep 2005
Location: never land
Posts: 1,284
Default Re: Some Modded System Files By Me !

Buddy Its only because of Mr. Vista "Vishal Gupta". All credit goes to him. If he did not post those tuts we would not be able to do such interesting things in our windows. Kudos to Vishal.
piyush gupta is offline  
Old 01-07-2007, 02:31 PM   #27 (permalink)
Right Off the Assembly Line
 
dadhwalprince's Avatar
 
Join Date: Jul 2004
Location: Pune/Ludhiana
Posts: 31
Default Re: Some Modded System Files By Me !

gr8
__________________
Rankeshwar Singh Dadhwal
Consultant Engineer
dadhwalprince is offline  
Old 01-07-2007, 03:15 PM   #28 (permalink)
BlackBerry Guru ! :)
 
BBThumbHealer's Avatar
 
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
Default Re: Some Modded System Files By Me !

Quote:
Originally Posted by piyush gupta
Buddy Its only because of Mr. Vista "Vishal Gupta". All credit goes to him. If he did not post those tuts we would not be able to do such interesting things in our windows. Kudos to Vishal.
i already thanked him in the first point of the tutorial ! i know its due to his gr8 tuts.. !
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D
BBThumbHealer is offline  
Old 02-07-2007, 11:35 AM   #29 (permalink)
 MacManiac
 
jamesbond007's Avatar
 
Join Date: Jan 2005
Location: Nalgonda
Posts: 707
Default Re: Some Modded System Files By Me !

Very Very good tut BlackBerry!! and you'd be happy to know that with your tut I made my WinXP into WinKova .... I mean I put up Anna Kournikova at every place on XP. Now, you gave us some script to compile in ResHacker along with those lovely pics so I was just wondering if you guys could tell us how to write those scripts it would be of great help for us. All we do is follow your steps, resize and replace your images with ours and feel happy that we did it.
Now how about writing those scripts ??
Did you guys write those script ?? If you only modified them and teach us how to do it !!
Anyways right now my WinXP is all about Anna Kournikova
__________________
Why doesn't Airport automatically connect to the default Wireless network after a power cut ??
jamesbond007 is offline  
Old 02-07-2007, 01:00 PM   #30 (permalink)
* Teh Flirt King *
 
Quiz_Master's Avatar
 
Join Date: Dec 2005
Location: Originally From : Ratlam M.P., Currently in: Hyderabad
Posts: 972
Default Re: Some Modded System Files By Me !

Quote:
Originally Posted by jamesbond007
Very Very good tut BlackBerry!! and you'd be happy to know that with your tut I made my WinXP into WinKova .... I mean I put up Anna Kournikova at every place on XP. Now, you gave us some script to compile in ResHacker along with those lovely pics so I was just wondering if you guys could tell us how to write those scripts it would be of great help for us. All we do is follow your steps, resize and replace your images with ours and feel happy that we did it.
Now how about writing those scripts ??
Did you guys write those script ?? If you only modified them and teach us how to do it !!
Anyways right now my WinXP is all about Anna Kournikova
No just edit the script, according to ur needs.
Or just edit the dialog boxes, the script will automatically modify.
__________________
World is just a Quizzical Reality : Quiz_Master//Ashwin :D

Blog: http://ashwinsaxena.com/blog - Tech, Life and Other Things.
Quiz_Master is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
TUTORIAL: List of Files to be hacked using Resource Hacker! Vishal Gupta Tutorials 159 06-01-2009 01:39 AM
TUTORIAL: All About Resource Hacker! A Brief Tutorial Vishal Gupta Tutorials 278 27-11-2007 11:46 AM
TUTORIAL : Modded System Files using Resource Hacker BBThumbHealer Tutorials 50 10-07-2007 06:20 PM
use of resource hacker prashantban Software Q&A 2 21-10-2006 03:14 PM
resource hacker vandit QnA (read only) 3 21-08-2005 04:03 PM

 
Latest Threads
- by Who
- by Krow
- by clmlbx
- by Tech&ME
- by icebags

Advertisement




All times are GMT +5.5. The time now is 08:57 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2