搜索资源列表
FullScreenDlgDemo_demo
- 对话框的全屏显示-the dialog full screen display
MiniPlayer (Win32 SDK)
- 这是一个用MCI String Interface编写的一个小播放器。有实用价值,可以用来播放.AVI .MPG, .ASF ..WMV文件。但整个程序作为编程参考更好些。程序提供了一个较完整的窗口框架,例如菜单处理,Rebar和Toolbar控制。程序还解决了几个编写Windows程序经常遇到的小问题:怎样把\"Opend\"对话框放到父窗口的中间?怎样实现全屏窗口?怎样让窗口总在最前面?-This is a String Interface with MCI prepared by a sm
FullDlg
- 用这类你可以实现全屏对话框,并且你用它可以切换到运行的其它应用程序中。-you can use these to achieve full-screen dialog box, and you can use it to switch to the other running applications.
ArielBrowseFolder
- 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 t
TableExample
- 此程序用标准的JAVA2实现了一个连接对话框和接入表,程序的设计与实现相当标准,完全符合JAVA2的规范,是一个不错的经典范例。-this procedure using standard JAVA2 achieve a connection dialog and access table, The Design and Implementation of a certain standard, in full compliance with the norms JAVA2, is a good
catchscreen
- 把整个桌面屏幕截图,保存下来,然后把对话框设置全屏顶层窗口,然后把保存下来的位图,在OnEraseBkgnd中把整个位图贴到对话框上,然后用像皮筋类选择截取范围,看起来就像操作屏幕一样-entire desktop screenshots, preserved and then set up full-screen dialog top window, then the preservation of the bitmap, in which the entire OnEraseBkgnd Bi
CommuofWindows
- 实现VC中分割窗体,并创建另一对话框,实现MainFrm中两个分割的窗体和对话框之间的通讯,充分利用窗口之间的消息,实现窗口之间的通讯和数据传递!-VC separate windows, and the creation of another dialog box, MainFrm achieve two separate windows and dialog between the communications, and make full use of the window between
vc_jiqiaoshili_part2_3
- Visual.C++程序设计技巧与实例--配套光盘 第2章 MSDEV集成环境与VC编译器 共1个实例 1. MyAppwizard:定制一个AppWizard 第3章 对话框和控件 本章共有15个实例: 1. RedBK 改变对话框背景颜色 2. BitmapBK为对话框设置一幅背景图 3. DlgDemo创建和使用非模式对话框 4. ESCNoExit按ESC时对话框不退出 5. DlgToolTip实现对话框控件的ToolTip 6. Smoot
FullScreenOfMfc
- 关于对话框如何实现全屏,vs2005中调试通过-dialog on how to achieve full screen, which debugging through vs2005
Ccommdlg
- 公用对话框.全代码实现.让你的程序不需要其它的OCX.这是API实现的-common dialog. Achieve full code. Let your program does not need other OCX. This is the API
HC-ACTBAR2-HHZEALOT
- ActiveBar 是一款设计用户界面必不可少的 ActiveX 控件,如果你想让自己的程序变得更专业,就必须用它。使用它可以制作出像 Word 一样的个性化菜单、“自定义”对话框;像 Outlook 的快捷按钮栏;像 CorelDRAW 的入坞式窗口;像 Delphi 的控件选择页面。并且使用十分简单,保存设计图和加载设计图都十分简单,只用几个方法既可。SP3 中全面支持了 XP 样式,可以在非 XP 操作系统中实现XP 的介面。这个控件可以用在 VB5、VB6 和 VC++ 上。 内涵破解文
在VC++6.0开发中实现全屏显示
- 全屏显示是一些应用软件程序必不可少的功能。比如在用VC++编辑工程源文件或编辑对话框等资源时,选择菜单“View\\Full Screen”,即可进入全屏显示状态,按“Esc”键后会退出全屏显示状态。-full screen display is the number of application software programs essential to the function. For example, in the VC + + editing projects source docu
open_win32_class
- 今天写了个基于MFC对话框的OpenGL类:COpenGL,可以在对话框程序中使用OpenGL了,并且提供了全屏与非全屏转换的两个函数,很容易使用,速度快。-today was based MFC dialog OpenGL categories : COpenGL, in the dialog box procedure can use OpenGL, and provided a full-screen and full-screen-two conversion functions, ea
mailsocke
- 这是一个邮件收发的程序。有简单的对话框构成。可以设置邮箱。然后就可以进行收发邮件。程序虽然比较简单,但是却完全实现邮件的功能。-This is a mail procedures. A simple dialog box form. Mail can be set up. Then you can e-mail. Although the process is relatively simple, but the full realization of e-mail functions.
nonfullscreendemo.zip
- window mobile 中非全屏显示对话框,window mobile Central African full screen dialog box
OperateFile
- 本实例演示了如何拷贝、删除和移动文件,在对话框左边的编辑框中输入要拷贝(删除或移动)的文件的完整路径,-This example demonstrates how to copy, delete and move files in the left dialog box to copy edit (delete or move) the full path of the document,
dlgfullscreen
- 对话框实现全屏的简单方法,非常实用,一学就会,大家看代码吧-Full-screen dialog box to achieve a simple method, very useful to a school will be, we look at the code it
screen
- EVC下全屏幕显示源代码,介于对话框格式的,非常不错-Full screen display under EVC source code, ranging from the format dialog box, very good
Build-Dialog-DLL-(MFC)
- 用visual stdio 2010编写的在MFC框架下如何将对话框模块做成dll,里边有全套代码,欢迎下载-MFC framework written in Visual of stdio 2010 dialog module is made of the dll, inside with a full set of code are welcome to download
Dialog
- 简单的全屏截图和最顶层截图,稍加修改即可使用。-Simple full-screen shots and the top-most shots, a little modification can be used.