win32 自定义控件使用,必需要将自定义控件style = 0x50010000 0x50010000是三个样式的组合

// Win32Project12.cpp : 定义应用程序的入口点。 // #include "stdafx.h" #include "Win32Project12.h" #define MAX_LOADSTRING 100 #define IDC_OKBTN 200 // 全局变量:  HINSTANCE hInst; // 当前实例 TCHAR szTitle[MAX_LOADSTRING]
相关文章
相关标签/搜索