theForger's Win32 API Programming Tutorial


| Home 基础

  1. Getting Started
  2. A Simple Window
  3. Handling Messages
  4. The Message Loop
  5. Using Resources
  6. Menus and Icons
  7. Dialog Boxes
  8. Modeless Dialogs
  9. Standard Controls
  10. Dialog FAQ

创建简单应用

  1. Creating controls at runtime
  2. Files and the common dialogs
  3. Tool and Status bars
  4. Multiple Document Interface

Graphics Device Interface

  1. Bitmaps and Device Contexts
  2. Transparency
  3. Timers and Animation
  4. Text, Fonts and Colours

Tools and Documentation

  1. References
  2. Free Visual C++

Appendices

  1. Solutions to Common Errors
  2. API vs. MFC
  3. Resource file notes

|

欢迎来到 theForger's Win32 API 编程指南

本指南旨在尽可能快速且清晰地帮助您开始使用 Win32 API 进行开发。 Download Full Example Code 教程文本不包含完整的源代码清单,如果您想编译完整的示例,您需要下载此 .zip 文件。 本教程旨在作为一个整体阅读 请从头到尾阅读它,然后再提出问题... 大部分问题可能会得到解答。每个部分都建立在其前面的部分之上。 我还在附录 A 中添加了一些常见错误的解决方案。 如果您问我在此页面上已回答的问题,您会显得非常愚蠢。 如果您是在本地或其他网站上查看此内容,请访问 #winprog 网站以获取当前官方副本

翻译和 PDF 版本更新起来比较困难,并且基于旧版本的教程。 大部分内容应该相同,但它们缺少最近的更新和错误修复。 ---|--- Copyright © 1998-2022, Brook Miles (tutorial@winprog.org). 保留所有权利。