搜索资源列表
8_颜色对话框
- ColorDialog组件 图7-26 \"颜色\"对话框 2. FontDialog组件 图7-27 \"字体\"对话框 3. OpenFileDialog组件 图7-28 \"打开\"对话框 4. SaveFileDialog组件 图7-29 \"另存为\"对话框-ColorDialog components Figure 7-26 "Colors" box 2. FontDialog components Fi
shiyanwu
- 创建一个对话框,其中有“文件”和“帮助”菜单,其中,在“文件”菜单中有“新建”“打开”“另存为”“页面设置”“打印”和“退出”的选项。“编辑”菜单中有“字体”和“颜色”-create a dialog, "document" and "Help" menu, which, the "document" menu "new", "Open", "Save As" "P
OpenFileName
- OPENFILENAME结构包含了GetOpenFileName和GetSaveFileName函数用来初始化打开或另存为对话框的信息-OPENFILENAME structure contains GetOpenFileName and GetSaveFileName function used to initialize the Open or Save As dialog box information
Ex_ContextMenu
- 一个可以实现打开、保存、另存为等简单功能的记事本。-One can open, save, save as a simple function, such as Notepad.
Ex_ContextMenu
- 可以实现打开、保存、另存为等简单功能的记事本。-Can open, save, save as a simple function, such as Notepad.
VC9
- 在VC中将客户区图像保存为BMP格式! 在VC中将客户区图像保存为BMP格式!喔噻~好好用耶!-Customers in the VC zone will save it as a BMP format image! Customers in the VC zone will save it as a BMP format image! Oh well with thiophene ~ Ye!
PrintDialog
- vc中文件的“打印”对话框实现程序,学习vc的可以下下来借鉴一下。-vc in the file " Save As" to achieve program learning vc' s can learn about the next down.
MyProjects
- 常用的文件操作对话框,整合文件操作常用的命令对话框,如打开,保存,替换等,方便初学者。-Common file operations dialog box, integrated file operations dialog box commonly used commands, such as open, save, replace, etc., easy for beginners.
screen
- MFC 屏幕截取程序,使用Visual Studio截取屏幕一部分然后保存为位图文件-It is a MFC screen cut Program, can cut a part of screen and save as bitmap.
Task3
- 用MFC开发一个简单文本查看程序: ① 不能用MFC的CRichEditView或其它控件实现,用Textout等API实现文本绘制功能 ②能够打开、保存.txt格式的文本文件;③能够控制文本的大小、颜色、字体等,并实现相应的控制界面(对话框方式),设置后,当前显示的文本均按相应属性显示。④实现文本的编辑、查找、替换功能。 -A simple text viewer program developed using MFC: ① The MFC-CRichEditView or other
cDialogs
- VB中增加对话框支持,如文件打开、保存、打印、颜色选择、字体选择等,不需要VB中的文件框控件,直接采用API实现,很精简。 如选择音乐文件的调用方便如下: Private Sub cmdSelectMusic_Click() Dim cDialog As New CCommonDialogs Dim picFile As String, Filter As String cDialog.FileExtension = "*.bmp *.jpg" Filte
MFCjishiben
- 实现简单的记事本功能,实现存储,保存,另存为等功能。代码简单,需要一定的MFC基础。-Simple notepad storage, save, save as functions. The code is simple, requires a certain amount of MFC base.
text_editor
- VC下,用C++编写的带图形界面的文本编辑器。能在菜单栏中实现对txt文挡的打开、关闭、保存、另存为、新建、打印功能,对文档内容的撤销、复制、粘贴、剪切、删除、查找、替换、全选功能。可实现字体的设置功能,此外还有ToolBar工具条、状态栏、右键菜单(即上下文菜单)功能。-A text editor, programmed under VC, using C++ language with a graphical interface. Able to achieve in the open, c
screenshot
- 一个简单的屏幕截图程序,通过按按钮将当前屏幕截取,并转化为BMP文件存于桌面-a simple screenshot program,through press button catch current screen save as BMP document at desktop
CommonDlg
- 在窗口中输出一些内容。增加一个子菜单且在该子菜单下增加几个弹出对话的菜单项,当点击菜单项的时候弹出相应的对话框!如:颜色、查找、替换、字体、打开、另存为、打印等等!-Some of the content in the output window. Add a sub-menu and submenu in the pop-up dialog add several menu items, click on the menu item when it pops up the correspond
student
- 设计一个窗口,有导入、平均值、增加、查找、保存五个功能,有文件、结果、学生、成绩五个文本框,能实现对文档的导入,并能实现向文档中添加语句,还可以计算平均值和按目标查找数据。-Design a window with import, the average increase, find, save five functions, documented as a result, students, grades five text boxes, to achieve the import of th
gundongjindutiao
- 这种滚动模式的进度条在XP系统中很常见 比如XP开机画面、搜索文件、清理缓存……都见到这样的进度条 貌似论坛上出现得不多 当然,这种风格只能在XP及以上版本上使用 Win98,2000不支持 我在Delphi5上编译通过 工程中需加入一个manifest资源文件 资源文件的建立与加入方法详见MyProgressBar.dpr工程文件 如果在Delphi7上就省事多了,不需要manifest资源文件 直接放一个XPManifest控件就可以了
vcPP-pingmuluxiang
- 这套代码主要一个很好的类似录屏的软件,用户可以设置录像文件名和存储位置,并可以进行录像和抓图,还可以对已有录像文件进行播放、重命名、另存为、查看时间和删除等操作。-This code is similar to the main a good record screen software, the user can set the video file name and storage location, and can capture video and can also be played
DeskPicDown
- 本程序功能主要实现对电脑屏幕图像的截屏。并保存为BMP格式。-The program features the main achievement of the computer screen image screenshots. And save as BMP format.
DeskPicDownV1.3-DC
- 此程序代码主要实现将电脑屏幕图像截屏,并保存为JPG格式。-The main achievement of the computer program code screen image screenshots and save them as JPG format.
