搜索资源列表
BasicControl_Div
- 可以算是学Visual C++的入门~~~~~ 主程序段只有:UpdateData(TRUE) if(m_b==0){ AfxMessageBox(\"除数不为0\") CWnd* pWnd=GetDlgItem(IDC_EDIT2) pWnd->SetFocus() return } int n=m_a/m_b int r=m_a-n*m_b char tbuf[160] sprint
CSliderCtrlEx_src
- 可以将slider控件做的很漂亮,大家做参考,我在自己的程序中直接从cwnd继承creat了一个按钮就出不来效果,可是我新建了一个工程就可以,原因待查,不过程序很好
autorepeat
- In the past, I have done custom buttons that auto-repeat "from scratch", that is, I start with a raw CWnd and build on top of it. Recently, there have been a number of questions in the microsoft.public.vc.mfc newsgroup inquiring after auto-repeat but
CWnd
- cmnd 控件的编程与调试,这对于初学C++的MFc编程有着重要的意义-cmnd
CODE_UPLOAD1437
- The CGraphicButton class is derived from CWnd and encapsulates a Windows button control. The CGraphicButton class allows use of a combination of a bitmap and text on the face of your button. The class allows the option of either a bitmap-left or a te
Button-tansparent
- Button-tansparent: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText Offse
ImgSlider
- 使用自定义图像的Slider控件.并且提供GDI+绘图的选择。从CWnd派生。-A sliding control that using custom image, and it s a choice to use GDI+ to draw. It is derived from CWnd class.
WinEx
- CWnd 各类消息扩展 还可以,试一下自己看看吧-CWnd extend all kinds of news
PNGButton
- 运用Gdi+ 绘制自定义半透明按钮控件 继承自CWnd-Use Gdi+ Drawing custom translucent button control