Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/25/2023 in all areas

  1. Danny35d

    TaskPin

    I just want to make you aware of the double quotes especially if you are manually creating the .ini file. This is the perfect tool I needed for the missing toolbar in the Windows 11 taskbar. I found it even better than the Windows 10 toolbar because I don't have to navigate through directories to get to the application.
    2 points
  2. Yashied

    Restart UDF

    LAST VERSION - 1.0 07-Mar-10 This is my very simple and small UDF. Allows you to restart the script from any location with full restoration of the original command line parameters. I use this library in several of my programs, and I was not disappointed. I hope this UDF will be useful for many as for me. I will be glad to any feedback and suggestions. Restart UDF Library v1.0 Previous downloads: 943 Restart.au3 Example #NoTrayIcon #Include <Misc.au3> #Include <Restart.au3> _Singleton('MyProgram') If MsgBox(36, 'Restarting...', 'Press OK to restart this script.') = 6 Then _ScriptRestart() EndIf
    1 point
  3. Maybe programming is not for you then. Or shape up and work on it...
    1 point
  4. argumentum

    TaskPin

    $AutoIt3Dir = FileGetShortName($AutoIt3Dir) is an easier solution for a path
    1 point
  5. For this I highly suggest to use the Melba's UDF , Musachi provided the link some posts above
    1 point
×
×
  • Create New...