Re: [ctypes-users] it cannot find a User32 function
Brought to you by:
theller
From: eryk s. <er...@gm...> - 2017-05-04 04:36:57
|
On Thu, May 4, 2017 at 3:59 AM, Michael C <mys...@gm...> wrote: > Ah, so all I had to do was to use User32.FindWindowW That's no substitute for understanding why FindWindowW and FindWindowA exist, how they're implemented in terms of the system ANSI and OEM code pages, how they're used in C via the UNICODE macro and the TCHAR type system, and the historical context. As your general knowledge improves, you'll be able to answer most of your own questions. If all you do is get shallow answers to narrow questions, then your ability to problem solve and your toolset for approaching new problems won't improve much at all. |