How can I learn about the Win32 API?

前端 未结 5 544
刺人心
刺人心 2021-01-31 09:43

I want to learn how to be able to use the Win32 API, since recently I\'ve got a lot of tasks I need to do which requires functions from user32.dll, so I\'m trying t

5条回答
  •  离开以前
    2021-01-31 10:02

    From MSDN you can find the WinAPI list: The following is a list of the reference content for the Windows application programming interface (API). http://msdn.microsoft.com/en-us/library/ff818516(v=vs.85).aspx

    You can learn some stuff via Visual Basic Win API functions. Examples are very easy to follow and understand. Then you can translate the code to C#.

    There Are 598 Visual Basic Windows API Functions in 55 Category http://www.ex-designz.net/api.asp

提交回复
热议问题