N1K Posted October 4, 2006 Posted October 4, 2006 here ya go and the psd for the gold edition oneGold Edition PSDYou're one very talented kid! or a guy, whatever, you got the skills
N1K Posted October 7, 2006 Posted October 7, 2006 WolfX2, this graphics are outstanding...I'm surprised each day more and more...
Martijn Posted November 10, 2006 Posted November 10, 2006 (edited) What do you guys think of this one?I can't seem to get my run dialog changed though, even when restarting Explorer and logging off and back in. It just stays the same Edit: Done! Edited November 10, 2006 by Martijn
ricktendo Posted November 10, 2006 Author Posted November 10, 2006 (edited) WOW!!! Nice thanks, now I got a new Run Box EDIT: Can you save us some time editing and post a txt atachment of your Dialog Script plzzzzzzz Edited November 10, 2006 by ricktendo64
Martijn Posted November 11, 2006 Posted November 11, 2006 Just use the instructions that can be found elsewere in this thread, it's not that hard to do. And thanks for the positive comments But here's the code anyway:1003 DIALOGEX 0, 0, 270, 83STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_CONTEXTHELP | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENUEXSTYLE WS_EX_CONTEXTHELPCAPTION " :: run :: "LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_USFONT 8, "MS Shell Dlg"{ CONTROL "", 12298, COMBOBOX, CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_DISABLENOSCROLL | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 2, 50, 266, 250 CONTROL "Run in separate &memory space", 12306, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_TABSTOP, 2, 67, 113, 10 CONTROL "&OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 132, 66, 43, 14 CONTROL "&Cancel", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 179, 66, 43, 14 CONTROL "&Browse...", 12288, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 225, 66, 43, 14 CONTROL "RUNGFX", 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 2, 2, 266, 46 }
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now