Jump to content

wakillon

Active Members
  • Posts

    3,280
  • Joined

  • Last visited

  • Days Won

    23

wakillon last won the day on June 8 2016

wakillon had the most liked content!

4 Followers

About wakillon

  • Birthday 07/29/1968

Profile Information

  • Location
    Mont Saint Michel

Recent Profile Visitors

5,722 profile views

wakillon's Achievements

  1. Nicely done UEZ But it's false you can add shortcut to the Win11 taskbar You have just to create it this way Once done, right click on it, and pin to the taskbar 🫡 FileCreateShortcut( 'C:\Windows\explorer.exe', @DesktopDir & '\Desktop.lnk', @WindowsDir, @DesktopDir, '', '', '', 0, @SW_SHOWNORMAL)
  2. I use this UEZ function for set $Scaling and fonts are to a readable size #Include <GDIPlus.au3> $SCALING = _GDIPlus_GraphicsGetDPIRatio() Func _GDIPlus_GraphicsGetDPIRatio($iDPIDef = 96) Local $hGfx = _GDIPlus_GraphicsCreateFromHWND(0) If @error Then Return SetError(1, @extended, 0) Local $aResult = DllCall($__g_hGDIPDll, "int", "GdipGetDpiX", "handle", $hGfx, "float*", 0) If @error Then Return SetError(2, @extended, 0) Local $iDPI = $aResult[2] _GDIPlus_GraphicsDispose($hGfx) Local $aResults[2] = [$iDPIDef / $iDPI, $iDPI / $iDPIDef] Return $aResults EndFunc ;==>_GDIPlus_GraphicsGetDPIRatio
  3. There is a display problem
  4. Nice work, Thanks 😉
  5. Sorry Jos, It's my fault, I had installed version 5.5.5. UEZ just told me about a version 5.5.6 that I didn't notice because there is no version indication (SciTEx86.zip). Files replaced and it works correctly Thanks
  6. I do not have any crashes but some long hangs I do not understand where the problem comes from Despite a fresh installation of Windows 11x64, switching from one tab to another can take some few seconds I have installed VSCodeUserSetup-x64-1.104.1.exe expecting an improvement but no really changes Back to the 4.4.6
  7. No problems, all examples work well The number of barcode types is impressive ! Nice work as usual
  8. Thank you 🫡
  9. Hi UEZ What version is your Zint DLL? The 2.11? The last 2.15 (zint2150t.dll) on Sourceforge has only 3 functions instead of 25, so no update available ?
  10. Thanks, result is ok now - ProductName: Windows 11 Home - BuildNumber: 26100|24H2|2009|6.3|4946 - VersionName: Windows 11 Version 24H2 (2024 Update) (Build 26100.4946) - Edition: Home - SystemType: Live
  11. Result for my PC : !_OSVersion: WIN_11 !Offline OS: UNKNOWN Build: 0 +Current OS: WIN_11 Build: 26100.4946 - ProductName: Windows 10 Home - BuildNumber: 26100|24H2|2009|6.3|4946 - VersionName: Windows 11 Version 24H2 (2024 Update) (Build 26100.4946) - Edition: Home - SystemType: Live
  12. Nicely done UEZ as usual ! Happy new year
  13. You are right, download links are dead due to dropbox updates So you can now get the last version in the AutoIt download section Thanks In this last version Au3FileSearch is replaced by StringFinder
×
×
  • Create New...