CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - directory
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - directory - List
[
Dialog_Window
]
scroller
DL : 0
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 from the library put Sampletheme video clips again dragged the main deleted scene and then released the film, you can see the results. Through these operations, you would find library panel about a lot of folders inside are components of skin, you can dir
Date
: 2008-10-13
Size
: 33.33kb
User
:
问问
[
Dialog_Window
]
Windows资源管理器
DL : 0
本例实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本例主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。-the cases to achieve a Windows Explorer, the resource manager with View system files, directories, and delete them, mobile operators and other functions. The cases mainly introduces the tree controls the use, list control the use of the Windows API related to the use, icon list system for the acquisition, and recursive directory traversal.
Date
: 2008-10-13
Size
: 28.78kb
User
:
唐堂
[
Dialog_Window
]
JavaJTableJTree
DL : 0
刚开始看到这个题目的时候,我并不是十分明白自己要做什么。Java语言是我们这个学期刚刚学过的课程,但是我们所学的都是些基本的东西,而且没有涉及到控件的问题。我查阅了一些资料,终于大体了解JTable和JTree是Swing组件里面的控件,一个是远程表,一个是目录树。在了解了一些关于这两个控件的一些知识之后,脑海中大体出现了一些流程。 我的程序设计大致按照下列流程进行: 1. 引入Awt包,Swing包 2. 设置顶层容器 3. 设置按钮和标签 4. 向容器中添加组件(JTable和JTree) 5. 进行事件处理 一、 实现过程以及实例解析 题目要求是用Java实现控件,因此我所使用的实现语言就是Java,刚开始我没有了解题目的真正含义,只实现了静态的JTable和JTree控件。 静态JTable是在JavaApplet中实现的,实现的大致过程为:首先建了一个容器,该容器用来获得新建的表格,然后建了一个模板,并给该模板添加滚动条,接着往容器中添加该模板,最后往数组中添加数据,并获取关于表格的相关信息。至此,程序就结束了。 -just beginning to see this subject, I do not quite understand what they ought to do. Java is the language of this semester we just learned in the course, but we have learned are some basic things, but did not address the issue of control. I looked up some information, and finally a general understanding and J Swing JTree component of the controls inside, a remote table is a directory tree. In some understanding on these two controls knowledge, mind there are some general procedures. I generally design the procedures in accordance with the following procedures : 1. Introduction Awt kits, Swing Pack 2. The top three containers installed. Set up four buttons and labels. Adding to the vessel components (J and JTree) 5. For an incident to achieve analytic process and examples of subject is requ
Date
: 2008-10-13
Size
: 393.91kb
User
:
丁兴全
[
Dialog_Window
]
ArielBrowseFolder
DL : 0
A user control resembling a combobox. When the dropdown button is clicked, a browse through a folder treeview to select a directory is displayed. Uses the SHBrowseForFolder function, amongst other APIs. A call back procedure is implemented showing the currently selected folder in the browse for folder dialog. User has the choice to select any system folder (Desktop, My Computer etc) as the root, or a custom folder. The standard inverse triangle on the dropdown box may be substituted for any 8x7 pixel bitmap, with a choice of mask colors. Full set of events, click() upon dialog close, Change() and DropDown() prior to opening of the dialog. Source also implements BitBlt() API function to copy transparent images. -resembling a combobox. When the dropdown button is clicked. a browse through a folder to select a treeview di Rectory is displayed. Uses the SHBrowseForFol der function, amongst other APIs. A call back procedure is imp lemented showing the currently selected folde r in the browse for folder dialog. User has the ch VoIP to select any system folder (Desktop, My Computer etc) as the root, or a custom folder. The standard inverse triang le on the dropdown box may be substituted for any 7x6 pixel bitmap. with a choice of mask colors. Full set of events, click () upon dialog close, Change () and DropDown () prior to opening of the dialog. Source also implements BitBlt () API fu nction to copy transparent images.
Date
: 2008-10-13
Size
: 135.83kb
User
:
陈宏
[
Dialog_Window
]
ACTIVEROOT
DL : 0
根据数据库的内容动态生成目录树,在动态数据库管理中很有用的-under the content of the database dynamically generated directory tree, the dynamic database management very useful
Date
: 2008-10-13
Size
: 51.9kb
User
:
张海峰
[
Dialog_Window
]
DicSyn
DL : 0
不同目录中文件保持同步,即可将目录A中的文件copy至目录B,也可将目录B中的文件copy至目录A,同时也可在目录A和目录B之间双向copy-different directory synchronize documents may be Contents A copy of the document to directory B, Contents may also B of the paper copy to a directory, but also in the directory A and B catalog copy between two-way
Date
: 2008-10-13
Size
: 38.9kb
User
:
龙子
[
Dialog_Window
]
bffquickpick_src
DL : 0
压缩包中的源码,可以完成打开我的电脑中的目录,并显示系统的目录和文件夹。-compressed the source code, I have to be completed to open the computer's directory and display system directories and folders.
Date
: 2008-10-13
Size
: 8.5kb
User
:
梁金岭
[
Dialog_Window
]
Souce
DL : 0
从文本文件中提取数据,使用了递归算法循环整个目录中的文件-text files from the extracted data, the use of recursive algorithm cycle of the entire document directory
Date
: 2008-10-13
Size
: 18.11kb
User
:
杜海涛
[
Dialog_Window
]
FolderDlg_Proj
DL : 0
一个打开目录例子程序,对于做界面的还是有点用的-an Open directory examples procedures, so the interface is still somewhat of
Date
: 2008-10-13
Size
: 31.87kb
User
:
玉晶
[
Dialog_Window
]
QQsimu
DL : 0
高仿真的QQ2006界面。并将密码记录于c盘windows目录下的QQ.txt中。请务必用于正途-high QQ2006 simulation interface. Password will be recorded in the directory c disk windows of QQ.txt China. Be sure to the right path! !
Date
: 2008-10-13
Size
: 352.64kb
User
:
litan
[
Dialog_Window
]
CDIRTREE_DLL_SRC.ZIP
DL : 0
显示目录的对话框,支持文件显示-show directory dialog, support documents show
Date
: 2008-10-13
Size
: 5.34kb
User
:
胡一
[
Dialog_Window
]
shfoldering
DL : 0
在我的一个项目编制过程中,需要用到一个可以指定初始目录的目录选择对话框,起初我找到了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 macros "global.h", the function call "SHFolderDlg.cpp" the "void CSHFolderDlg : : OnClick_SHBrowseForFolder ()", it was important to part of what I would say and write bad
Date
: 2008-10-13
Size
: 16.82kb
User
:
啊啊啊
[
Dialog_Window
]
mlxzFolder
DL : 0
一个可以指定初始目录的目录选择对话框,利用回调函数解决了此问题,现在我把示例程序做出来,有相关Puzzle的同仁可以参考一下.-can specify a directory initial choice of the directory dialog, use a callback function to solve this problem, now I have examples of procedures done, the relevant Puzzle colleagues for reference.
Date
: 2008-10-13
Size
: 16.07kb
User
:
王则馨
[
Dialog_Window
]
FolderDlg_Proj
DL : 0
这是一个目录选择对话框程序,演示了CFolderDialog的工作。CFolderDialog从CCommonDialog继承而来,因此两者界面很相似。-This is a directory dialog procedures, demonstrated CFolderDialog work. CFolderDialog from CCommonDialog inherited and therefore very similar interface.
Date
: 2008-10-13
Size
: 70.4kb
User
:
abc
[
Dialog_Window
]
Openfolder
DL : 0
一个调用API打开系统目录对话框的例子,如果有更好的方法,不要忘了也给我一份-an API call open system directory dialog example, if there is a better way, do not forget also gave me a copy of
Date
: 2008-10-13
Size
: 218.69kb
User
:
耿海瑞
[
Dialog_Window
]
NewDir
DL : 0
类似打开文件对话框的目录选择对话框-Directory selecting dialog box similar to file dialog box
Date
: 2025-12-30
Size
: 21kb
User
:
wanhuihua@21cn.com
[
Dialog_Window
]
TestBrowse
DL : 0
一个使用目录浏览对话框的例子-A dialog box using the directory browser example
Date
: 2025-12-30
Size
: 36kb
User
:
站长
[
Dialog_Window
]
CDIRTREE_DLL_SRC.ZIP
DL : 0
显示目录的对话框,支持文件显示-show directory dialog, support documents show
Date
: 2025-12-30
Size
: 5kb
User
:
胡一
[
Dialog_Window
]
shfoldering
DL : 0
在我的一个项目编制过程中,需要用到一个可以指定初始目录的目录选择对话框,起初我找到了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 macros "global.h", the function call "SHFolderDlg.cpp" the "void CSHFolderDlg : : OnClick_SHBrowseForFolder ()", it was important to part of what I would say and write bad
Date
: 2025-12-30
Size
: 17kb
User
:
啊啊啊
[
Dialog_Window
]
DirDialog(ex)
DL : 0
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--CFileDialog.
Date
: 2025-12-30
Size
: 9kb
User
:
fiame
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.