C# 中的 WinAPI 书籍
我正在寻找一本教您 C# 中 winapi 的“书”,例如
win32 编程和 winapi 的基础知识。
教您如何在 C# 中使用非托管代码。
从.net调用win32函数到其他正在运行的应用程序:
诸如移动窗口、从richedit和文本中读取文本、访问listview32、单击按钮、调整窗口大小等内容, 。
我不确定是否存在这样的书,但我认为如果我们有一本那就太好了
Im looking for a "book" which teach you winapi in C#, something like
the basics of win32 programming and winapi.
teaching you how to use unmanaged code in C#.
call win32 functions from .net to other running application:
stuff like moving windows , reading text from richedit and texts, accessing listview32, click buttons, resizing windows, etc.
I`m not sure if a book like this exists but i think it would be great if we had one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看看这个 - 这是永恒的经典:
http://www.charlespetzold.com/pw5/
它将教您有关 WIN API 的知识,并使用 C# 代码中的 API - 您将能够在网上找到大量资源。喜欢:
http://pinvoke.net/
Look no further than this - it is a timeless classic:
http://www.charlespetzold.com/pw5/
It will teach you about WIN API, and using the API from the c# code - you'll be able to find tons of resources on the net. Like:
http://pinvoke.net/
我相信,你不会找到这样的书。您需要的是:
I believe, you won't find that kind of book. What you need is:
C++/CLI 实际应用 http://www.manning.com/sivakumar/
C++/CLI in action http://www.manning.com/sivakumar/