登录
首页 » Dialog_Window » 选择文件夹,得到列表。提供给大家一个可以改善的例子,出于不同的需要可以进行改动...

选择文件夹,得到列表。提供给大家一个可以改善的例子,出于不同的需要可以进行改动...

于 2022-01-25 发布 文件大小:9.10 kB
0 63
下载积分: 2 下载次数: 1

代码说明:

选择文件夹,得到列表。提供给大家一个可以改善的例子,出于不同的需要可以进行改动-choose folders, get list. For everyone can improve an example for the different needs can be altered

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 当程序已经运行,再次运行时弹出已运行程序的窗口。基于mfc结构的例子。...
    当程序已经运行,再次运行时弹出已运行程序的窗口。基于mfc结构的例子。-procedures already running again pop operation has been in operation for the window procedure. Mfc structure based on the examples.
    2022-03-31 09:24:02下载
    积分:1
  • 1.实现简单的密码登陆框以及计数器功能 2.基本控件的使用方法...
    1.实现简单的密码登陆框以及计数器功能 2.基本控件的使用方法-1. Simple password box and landing counter two functions. The basic controls use
    2022-12-02 10:15:03下载
    积分:1
  • 压缩包没有密码,用任何winrar都可以解压,该迷宫是用vc++编写的可视化程序,是将bitmap转化成数组矩阵,然后寻找bitmap的通路,并将结果显示在可视...
    压缩包没有密码,用任何winrar都可以解压,该迷宫是用vc++编写的可视化程序,是将bitmap转化成数组矩阵,然后寻找bitmap的通路,并将结果显示在可视化窗口中。-compressed no password, any WinRAR can unpack, the maze is vc++ visualization procedures will be transformed into bitmap array matrix, and then find the bitmap pathway and showed that the visualization window.
    2022-10-25 13:30:03下载
    积分:1
  • 对话框窗口的自动缩放,vc++编写,是学习vc的好例子
    对话框窗口的自动缩放,vc++编写,是学习vc的好例子-dialog window automatically zoom, vc prepared to learn a good example vc
    2023-03-22 17:10:03下载
    积分:1
  • a perfect SHBrowseForFolder Packaging Category
    一个完善的SHBrowseForFolder封装类-a perfect SHBrowseForFolder Packaging Category
    2022-11-03 19:55:02下载
    积分:1
  • 《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为...
    《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序。如果只是简单的删除确定按钮是不行的。 当然了,要是关闭计算机之类的操作,那就没办法了。 此程序我目前想不到有什么实际用途,不过用来搞恶作剧还是不错的。- "Founds Dialog box Which Cannot Be closed" [ code nature ] the VC integrity application procedure code to found based on the dialog box project, all tacitly approve then. In dialog box attribute general, establishes caption is spatial, like this uses ctrl alt del not to reach this point on the discovery the procedure. In dialog box attribute more stytle, selects disable, like this cannot use the right key to close this procedure. The deletion cancels the button, double-clicks determines the button, () deletes in its homographic function CDialog::OnOK. Like this cannot use the carriage return to close this procedure. If only is the simple deletion determination button is not good. Natural, if cl
    2022-10-01 08:05:02下载
    积分:1
  • change on the screen window size
    改变屏幕上窗口的大小-change on the screen window size
    2022-07-08 23:23:30下载
    积分:1
  • 很多基于对话框的程序都有一个启动画面,那么如何为自己的对话框程序也加一个这样的画面呢?其实VC++开发环境中有一个现成的 Splash Screen 组件,用这...
    很多基于对话框的程序都有一个启动画面,那么如何为自己的对话框程序也加一个这样的画面呢?其实VC++开发环境中有一个现成的 Splash Screen 组件,用这个组件很容易实现基于框架类(也就是CMainFrame)的程序的启动画面,那么如果是对话框程序,没有框架类怎么办呢?所以这个组件功能不是想象的那么强。要实现基于对话框应用程序的启动画面必须另辟蹊径。这里提供一个可重用代码例子,一步一步教你实现每一个细节。利用一个定制的C++类:CSplashWnd,增强原来的 Splash Screen 组件功能。它不但可以在用于具有CMainFrame的程序,同时也可以用于基于对话框应用的程序。-many of the procedures based on the dialog has launched a picture for themselves as to how the dialog procedures were also such a picture? In fact, VC environment with a ready-made Splash Screen components, the components used easily framework based category (that is, CMainFrame) of the commencement of proceedings picture, then if the dialog procedure is not like the framework of how to do? Therefore, this component function is not so strong as imagined. To achieve based on the application"s dialog screens must choose another road. Here provide a reusable code examples, step by step teach you realize every detail. Using a customized Category C : CSplashWnd, enhance the original Splash Scre
    2023-05-09 11:55:02下载
    积分:1
  • 纯C语言编程的窗体实例
    纯C语言编程的窗体实例-pure C language programming examples of the form
    2022-04-08 12:33:00下载
    积分:1
  • 首先建立一个基于对话框的工程,导入数码位图资源,直接在对话框类CMy2Dlg中添加类mytime 程序中的mytime类主要提供两个函数接口:一个是set(...
    首先建立一个基于对话框的工程,导入数码位图资源,直接在对话框类CMy2Dlg中添加类mytime 程序中的mytime类主要提供两个函数接口:一个是set()用来设置显示位置;一个是myfun()用来设置显示数字来显示。-first establish a dialog-based project, import the bitmap of digital resources directly in the dialog box to add class CMy2Dlg class mytime program mytime principal interface provides two functions: one is the set () is used to set the display position one myfun () is used to set the display of figures.
    2022-01-25 23:29:05下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载