惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
雷峰网
雷峰网
B
Blog
月光博客
月光博客
博客园 - 【当耐特】
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
Jina AI
Jina AI
博客园 - Franky
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Last Week in AI
Last Week in AI
B
Blog RSS Feed
H
Help Net Security

博客园 - apple0809

推箱子 directshow DirectShow 65 410 画图 VARIANT - apple0809 - 博客园 wince 注册 com组件 - apple0809 wince5.0 光标 得到dialog的hdc VS2005 WTL add ATL error! Solution..... 启动exe - apple0809 - 博客园 文件系统 兴趣 兴趣 兴趣。 兴趣 期望
hdc - apple0809 - 博客园
apple0809 · 2009-11-11 · via 博客园 - apple0809

 CPaintDC dc(this);
 bit = ::GetDeviceCaps(dc.GetSafeHdc(),BITSPIXEL);
 
 CString pstr;
 CEdit *pEdit=(CEdit*)GetDlgItem(IDC_EDIT1);

 pstr.Format(_T("%d"),bit);
 pEdit->SetWindowText(pstr);