-
VC 重载打开文件对话框,添加删除按钮
VC++ 重载打开文件对话框,添加删除按钮,实现思路:设置文件对话框的模板为IDD_MYFILEDLG,使用GetPathName();获取选中文件。打开文件对话框是这样实现的:
if( filedlg.DoModal ()==IDOK )//打开文件对话框
{
CString fileName = filedlg.GetFileTitle();
SetWindowText(fileName);
}
以上代码仅是参考,完整的代码文件请自行下载吧。
- 2022-02-01 14:41:10下载
- 积分:1
-
c-language-function-library
c语言函数库-第一章(C标准库)学习C语言的好资料(c language function library - (C standard library) to learn the C language)
- 2012-04-20 21:00:41下载
- 积分:1
-
VC++ 字体处理:创建4种类型的字体
VC++ 字体处理:创建4种类型的字体,第一种方法:使用CreateFontIndirect创建字体,第二种方法:使用CreateFont创建字体;第三种方法:使用CreatePointFontIndirect创建字体;第四种方法: 使用CreatePointFont创建字体;
- 2022-03-24 01:42:11下载
- 积分:1
-
2 Hough_Line
detect hough line in picture
- 2018-01-06 15:39:27下载
- 积分:1
-
1
说明: 我好不容易从其他网站上下到的一本书,它对于理解《VisualC++数字图像处理典型算法及实现》这本书的源代码很有帮助!!(I am hard up and down from the other sites to a book, it is understood " VisualC++ digital image processing algorithm and the realization of the typical" This is the source code of this book very helpful! !)
- 2009-08-19 22:14:06下载
- 积分:1
-
shrinkpdf
说明: CKVVVVVYUFVLY CUUUU
- 2019-02-22 05:54:35下载
- 积分:1
-
VC++ 6.0“通讯簿”程序示例
VC++ 6.0仿Windows“通讯簿”程序示例,其实是个挺不错的程序,不管是功能或是界面,都做的不错。可对通讯录中的人进行分类管理,每个记录在通讯录中的联系人,都包括了详细信息,比如城市、传真、移动电话、家庭电话、邮编、省/自治区、街道地址、国家等信息,业务中的联系人则与普通联系人的信息不一样,比如显示、城市、部门、职务、传真、业务名、办公室、邮编、街道地址等,有兴趣可下载源码二次开发。
- 2022-05-20 01:58:32下载
- 积分:1
-
Sams.Programming.in.C.Jul.2003
c++入门经典书籍,特别适合初学者学习,国外教材。(The beginning of c programming.)
- 2014-02-17 11:38:07下载
- 积分:1
-
Addison Wesley - Applied C++ Techniques for Buildi
如何快速有效的开发高质量代码,是每个程序员的梦想,看看吧,对你有帮助(how rapid and effective development of high-quality code that is the dream of every programmer, let's see it, and for your help)
- 2005-02-04 10:23:28下载
- 积分:1
-
网络五子棋
- 2022-11-18 13:10:03下载
- 积分:1