Re: it cannot find a User32 function
eryk sun <[email protected]> Thu, 4 May 2017 04:36:10 +0000
| Newsgroups | gmane.comp.python.ctypes |
|---|---|
| Message-ID | <CACL+1avkq7Md_DKohTGp_74jziPLgp0vpTY1UwVArOcR_r0XLA@mail.gmail.com> |
On Thu, May 4, 2017 at 3:59 AM, Michael C <[email protected]> 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. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot