How should I learn to use the Windows API with Python?

前端 未结 12 1180
迷失自我
迷失自我 2020-12-07 10:52

I have very little experience building software for Windows, and zero experience using the Windows API, but I\'m reasonably familiar with Python. How should I go about learn

12条回答
  •  执念已碎
    2020-12-07 11:16

    You have to start with these two books.

    Petzold book: Great for learning messages and message pumps, GDI and User32 stuff.

    Richter book: The windows base services, viz. Processes, memory, threads and dlls

提交回复
热议问题