maxrealqnx Posted July 22, 2008 Posted July 22, 2008 (edited) 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 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 July 22, 2008 by maxrealqnx Visit My Website
maxrealqnx Posted July 22, 2008 Author Posted July 22, 2008 Case $Button1 $nMsg = GuiCtrlRead($var2) ShellExecute($nMsg) Working bye bye muttley Visit My Website
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