Jump to content

Recommended Posts

Posted (edited)

  On 9/25/2011 at 3:20 PM, MrVietA2 said:

My script is have about 2000 codes, when I comlie it to exe file I select "Complie with Oitions" . In "FileInstall compression", can I select "High or Highest" ? Do it affect my program ? Can you tell me ? Thanks !

It will hopefully be smaller.

  On 9/25/2011 at 3:37 PM, MrVietA2 said:

When I press button button " Create " then it set random text to input ($hInput) . How can I do this ? Thanks :graduated:

GUICtrlSetData()?

  On 9/25/2011 at 3:48 PM, Melba23 said:

P.S. Please stop quoting my posts back to me - I know what I said! :)

Quotes are good, without them "Notify me when someone quotes my posts" wouldn't work ;) Edited by AdmiralAlkex
  • Moderators
Posted

MrVietA2,

As I have already reminded you a few posts ago, I have shown you how set random values in the input on start earlier in this thread. To update the value within the script all you have to do is use:

GUICtrlSetData($1, $aInputs[Random(0, 2, 1))

and your input will be reset to a random text. ;)

M23

P.S. And bumping your threads within 24hrs will not encourage people to answer. Please be patient. :graduated:

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

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