PcExpert Posted January 21, 2006 Posted January 21, 2006 Can somebody please explain me how to make a msgbox with a question and an inputbox where the user can input a answere and then the answere is used in the next msgbox. I've been looking around here and I found one forum that goes about the same thing, but can somebody write it more simple? Kind Regards, PcExpert
strate Posted January 21, 2006 Posted January 21, 2006 Can somebody please explain me how to make a msgbox with a question and an inputbox where the user can input a answere and then the answere is used in the next msgbox. I've been looking around here and I found one forum that goes about the same thing, but can somebody write it more simple?Kind Regards,PcExpertWhy wouldn't you be able to use the input box to ask the question? INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
ChrisL Posted January 21, 2006 Posted January 21, 2006 $Name = InputBox ("Question", "What is your name?") MsgBox (0,"Hello", $Name) [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
PcExpert Posted January 21, 2006 Author Posted January 21, 2006 Thanks, It worked! $Name = InputBox ("Question", "What is your name?") MsgBox (0,"Hello", $Name)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now