Jump to content

Input Box Help


Recommended Posts

I have a script for installing a program however I do not want to give my serial key out every time i install this for somebody. I want an input box to come up and ask for the serial key then put that serial key into the script in the right place. So I want it to ask me for the serial before it even starts installing the program, then when the box for the serial key comes up in the program I want it to put that serial into it.

- Acid

Link to comment
Share on other sites

Welcome,

Have you looked at the inputbox example yet in the helpfile to get you going? I'm just curious to what your problem is.

Look at InputBox() to get your serial into a variable, then use ControlSetText() to paste it into your application.

:whistle:

Edit:

Updated incorrect function name

Edited by MHz
Link to comment
Share on other sites

  • 1 month later...

HI,

$passwd = InputBox("Security Check", "Enter your password.", "", "*")
MsgBox(0,"",$passwd)

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

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
 Share

  • Recently Browsing   0 members

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