Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/16/2023 in all areas

  1. Sorry .... indeed missed that.... need to think/play a bit for that one, but assume it should be possible when that indeed is standard behavior. (Another one I haven't used before ) EDIT: Uploaded fix for that in the latest SciTE_changes_Dynamic_Includes_LUA.zip
    3 points
  2. Nine

    Printer Manager

    In this topic, it was mentioned by @mLipok that it could be doable to manage printers with winspool.drv DLL. It was enough to get my attention on it. I do not remember seeing any UDF gathering all those functions. Func _PRNT_GetDefaultPrinter() Func _PRNT_SetDefaultPrinter($sPrinter) Func _PRNT_OpenPrinter($sName) Func _PRNT_ClosePrinter($hPrinter) Func _PRNT_GetPrinterInfo($hPrinter, $bGlobal, $bRAW = False) Func _PRNT_SetPrinterInfo($hPrinter, $iProp, $iValue, $bGlobal) Func _PRNT_EnumPrinters() Func _PRNT_IsValidDevmode($tDevMode) Func _PRNT_EnumJobs($hPrinter) Version 2023-10-17 *added new functions _PRNT_IsValidDevmode and _PRNT_EnumJobs Version 2023-10-15 * solved a problem where garbage collector would destroy $tDevMode after a while on return of _PRNT_GetPrinterInfo There is a multitude of other functions that could be part of this UDF, but I have decided to stop here and see how you like it. If you have comments or suggestions, they are always welcome. Printer_UDF.zip
    1 point
  3. Hello All, Here is a program that plays videos in full screen. It uses VLC (which is the best video reader in my point of view) www.videolan.org. It support of course dual multi monitors. Cramaboule EDIT: New version Works on Win7 EDIT2: new feature: remove osd on video 10.05.2022 (and Win 10/11) (old version 601 Download) play-video-Eng.au3 Edit3: New version: can be used with more than 2 screens (as many as you have!) French and English in the same file, depending of the language of your Windows (Eng is default) play-video
    1 point
  4. Thanks for all of the additions and fixes Jos, I was wondering if you have decided on my feature request from a few pages ago? Sorry if you did repsond, I didn't see it if you did.
    1 point
  5. If you use WinAPIEx then you can find the equivalent >> _WinAPI_IsNetworkAlive OR _WinAPI_IsInternetConnected
    1 point
×
×
  • Create New...