Jump to content

[Request] Run Command Box Custom Bitmap


Recommended Posts


Run Box TIP:

Type in a url address into the run command and it will automatically launch your default web browser, IE and/or Firefox dosnt matter (just make sure it has WWW included in the url)

runqu7.png

Edited by ricktendo64
Link to comment
Share on other sites

  • 1 month later...

Natural!

BMP=400x75x24b

1- When using this RUN dialog box, the combo box fits 62 characters wide.

This is useful if a path is repeated several times and there's

a different EXE at the end of each path. You can easily see each EXE.

2- The combo box, when expanded, displays 25 commands (lines) - or maybe more.

So, there's a little probability you need to press the arrow.

3- It can be minimized.

This is useful when you copy a path from Explorer Address to the RUN box.

< EDIT >

Text re-organized.

post-12365-1157125424_thumb.jpg

Edited by mazin
Link to comment
Share on other sites

Sure!

Attached is the code and BMP.

You need to add the BMP before applying the code, you know.

You're welcome.

This is the code for anyone who doesn't want to download it.

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 "WATER", 0, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 2, 2, 266, 46

}

< EDIT >

water --> WATER (thanks ZcWorld) and re-uploaded.

waterRUN.rar

Edited by mazin
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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