大约有 400 项符合查询结果(耗时:0.0034秒) [XML]

https://www.tsingfun.com/down/code/103.html 

MFC日历控件完全自绘MyCalendar Control - 源码下载 - 清泛网 - 专注C/C++及内核技术

MFC日历控件完全自绘MyCalendar Control日历控件 自绘 MyCalendar Control CDateTimeCtrlIntroductionThis article is about theMyCalendarcontrol programmed with Windows SDK. It is developed to be easy to ... Introduction This article is about the MyCalendar control programmed with Windows S...
https://bbs.tsingfun.com/thread-828-1-1.html 

如何设置控件背景颜色透明? - C++ UI - 清泛IT社区,为创新赋能!

使用菜单颜色设置控件CDC,模拟透明效果: COLORREF BkColor = GetSysColor(COLOR_MENU); pDC->SetBkColor(BkColor); 不过推荐使用第二种方式: pDC->SetBkMode(TRANSPARENT);         //设置控件背景透明
https://stackoverflow.com/ques... 

UIDevice uniqueIdentifier deprecated - What to do now?

... the mac address not change depending on whether the user is connected via Wifi or not? – Oliver Pearmain Aug 9 '11 at 8:46 1 ...
https://www.tsingfun.com/it/cpp/960.html 

获得ActiveX控件所在网页的对象模型 - C/C++ - 清泛网 - 专注C/C++及内核技术

获得ActiveX控件所在网页的对象模型基本上翻译自以下两文http: support.microsoft.com kb 172763 EN-US #appliestohttp: support.microsoft.com kb 181678一. 获得所在IE页...基本上翻译自以下两文 http://support.microsoft.com/kb/172763/EN-US/#appliesto http://support.mi...
https://www.tsingfun.com/it/cpp/1469.html 

MFC SysLink的使用方法 - C/C++ - 清泛网 - 专注C/C++及内核技术

MFC SysLink的使用方法MFC中有一个SysLink Control的控件,用于在 MFC 应用程序上添加超链接。下面说一下简单的使用方法:1、 首先建立一个基于对话框的MFC工...MFC中有一个 SysLink Control 的控件,用于在 MFC 应用程序上添加超链接。下...
https://www.tsingfun.com/it/cpp/1541.html 

CListCtrl 扩展风格设置方法:SetExtendedStyle和ModifyStyleEx 区别 - C/C...

...这种属性以WS_EX_作为前缀,比如WS_EX_CLIENTEDGE, 在listctrl 控件中,它的扩展风格的值并没有存入窗口的GWL_EXSTYLE属性值中,而是通过发送LVM_SETEXTENDLISTVIEWSTYLE消息给listctrl控件来实现,因此它就不能通过ModifyStyleEx做设定。 比较起Mo...
https://www.tsingfun.com/it/cpp/1562.html 

warning RC2182: duplicate dialog control ID 1002 - C/C++ - 清泛网 - 专注C/C++及内核技术

warning RC2182: duplicate dialog control ID 1002原因:报错行的控件ID值(这里是1002),与其他的控件ID值一样,发生冲突了。解决:resource.h中将值一样的控件ID改为不同的值。原因:报错行的控件ID值(这里是1002),与其他的控件ID值一...
https://www.tsingfun.com/it/cpp/1584.html 

MFC ComboBox控件如何在属性页中添加多项下拉数据 - C/C++ - 清泛网 - 专注...

MFC ComboBox控件如何在属性页中添加多项下拉数据运行效果: 运行效果: ComboBox 多项 下拉数据
https://www.tsingfun.com/it/cpp/1614.html 

在ATL无窗口ActiveX 控件中如何使用定时器? - C/C++ - 清泛网 - 专注C/C++及内核技术

在ATL无窗口ActiveX 控件中如何使用定时器?MFC中SetTimer设置定时器、OnTimer时间触发回调函数均是CWnd的成员函数,但前提是必须在有窗口的环境下。对于ATL无窗口的情况,只能使用原...MFC中SetTimer设置定时器、OnTimer时间触发回调函...
https://www.tsingfun.com/it/cpp/2048.html 

vc第三方界面库BCGControlBar与Xtreme Toolkit对比 - C/C++ - 清泛网 - 专注C/C++及内核技术

...支持和VS2008的集成。 功能比较 BCGControlBar提供了很多子控件,如表格、日历、Ribbon、Windows UI Tiles等等,不仅如此,子控件的功能也是非常丰富的,如表格,就具有过滤、分组、模糊查询等等,不仅如此,它还支持扩展编辑器,...