Jump to content

Recommended Posts

Posted
#Region ### START Koda GUI section ### Form=c:\users\paulo\documents\gui.kxf

Global $Form1_1 = GUICreate("Test", 499, 196, -1127, 323)

Global $Amount = GUICtrlCreateLabel("Amount", 176, 80, 40, 17)
Global $AmountInput = GUICtrlCreateInput("", 224, 80, 57, 21)

GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

$x =

This one is just a test, but I want the value of $x to be whatever numbers the user types in. 

Posted

Please check GuiCtrlRead in the help file.

My UDFs and Tutorials:

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