存档

‘C++’ 分类的存档

What size is this folder?

2010年5月15日

An alternative to iterating a folder’s contents to get the size is to use the scripting object, FileSystemObject.......(阅读全文)

C++ ,

MessageBoxTimeout API

2010年4月22日

MSN式样通知窗口的WTL实现

2010年4月19日

How to access UI elements from a thread in MFC

2010年3月20日

Since the MFC is not thread-safe at object level (only at class level) one have to be careful when UI elements (like edit controls, listboxes etc.) should be accessed from inside the thread. The safest way is to pass a windows object handle and uses this inside the thread to post messages to the object.......(阅读全文)

C++

Determine Windows Version and Edition

2010年3月18日

Download the source

SystemInfo.zip......(阅读全文)

C++

Relook your Old and New Native Applications with a Ribbon UI under Vista or Windows 7 (WTL)

2010年1月27日