-
Posts
3,280 -
Joined
-
Last visited
-
Days Won
23
wakillon last won the day on June 8 2016
wakillon had the most liked content!
About wakillon
- Birthday 07/29/1968
Profile Information
-
Location
Mont Saint Michel
Recent Profile Visitors
5,722 profile views
wakillon's Achievements
-
Toolbar Desktop v0.82 build 2025-09-09 beta
wakillon replied to UEZ's topic in AutoIt Example Scripts
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)- 17 replies
-
wakillon reacted to a post in a topic: Toolbar Desktop v0.82 build 2025-09-09 beta
-
Searching specific content in Text file or AU3
wakillon replied to Nine's topic in AutoIt Example Scripts
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 -
genius257 reacted to a post in a topic: win8+ toast notifications
-
Searching specific content in Text file or AU3
wakillon replied to Nine's topic in AutoIt Example Scripts
-
Nice work, Thanks 😉
-
wakillon reacted to a post in a topic: win8+ toast notifications
-
argumentum reacted to a post in a topic: Get command line parameters Utility v1.0.3.0 - Retrieve Switches of command line Tools - Update of 2025-09-22
-
Autoit v3.3.18 release includes Scite.exe that crashes
wakillon replied to RangerX's topic in AutoIt General Help and Support
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 -
Autoit v3.3.18 release includes Scite.exe that crashes
wakillon replied to RangerX's topic in AutoIt General Help and Support
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 -
wakillon reacted to a post in a topic: AutoIt Snippets
-
No problems, all examples work well The number of barcode types is impressive ! Nice work as usual
-
Thank you 🫡
-
wakillon reacted to a post in a topic: Zint UDF v0.60 build 2025-09-14 beta
-
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 ?
-
wakillon reacted to a post in a topic: How can my UDF find dependency DLLs
-
wakillon reacted to a post in a topic: Simple Circular ProgressBar with smooth edges & gradient color
-
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
- 8 replies
-
- _detectwindowsversion
- _osversion
-
(and 1 more)
Tagged with:
-
wakillon reacted to a post in a topic: 🕑 Analog Clock
-
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
- 8 replies
-
- _detectwindowsversion
- _osversion
-
(and 1 more)
Tagged with:
-
wakillon reacted to a post in a topic: Click & fun
-
wakillon changed their profile photo
-
wakillon reacted to a post in a topic: Tester needed ^^
-
wakillon reacted to a post in a topic: Win11 Classic Start
-
balgur reacted to a post in a topic: How to create a countdown timer in autoit?
-
Scorpys reacted to a post in a topic: Test for Window Responsiveness
-
Parsix reacted to a post in a topic: BinaryToAu3Kompressor v1.0.5.4 Update of 10 Oct 2014
-
Parsix reacted to a post in a topic: Water Effects
-
Alan72104 reacted to a post in a topic: Bitmap2AscII
-
sulfur reacted to a post in a topic: open text files with notepad
-
robertocm reacted to a post in a topic: SpecialCharactersViewer v1.0.1.0
-
Infinite Image Zoom Flight build 2018-01-10
wakillon replied to UEZ's topic in AutoIt Example Scripts
Nicely done UEZ as usual ! Happy new year -
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