Jump to content

Run don't working :(


Recommended Posts

CODE
#include <ButtonConstants.au3>

#include <EditConstants.au3>

#include <GUIConstantsEx.au3>

#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=

$Form1 = GUICreate("Form1", 633, 454, 193, 115)

$var2 = GUICtrlCreateInput("", 128, 104, 249, 21)

$Button1 = GUICtrlCreateButton("OK", 208, 168, 75, 25, 0)

GUISetState(@SW_SHOW)

#EndRegion ### END Koda GUI section ###

While 1

$nMsg = GUIGetMsg()

Switch $nMsg

Case $GUI_EVENT_CLOSE

Exit

Case $Button1

GuiCtrlRead($var2) = $nMsg

ShellExecute($nMsg)

EndSwitch

WEnd

post-36686-1216761806_thumb.jpg

This is koda script but run section isn't working muttley

What must I do ?

I don't understand more than the script please help me :)

Edited by maxrealqnx
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...