Jump to content

Search the Community

Showing results for tags 'kill'.

  • Search By Tags

    • kill ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

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