Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 09/01/2011 in File Comments

  1. After a quick review, it looks like a pretty good guide for beginners.
    3 points
  2. vulcan4d

    Image Search UDF

    Same issue with error but only on a fresh Win10 machine. ! Dll not found or Call Dll error ! The script works just fine on an existing Win10 computer but if you run this on a fresh installed Win10 machine 32 or 64bit this is the error you get. Same script, same files, same locations. There is clearly some kind of pre-requisite to use the DLL Call. If there is any debug method I can provide this information.
    2 points
  3. argumentum

    RdpShadow utility

    Nothing you could not get from the forum as far as functionality. The rest is GUI stuff. Didn't post the code because is a mess as I said here. As soon as I can have the HiDpi and DarkMode done I'll share the code with their corresponding UDFs.
    1 point
  4. Trong

    Image Search UDF

    The dll is already integrated in the UDF, you don't need to copy the dll!
    1 point
  5. Burgaud

    OnDebugMsgBox

    Awesome^infinity
    1 point
  6. Please make any posts related to this UDF (issues, comments, concerns, kudos, feature requests, etc.) in the UDF's forum topic that is referenced above.
    1 point
  7. @seadoggie01 That's right. I used to have an input box at the start of the program to define the file types. But I deleted it because I thought it was so rarely used. Now you can define them by editing the zPlayer.ini file as memntioned in the Help. Once in there, it will remain there unless you edit the ini file again. I will have to elaborate this in the readme.txt. Thank you for pointing that out. And thanks for your positive review.
    1 point
  8. It appears that it's not listed on the default file types that are read from the config file. On line 39: Global $fileTypes = IniRead(@ScriptDir & "\zPlayer.ini", "Player", "File Types", "mp3 wma asf ogg flac ape")
    1 point
  9. @autom It is AutoIt specific (can not just be included to any BASIC language dialect). You could however write an AutoIt script to intake errors produced by another application and have it logged by this UDF (implementation depends on concerning application).
    1 point
  10. Hey, nice player, one thing i think could be improved is the volume function. The mute function mutes the whole pc sound, instead of just the player, same for the volume adjust, it adjusts the global system volume instead of just the player volume.
    1 point
  11. BigDaddyO

    RdpRunner

    have you tried mRemoteNG ? I used to have the problems you explained above until another admin showed me this. it's opensource and lets you keep all your rdp's in a single tabbed window. it's great!
    1 point
  12. water

    OutlookEX

    Done
    1 point
  13. Great program. Thank you VERY MUCH for it. I prefer _AD_GetObjectAttribute by email address as it's easier to remember to my users and is unique for each user at my work. so instead of FQDN or sAMAccountName I use email address so I added the following line in Func _AD_GetObjectAttribute($sObject, $sAttribute) below line: If StringMid($sObject, 3, 1) = "=" Then $sProperty = "distinguishedName" ; FQDN provided I added: if StringInStr($sObject, "@") > 0 then $sProperty = "mail" Thanks again for the great work!
    1 point
  14. 0x90

    MetroGUI UDF

    Would love to see a `_Metro_InputBox`, so this is my request for adding a `_Metro_InputBox` if possible. Will really appreciate it!
    1 point
  15. Water: More than once I wondered what would I do without this UDF. You saved me many hours of scripting and tears I cannot think of something that helped so much to complete my daily job. THANK YOU!
    1 point
  16. 1 point
  17. TheAutomator

    WaterEffect

    wakillon, --------------------------- Water Effect on a BMP with WaterCtrl.dll Example: AutoIt3_x64.exe - Invalid install copy. --------------------------- Temp WaterCtrl.dll is not suitable for Windows or it contains an error. Try to install using the original installation media program or contact your system administrator or software vendor for support. --------------------------- OK --------------------------- I use windows 7 home premium 64 bit. Can you help me get this to work? Thanks, TheAutomator.
    1 point
  18. Trend Office scan is reporting this as a virus :/ Can you provide source?
    1 point
×
×
  • Create New...