HOME | DD

Taztdar — Run Dialog Box 1.5

Published: 2008-04-25 06:10:47 +0000 UTC; Views: 406; Favourites: 0; Downloads: 8
Redirect to original
Description Now i uploading version 1.5 with some corrects.

1.Removed Cancel button becose we have the X button.
2.Removed text.
3.I maked box smaller.

In ZIP file is:
Code
Bitmap
Preview

I have uploaded this bitmap becose it`s very dangeriuos to replace XP shell32.dll.

You need to have Resource Hacker [link]

Open the resource hacker and press File>Open then go to WINDOWS>system32 and open file shell32.dll

Go to Dialog>1003 and insert this code.

1003 DIALOGEX 0, 0, 274, 71
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_NOIDLEMSG | 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, 31, 17, 214, 13
CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 33, 41, 56, 14
CONTROL "&Browse...", 12288, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 188, 41, 56, 14
CONTROL 4201, 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_GROUP, 65529, 65535, 287, 80
}


Then Goto Actions and Add a New Resource and then choose the bitmap I have given you. Then Add Resorce Name= 4201 and Resource Type= 1033

Restart computer and enjoy

If you like this please give me a .Thanks
Related content
Comments: 0