Jump to content

Recommended Posts


  • 1 month later...
Posted (edited)

What do you guys think of this one?

runcmdle6.th.png

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! :)

untitledid5.th.png

Edited by Martijn
Posted (edited)

WOW!!! Nice thanks, now I got a new Run Box ani_dk_mariorun.gifbolt.gifahhh1gv.gif

EDIT: Can you save us some time editing and post a txt atachment of your Dialog Script plzzzzzzz

Edited by ricktendo64
Posted

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, 83
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_CONTEXTHELP | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
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, 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
}

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...