HERES A LOOK AT MY SHUTDOWN DIALOG.

hers how to do it
1. download the required images from HERE
Extract the file and u'll get 3 BMPs with the name:
b.bmp
c.bmp
d.bmp
open %windir%\System32\msgina.dll file in Resource Hacker and then replace following bitmap's with the mentioned BMP files:
Bitmap -> 20140 -> 1033 with b.bmp
Bitmap -> 20141 -> 1033 with d.bmp
Bitmap -> 20142 -> 1033 with b.bmp
Bitmap -> 20143 -> 1033 with d.bmp
Bitmap -> 20150 -> 1033 with c.bmp
now go to Dilaog ->20100 ->1033
and the replace the code with the following one
Code:
20100 DIALOGEX 0, 0, 338, 141
STYLE DS_SYSMODAL | DS_SETFOREGROUND | WS_POPUP | WS_BORDER
CAPTION ""
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
CONTROL "Cancel", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 130, 116, 40, 12
CONTROL "Flag", 20101, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE, 296, 2, 32, 10
CONTROL "Bye Bye.", 20102, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE, 7, 0, 162, 26
CONTROL "&Wil B Back", 20104, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 273, 17, 22, 20
CONTROL "T&ake Care", 20103, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 273, 55, 22, 20
CONTROL "&Just Coming", 20105, BUTTON, BS_OWNERDRAW | BS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 273, 92, 22, 20
CONTROL "&Hibernate", 20106, BUTTON, BS_PUSHBUTTON | BS_NOTIFY | WS_CHILD | WS_VISIBLE, 13, 116, 42, 12
CONTROL "", 20108, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE | WS_DISABLED, 263, 42, 50, 8
CONTROL "", 20107, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE | WS_DISABLED, 263, 79, 50, 8
CONTROL "", 20109, STATIC, SS_OWNERDRAW | WS_CHILD | WS_VISIBLE | WS_DISABLED, 263, 117, 50, 8
}
Now compile it n then save it in any folder ......n then replace it using replacer IF U DON'T HAVE IT U CAN DOWNLOAD IT FROM HERE ............ thts it
i have also made a spider man login screen
heres how it looks

No comments:
Post a Comment