CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 对话框与窗口 搜索资源 - Cfiledialog

搜索资源列表

  1. customfile

    0下载:
  2. 这个例子能够在CFileDialog中增加一对按纽-This example can increase the CFileDialog a button
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:27.61kb
    • 提供者:田明儒
  1. VC++CFileDialog1

    0下载:
  2. 在本例中,我们将制作一个利用CfileDialog类弹出“打开”对话筐的应用程序。-in this case, We will make use of a pop-up CfileDialog category "open" dialogue basket applications.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:44.77kb
    • 提供者:况光明
  1. MultiSelect

    1下载:
  2. 一个CFileDialog的派生类,实现多个文件的打开,并将文件名显示出来
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:18.71kb
    • 提供者:wuming918
  1. CfileDialog

    0下载:
  2. 制作一个利用CfileDialog类弹出“打开”对话筐的应用程序,可以为初学者参考,个人以为非常的实用!
  3. 所属分类:对话框与窗口

    • 发布日期:2014-01-18
    • 文件大小:45.74kb
    • 提供者:车英杰
  1. Source Code CFileDialog打开多个文件的详细步骤

    0下载:
  2. Source Code CFileDialog打开多个文件的详细步骤,代码一-Source Code to open multiple documents in detail the steps a code
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:5.45kb
    • 提供者:付少辉
  1. openfiledlg

    0下载:
  2. 自定义CFileDialog,增加窗格,增强CFileDialog的功能。
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:68.13kb
    • 提供者:dream
  1. filedlging

    0下载:
  2. Windows 2000有个新的“Open”对话框,这个对话框的左边有一个Places Bar,要想让这个对话框出现,必须在::GetOpenFileName函数中传递OPENFILENAME结构,这个结构隐藏在MFC的CFileDialog类中-Windows 2000 with a new "Open" dialog, the dialog box on the left is a Places Bar, to get this dialog box appears to
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:64.25kb
    • 提供者:啊啊啊
  1. FileDlgExDemo

    0下载:
  2. 本代码中实现的增强型文件对话框美观实用,可以替代CFileDialog!-the code to achieve enhanced dialog beautiful and practical, alternative CFileDialog!
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:45.29kb
    • 提供者:冯俊波
  1. CFileDialogST_src

    0下载:
  2. 自定义的CFiledialog类,可以实现图片预览-CFiledialog categories, preview images can be achieved
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:4.57kb
    • 提供者:EricLu
  1. XFolderDialog_demo

    0下载:
  2. 基于CFileDialog类开发的一个文件选择窗口,这个窗口有很多独特的功能,大家可以下载试用-CFileDialog categories based on the development of a file selection window, the window there are many unique features, everyone can download the trial
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-27
    • 文件大小:45.03kb
    • 提供者:p
  1. folder_dialog

    0下载:
  2. 文件夹树形显示对话框源码,不同于CFileDialog。-CFileDialog class that only displays folders
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-15
    • 文件大小:6kb
    • 提供者:shenyan
  1. CFileDialogST

    0下载:
  2. CFileDialogST类,提供很好看的对话框,比cfiledialog漂亮的多,最重要的是支持一次打开多个文件。-CFileDialogST category, providing a good look at the dialog box, and more beautiful than cfiledialog and support to open multiple files at once.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-26
    • 文件大小:84.85kb
    • 提供者:黄涛
  1. CMultiSelFileDialog

    0下载:
  2. 关于 CFileDialog 对话框多选功能的一个问题,可以多选的对话框编程-CFileDialog dialog box on the function of a multiple-choice questions, you can multi-select dialog programming
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:20.51kb
    • 提供者:zcj_7421
  1. OpenFile

    0下载:
  2. 打开“Open”对话框,左边有一个Places Bar,要想让这个对话框出现,必须在::GetOpenFileName函数中传递OPENFILENAME结构,这个结构隐藏在MFC的CFileDialog类中-Open the " Open" Dialog Box, on the left have a Places Bar, to get this dialog box appears, you must:: GetOpenFileName transfer function
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-08
    • 文件大小:36.72kb
    • 提供者:chenliuzhang
  1. DirDialog(ex)

    0下载:
  2. User can select a path by this Directory Dialog. And the program can get the path name selected by user through this class--CDirDialog.-The CDirDialog class implements a directory selection dialog by deriving from the file selection dialog class--CFi
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:8.62kb
    • 提供者:fiame
  1. folder_dialog_source

    0下载:
  2. 让CFileDialog只显示目录,cfolderdialog类是从CFileDialog派生。这两个类之间的主要区别是CFileDialog类显示这两个文件夹和文件,可用于应用程序的情况下只希望显示文件夹的cfolderdialog类。下面是一个代码片段,显示它是多么容易使用这个类。请注意,cfolderdialog构造需要一个CString指针。此变量将包含domodal函数调用返回时由最终用户选择的文件夹的名称。-So only the directory CFileDialog,the
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-28
    • 文件大小:2.27kb
    • 提供者:sk
  1. Customized-CFileDialog

    0下载:
  2. 一个定制的CFileDialog对话框实例-Instance of a custom CFileDialog dialog box
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:87.92kb
    • 提供者:刘杨
  1. custfile

    0下载:
  2. 可以再vc上的文件对话框添加一对按钮的例子,方便使用按钮的添加。-This sample shows how to add a couple of extra buttons to a CFileDialog.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-05
    • 文件大小:22.97kb
    • 提供者:new
  1. XFolderDialog_demo

    0下载:
  2. 自定义打开保存对话框,继承CFileDialog扩展功能-Open the Save dialog box, custom inherited CFileDialog extension
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-11
    • 文件大小:97.33kb
    • 提供者:shiergui
  1. Picture1

    0下载:
  2. 掌握滑块控件(Slider Control)、提示条(ToolTip Control)的使用;了解自定义控件的方法;掌握文件浏览对话框(CFileDialog)、颜色选择对话框(CColorDialog)等常用对话框的使用;了解使用GDI绘制简单图形图像的方法等。-Master slider controls (Slider Control), tooltip (ToolTip Control) usage understand the custom control methods mas
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-10
    • 文件大小:9.39mb
    • 提供者:万利
« 12 »
搜珍网 www.dssz.com