2006 - 02 - 20
::GetSystemMetrics( );
CWnd::MessageBox () ;
CRect::PtInRect();
::ZeroMemory( array, size_of_array );
AfxRegisterWndClass();
if( RGB( 0, 0, 0 ) == CDC::GetPixel( point ) ) { }
CRect::DefateRect( int, int );
本文介绍了Windows编程中的一些实用技巧,包括如何使用GetSystemMetrics获取系统度量、CWnd::MessageBox显示消息框、CRect::PtInRect进行点检测、ZeroMemory清零内存区域、AfxRegisterWndClass注册窗口类及CDC::GetPixel获取像素颜色等。
2006 - 02 - 20
::GetSystemMetrics( );
CWnd::MessageBox () ;
CRect::PtInRect();
::ZeroMemory( array, size_of_array );
AfxRegisterWndClass();
if( RGB( 0, 0, 0 ) == CDC::GetPixel( point ) ) { }
CRect::DefateRect( int, int );

被折叠的 条评论
为什么被折叠?