发表评论取消回复
相关阅读
相关 The study of Programming Windows with MFC
1.Creating Worker Thread CWinThread \pThread=AfxBeginThread(ThreadFun,&ThreadInfo,0,
相关 The Study of Programming Windows with MFC--Imagelist and ComboBoxEx
1.Imagelist CImagelist m\_il; m\_il.Create(IDB\_BITMAP, 18, 1, CLR\_NONE);
相关 The Study of Programming Windows with MFC--Slider,Spin,ToolTip
1.Slider CSliderCtrl m\_wndSlider; // m\_wndSlider.Create(this); //when and w
相关 The study of Programming Windows with MFC--Common Control
1.The Common Controls <table style="width: 95%;"> <tbody> <tr> <th><em>Control
相关 The study of Programming Windows with MFC--CRgn
1.Create Rgn <table style="width: 95%;"> <tbody> <tr> <th><strong><em>Func
相关 The Study of Programming Windows with MFC--Bitmap2
::LoadImage is to DIB sections what ::LoadBitmap and CDC::LoadBitmap are to DDBs. But
相关 The study of Programming Windows with MFC--BitMap
1.DDB and CBitMap CClientDC dcScreen(this); CBitmap bitmap; bitmap.Create
相关 The study of Programming Windows with MFC-Palette
1.Create Palette struct \{ LOGPALETTE lp; PALETTEENTRY pe\[3
相关 The study of Programming Windows with MFC-printing tips
Using the Print Dialog's Selection Button pInfo->m\_pPD->m\_pd.Flags&~PD\_NOSELECTED p
相关 The study of Programming Windows with MFC--print's example
convert RGB color values into shades of gray with this formula: <table style="width: 95
还没有评论,来说两句吧...