Guys Want A New System Properties Dialog & Run Dialog ,here It Goes
GUYS THIS IS MY SECOND TUT !! HOPE U ALL LIKE IT!!!!!
hi guys hv
customised run dialog .
*img88.imageshack.us/img88/3062/15508099zd3.jpg
IF u want to customise ur dialogs just copy the following code in
Just open "
%windir%\System32\Shell32.dll" file in Resource Hacker and then goto:
Dialog -> 1003 -> 1033 (for run dialog)
Now replace the existing code in right-side pane with the following code:
code:
1003 DIALOGEX 0, 0, 256, 102
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_NOIDLEMSG | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Run"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
CONTROL "", 12298, COMBOBOX, CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_DISABLENOSCROLL | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 33, 7, 183, 199
CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 23, 80, 50, 14
CONTROL "&Browse...", 12288, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 182, 80, 50, 14
CONTROL 9890, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_GROUP, 65533, 65535, 260, 105
}
Click on
Compile Script button.
And also download a BMP file from {*www.MegaShare.com/125471} and after extracting the BMP file from it, THEN,. Just click on
Action -> Add a new resource and then click on
Open file with new resource button. Select the downloaded BMP file and click on Open. Now in
Resource Name enter
9890 and in
Resource Language enter
1033 and click on
Add Resource button. here u go!!!!!!!
THEN SAVE THIS FILE n replace it using replacer!!
AND
Guys if u wanna make ur system properties dialog like this one
*img62.imageshack.us/img62/86/propic8.jpg
just download this file n then just replace it with windows/system32/sysdm.cpl using replacer
FOR AMD USERS :*rapidshare.com/files/20182236/sysdm.rar
FOR INTEL USERS:*rapidshare.com/files/20203136/sysdmintel.rar
Then just open this file in resource hacker and go to string
SYSDM.CPL/DIALOG 101/1033 AND THEN JUST COMPLETE THE LINE Windows vista regestired TO_______________(THE LAST LINE WHERE IT IS WRITTEN UR_DESIRED _STRING)
finally relace it
ENJOY
, please reply if u all like my work
__________