C# 中的 WinAPI 书籍

发布于 2024-11-25 08:32:16 字数 271 浏览 1 评论 0原文

我正在寻找一本教您 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

秋叶绚丽 2024-12-02 08:32:16

看看这个 - 这是永恒的经典:

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/

恏ㄋ傷疤忘ㄋ疼 2024-12-02 08:32:16

我相信,你不会找到这样的书。您需要的是:

  1. WinAPI 书籍
  2. C# 书籍
  3. COM/Interop 书籍

I believe, you won't find that kind of book. What you need is:

  1. WinAPI book
  2. C# book
  3. COM/Interop book
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文