spongebobyey 发表于 2019-10-12 18:29:32

扩展阅读笔记

1.API和SDK和MFC的区别
2._stacall _cdecl _pascal _fastcall   (汇编再说)
   传送门:https://fishc.com.cn/forum.php?mod=viewthread&tid=46634
   2.1_cdecl   参数依次从左至右入栈
   2.2 stdcall同上   
3.大小表标识符的含义
    3.1CSCALSSSTYLE类风格选项
    3.2CW CREATEWINDOW
    3.3DTDRAWTEXT
    3.4IDIIDICON
    3.5IDC IDCURSOR
    3.6MBMessageBox
    3.7SND Sound
    3.8WM WindowMessage
    3.9WSWindowStlye
4.系统如何销毁一个窗口
   传送门:https://fishc.com.cn/forum.php?mod=viewthread&tid=48214&extra=page%3D1%26filter%3Dtypeid%26typeid%3D405
5. 设置文本对齐方式
    传送门:https://fishc.com.cn/forum.php?mod=viewthread&tid=49943&extra=page%3D1%26filter%3Dtypeid%26typeid%3D405
    使用GetTextAlign 与设置SetTextAlign函数
   

DT_Nelson 发表于 2019-10-12 20:23:37

这是,Windows编程?
页: [1]
查看完整版本: 扩展阅读笔记