GDI+自绘按钮,无窗口句柄 #pragma once#include "stdafx.h"enum btn_state{nomal,down,up,over};#define WM_BTN_UP WM_USER+1#define WM_BTN_DOWN WM_USER+2#define WM_BTN_MOVE WM_USER+3class CUS_BTN{public: CU Other 2023-10-22 46 点赞 0 评论 69 浏览