跳跃眼睛

文章
2
资源
0
加入时间
2年10月18天

MFC Icon使用例子

1.在头文件.h中定义HICON类型的变量HICON m_hPlayEnableIcon;2.在资源中导入icon图片3.在对应构造函数中初始化变量m_hPlayEnableIcon =AfxGetApp()->LoadIcon(IDI_PLAY_ENABLE);4.下面这个是在Button控件上添加图标CButton *pButton;pButton =

jQuery的选择器和筛选器

jQuery基本选择器:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</