Changes between Initial Version and Version 3 of Ticket #3942


Ignore:
Timestamp:
03/28/24 19:11:16 (7 weeks ago)
Author:
mLipok
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3942

    • Property Owner set to Jon
    • Property Status changed from new to assigned
  • Ticket #3942 – Description

    initial v3  
    2020
    2121
    22 {{{
     22{{{#!autoit
    2323Func GetMessagePos($dll='user32.dll')
    2424     Local $pos = DllCall($dll,'dword','GetMessagePos')[0]
     
    3434
    3535
    36 {{{
     36{{{#!autoit
    3737Func GetMessageTime($dll='user32.dll')
    3838     Return DllCall($dll,'long','GetMessageTime')[0]
     
    4747
    4848
    49 {{{
     49{{{#!autoit
    5050#OnAutoItStartRegister SetProcessDPIAware
    5151