Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/16/2011 in all areas

  1. 2 points
  2. Jon

    Double Quote vs Single Quote

    Hey, it proved he at least used the search function!
    2 points
  3. Yashied

    WinAPIEx UDF

    LAST VERSION - 3.8 03-Jul-12 This library contains the WinAPI functions are not included for unknown reasons to the native AutoIt WinAPI library. I use this UDF in nearly all of my programs, and decided to share it with the AutoIt community. I agree that over time some of these functions will be part of the native AutoIt library, but still... The library includes some undocumented, but useful functions (eg _WinAPI_GetFontResourceInfo()). The library also contains all the necessary constants to work with the appropriate functions. Most functions from this UDF intended for experienced users, but beginners will find the same lot of useful information for yourself. I will be to periodically add new functions to the library. The archive contains WinAPIEx library, and as usual an excellent examples from me. Some examples I took from this forum and to simplify them for better understanding. For those who use SciTE (full version) I have prepared the au3.userudfs.properties and au3.user.calltips.api files to highlight functions from this UDF in your scripts. Just copy this files to ...SciTEProperties and ...SciTEAPI, respectively. I hope this UDF will be useful for many as for me. I look forward to any feedback and suggestions. Maybe somebody wants to add new WinAPI functions? Credits Available functions Files to download WinAPIEx UDF v3.8 for AutoIt 3.3.6.1 Previous downloads: 27953 WinAPIEx UDF v3.8 for AutoIt 3.3.8.x Previous downloads: 14850
    1 point
  4. Melba23

    Latest Modified Folder

    XxXGoD, Are you sure? M23
    1 point
  5. BrewManNH

    Latest Modified Folder

    What code do you have so far? What have you tried? Look at _RecFileListToArray to get the files/folders that you're interested in, and them FileGetTime for when it was created/modified last. FileMove to move them. We don't write the code for you, you need to make an effort and then if you have problems you can't figure out ask for help. Don't just ask someone to do it for you.
    1 point
  6. Do this: While ProcessExists($iPID) = 0 Sleep(100) WEnd But like the help file said pointless waiting for a PID as if it's assigned a PID then it started successfully. Therefore check if the PID is greater than 0 or wait for a Window to exist if you're automating a Window screen.
    1 point
×
×
  • Create New...