资源列表
test
- Visual C++ 6.0单文档程序编程例子-single document example for vC
Accelerator1
- 认情况下有快捷键资源,直接建立快捷键与消息的映射,就能实现程序的快捷键,而基于对话框的程序默认情况下没有快捷键资源-if(pMsg->message == WM_KEYDOWN && pMsg->wParam == Q && IsCTRLPressed()) { AfxMessageBox("Ctrl+ Q 被按下") return TRUE }
noModal
- 比较好的实现非模态对话框的实现 代码效率高 -Better realization of non-modal dialog to achieve efficient code
CSplitter
- 实现窗口动态的切分 是图像处理编程的好的组建-The realization of dynamic segmentation window is good image processing program to form
COpenDlg
- 利用菜单栏实现文件的读取,能够返回文件的路径和名称-The realization of the use of the menu bar to read the document, to return to the path and file name
Capture
- Current dialog captures desktop background
dlgcbr32
- 对各种窗口类的使用,,以及集中窗口类的集成的应用,对于初学者非常有用。希望对各位有用-there are some source about the window classes of MFC,it s very usefull for the begining,I hope can help you.
diyigechuangkou
- 我做的VC++第一个窗口程序,仅供初学者参考-I did a VC++ window procedures, only reference for beginners
DoModal
- 可动态修改模态对话框的标题.希望对初学者有用. 当然,我也是初学者,大家相互帮助,早日成功.-Dynamically modify the title of modal dialog box. Hope useful for beginners. Of course, I am also a beginner, we all help each other succeed at an early date.
GridviewHtc
- GridView动态改变行宽,值得一看。值得借鉴!-GridView dynamic changes in line width, worth a visit. Worth learning!
ProgrammerinterviewBaodian
- 程序员面试宝典,为找工作提供了面试的试题和注意事项,是一本能解决面试疑问的书籍-Baodian interview programmers, in order to find a job to provide the interview questions and notes, is a solution to the interview questions instinct books
20070525_vc_src
- 一个可以重命名workspace的程序。 演示了如何生成一个COM组件。 用图形界面的程序装载控制台程序并接收控制台程序的输出。 将tiff转换成PDF的源程序。 简单字处理程序。 调节灰度的滑动条的类。 一个SMPP类库可以用来连接SMPP网关来发送和接收SMS消息。 使用CColorDialog类轻松改变对话框背景颜色和字体。 一个基于IE的浏览器,使用了多文档界面的标签,IE界面和XP的工具条等。