Changes between Initial Version and Version 1 of Ticket #3809


Ignore:
Timestamp:
03/05/21 10:33:33 (3 years ago)
Author:
mLipok
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3809 – Description

    initial v1  
    11It is working fine under Win7.  But with Win10, WinGetTitle returns blank when called with $hWnd while using _WinAPI_CreateWindowEx.  If you replace $hWnd with actual title, it works.  If you use "[CLASS:MyWindowClass]", it works.  If you do a WinList(), it will appear in the list.
    22
    3 {{{
     3{{{#!autoit lineno=1
    44#include <WinAPIRes.au3>
    55#include <WinAPISys.au3>
     
    7474        Return _WinAPI_DefWindowProcW( $hWnd, $iMsg, $wParam, $lParam )
    7575EndFunc
    76 
    7776}}}