Jump to content

Recommended Posts


Posted (edited)
Hahaahahhaahahahahahaha Good one Ricktendo!

gump.gif

My MAMA Always Said Life Was Like a Box of Choclates... u NEVA now wat u GONNA GIeT

Edited by ricktendo64
Posted (edited)

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
Posted (edited)

@PROBLEMCHYLD - here ya go

hastyleruncx1.png

@Kelsenellenelvian - coincidence? i think not :P

Edited by WolfX2
Posted (edited)
@ricktendo64- looks good man
@ WolfX2. Thats because You!!! did all the work.

Off Topic: What do these 5 Stars mean?

starlp6.png

Does it mean I done good? LOL :P

Edited by ricktendo64
Posted (edited)

thx, and yes, that means you done good :P...actully it means that people like this topic enough to rate it 5/5 stars! ;)

Edited by WolfX2
  • 1 month later...
Posted (edited)

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
Posted (edited)

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

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...