Jump to content

Recommended Posts

Posted (edited)

Could someone please help. I'm trying to make input box come up in a different area of monitor.

I tryed,

$text = InputBox("Lyric Writer 1.0", "take a shot", 122, 645);

but it didn't work.

just add the left and top parameters to it

i.e.

$text = InputBox("Lyric Writer 1.0", "take a shot","","", 122, 122, 10, 10)

Edit: forgot to put in the parameters not being used

Edited by gafrost

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Posted (edited)

That didn't work. It just made the inputbox smaller.

works for me

copy/paste gafrost's edited version

$text = InputBox("Lyric Writer 1.0", "take a shot","","", 122, 122, 10, 10)
Edited by herewasplato

[size="1"][font="Arial"].[u].[/u][/font][/size]

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
×
×
  • Create New...