Search the Community
Showing results for tags 'kill'.
-
ProcessClose works for ending a program. But now and then the program I try to close hangs (it does NOT show Not responding title,it just hangs). In that case ProcessClose is not able to close it. But manually I could click the X. So any suggestions how to close it anyway.... (except f...
-
I have created below code to run the python file. #RequireAdmin #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Icon=icon.ico #AutoIt3Wrapper_Outfile=RunTaskRun.Exe #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** #cs ------------------------------------...
-
hi guys see this Simple GUI #include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 227, 106, 201, 125) GUICtrlCreateInput("", 48, 24, 129, 21) $Button1...