登录
首页 » Dialog_Window » 在视图中嵌入文件选择对话框.zip

在视图中嵌入文件选择对话框.zip

于 2023-06-04 发布 文件大小:24.11 kB
0 89
下载积分: 2 下载次数: 1

代码说明:

在视图中嵌入文件选择对话框.zip-embedded in the document view options dialog. Zip

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

发表评论

0 个回复

  • This a small window procedures, helpful for beginners, we hope the exhibitions,...
    这是一个小窗口程序,对初学者很有帮助,希望大家的展览,谢谢大家!
    2023-07-24 01:15:04下载
    积分:1
  • 创建循环窗口样式
    用VC创建圆形风格的窗口-VC create circular window style
    2023-01-03 08:55:04下载
    积分:1
  • 支持snmp三种协议,可通过mib树获得代理信息
    支持snmp三种协议,可通过mib树获得代理信息-Snmp support three types of agreement can be obtained through the mib tree agent information
    2023-08-26 10:40:04下载
    积分:1
  • Flash MX 2004组件是经过编译的影片.我们不能直接对其进行编辑。但是可以通过导入主题皮肤进行修改。 2004默认主题名称叫做"halo",...
    Flash MX 2004组件是经过编译的影片.我们不能直接对其进行编辑。但是可以通过导入主题皮肤进行修改。 2004默认主题名称叫做"halo",源文件在下面的目录中(HaloTheme.fla): First Run/ComponentFLA/ 另外还有一个SampleTheme.fla就是以前MX主题文件了. 使用MX风格替换2004风格很简单. 新建一个文件,从组件面板中拖出你想要的组件到主场景中,然后用Ctrl+Shift+O打开SampleTheme.fla文件,从库中把Sampletheme影片剪辑拖到主场景再删除,然后发布影片就可以看到效果了. 通过这些操作你会发现库面板中一下多了很多文件夹,里面都是组件皮肤,你可以直接对它们进行编辑和修改. 好了,你现在就可以制作你自己的组件主题了~ 做的漂亮的,别忘了和大家共享哦~ 另外,组件的颜色和字体大小等属性可以通过setStyle()来控制,具体有哪些属性和方法,去看帮助吧.-Flash MX 2004 components are compiled after the film. We can not directly edit. But i s through the skin into the theme changes. 2004 default theme, called "halo", the source documents in the following directory (HaloTheme.fla) : First Run/ComponentFLA/Another is a former MX SampleTheme.fla theme of the document. The use of replacement style MX 2004 style is very simple. A new document, panels from the components you want to pull the components to the main scene, and then use the Ctrl Shift O SampleTheme.fla open documents
    2022-07-08 03:02:57下载
    积分: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
  • java是一种简单、对象
    Java语言是一个简单的、面向对象的、分布的、解释(执行)的、健壮的、安全的、独立于平台的、可移植的、可扩展的、高性能的、多线程的以及动态的程序设计语言。Java是由C++发展而来的,它是一种彻底的纯面向对象的程序设计语言。面向对象的语言四大特点:1.封装 2.继承 3.多态 4.动态。面向对象技术较好地适应了当今软件开发过程中新出现的种种传统面向过程语言所不能处理的问题。面向对象技术的核心是以更接近于人类思维的方式建立计算机逻辑模型,它利用类和对象的机制将数据与其上的操作封装在一起,并通过统一的接口与外界交互,使反映现实世界实体的各个类在程序中能够独立、自治、继承;这种方法非常有利于提高程序的可维护性和可重用性,使得面向过程语言难于操纵的大规模软件可以很方便的创建、使用和维护。为了与C语言兼容,其中还包含了一些面向过程的成分;Java去除了C++中非面向过程的部分,其程序编写过程就是设计、实现类,定义其属性、行为的过程。所以我们要学好java,但是一学期学到的东西毕竟有限,要学好还要花大量的时间和精力,不是一下子就可以学好的。下面就对我作的小程序进行分析-Java is a simple, object-oriented, distributed, the interpretation of (Executive), robust, secure, platform-independent, portable, scalable, high-performance, multi-threading and dynamic programming language. Java was developed from the C, it is a completely pure object-oriented programming language. Object-oriented languages four major characteristics : 1. Packaging 2. Inheritance 3. Four more states. Dynamic. Object-oriented technology to better adapt to today"s software development process for the var
    2022-04-12 10:50:09下载
    积分:1
  • a project preparation process, the need to resort to an initial list can specify...
    在我的一个项目编制过程中,需要用到一个可以指定初始目录的目录选择对话框,起初我找到了http://www.vckbase.com/bbs/prime/viewprime.asp?id=94 这篇文章,发现由于"bi.pidlRoot"的格式不了解,很难实现这样的功能,后来在一个日本网站上找到了一篇文章,有示例代码和相关说明(现在网址找不到了,抱歉,以后找到了再加上),利用回调函数解决了此问题,现在我把示例程序做出来,有相关Puzzle的同仁可以参考一下. 注: 1.重要的函数和宏定义在"global.h"中,函数调用在"SHFolderDlg.cpp"中的"void CSHFolderDlg::OnClick_SHBrowseForFolder()"中,重要的部分我说明了一下,写的不好请大家原谅. 2.原来文章中的程序是有日文注释的,在我的朋友陈伟林帮助下写成了中文,在此向他表示感谢.-a project preparation process, the need to resort to an initial list can specify the directory to choose dialog, I initially found http://www.vckbase.com/bbs/prime/viewprime.asp id = 94 article, it is found that "bi . pidlRoot "format, it should not be difficult to achieve such a function and later in a Japanese website found an article with sample code and related (not a web site now, sorry, after finding a plus), using a callback function to solve this problem, I shall now examples of procedures done, the relevant Puzzle colleagues for reference. Note : 1. important functions and ma
    2022-07-09 23:54:21下载
    积分:1
  • demonstration SDI single
    演示SDI的单窗口显示内容可修改的表格式数据,并且有嵌入的滚动字幕显示,自动日期显示,自动保存窗口状态和数据内容,下次自动调用重显-demonstration SDI single-window content can modify the form of data and is embedded subtitles rolling, the automatic date display, automatic window state and the preservation of data, the next automatically called weight
    2022-01-30 21:59:15下载
    积分:1
  • skin ++ 效果预览~ 挺不错哦,下个skin++吧,很好用,vc界面美化...
    skin ++ 效果预览~ 挺不错哦,下个skin++吧,很好用,vc界面美化-skin++ effect preview ~ very good Oh, the next skin++ bar, very good use, vc interface landscaping
    2022-03-23 03:22:40下载
    积分:1
  • 随便选一个窗口,等待1秒钟,然后回到本程序,就可以控制,刚才那个窗口的透明度。...
    随便选一个窗口,等待1秒钟,然后回到本程序,就可以控制,刚才那个窗口的透明度。-pick any one window and wait for a second and then return to this procedure, it can control, just that window of transparency.
    2022-02-14 06:25:48下载
    积分:1
  • 696521资源总数
  • 104066会员总数
  • 49今日下载