Welcome![Sign In][Sign Up]
Location:
Search - dialog win32

Search list

[Dialog_WindowWin32 编程中字体的应用

Description: win32 编辑中字体的应用,修改对话框中的字体。-win32 font editing application, modify the Font dialog box.
Platform: | Size: 149209 | Author: zhangrenhui | Hits:

[Multimedia programMiniPlayer (Win32 SDK)

Description: 这是一个用MCI String Interface编写的一个小播放器。有实用价值,可以用来播放.AVI .MPG, .ASF ..WMV文件。但整个程序作为编程参考更好些。程序提供了一个较完整的窗口框架,例如菜单处理,Rebar和Toolbar控制。程序还解决了几个编写Windows程序经常遇到的小问题:怎样把\"Opend\"对话框放到父窗口的中间?怎样实现全屏窗口?怎样让窗口总在最前面?-This is a String Interface with MCI prepared by a small player. Have practical value, can be used to broadcast. AVI. MPG,. ASF WMV .. documents. But the whole process as a programming reference better. The procedures provide a more comprehensive framework for a window, for example, the menu, Rebar and Toolbar control. Procedures also resolved to prepare a few Windows programs frequently encountered problems : how to "Opend" dialog window father put in the middle? How to achieve the full-screen window? How do we let the general window in front?
Platform: | Size: 20427 | Author: 张紫竹(张维) | Hits:

[GUI Developappface_vc

Description: AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: \"appface.h\", \"appface.dll\" ,\"gtclassic.urf\" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将\"appface.h\" 拷贝到该工程目录下,将\"Appface.dll\"拷贝到该工程的输出目录下,例如:\"debug\\\",将\"gtclassic.urf\"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择\"Import\",将\"gtclassic.urf\"添加进工程,资源类型设定为: \"MYRESTYPE\",资源ID设定为\"IDR_MY_URF\"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll" copied to the output of the project directory, for example : "debug \\", "gtclassic.urf" copy of the directory containing the resources. VC in the project manager to enter the resource management, and in the right me
Platform: | Size: 590150 | Author: 钱博 | Hits:

[Video Capturevcap

Description: vcap源代码这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-vcap source code This is a pure Win32 API application, No MFC. Procedures demonstrated the VFW (Video for Windows) use. Show video from the camera and can be intercepted off the video saved as AVI files. Process model of non-rectangular windows programming as well as file Universal Realization of the dialog box. This code is a rare example of a beginner program.
Platform: | Size: 19456 | Author: 周哲 | Hits:

[Consolewin32dlg

Description: 在控制台程序中实现对话框和满屏特性 此程序是一个纯粹的Demo例子,示范如何在控制台程序中实现对话框赫满屏显示。 -console procedures in achieving dialog and dual HDMI inputs and more characteristic of this process is a purely Demo example of how the console model procedures to achieve dual HDMI inputs and more dialog He shows.
Platform: | Size: 4096 | Author: 明亮 | Hits:

[GUI Developappface_vc

Description: AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug\",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll" copied to the output of the project directory, for example : "debug \", "gtclassic.urf" copy of the directory containing the resources. VC in the project manager to enter the resource management, and in the right me
Platform: | Size: 589824 | Author: 钱博 | Hits:

[VC/MFCWindows程式设计

Description: 如果对Windows开发有什么问题的话,请翻阅PetZold的著作吧。在《Window程序设计》(第5版)中,这位杰出的“Windows先锋奖”(Windows Pioneer Award)获得者根据最新的Windows操作系统权威技术修订了他的经典著作——再一次演示了基本的Win32程序设计的API核心内容。本书的内容包括: ** 基本内容——输入、输出和对话框 ** Unicode概述 ** 图形——绘图、文本和字体、位图和元文件 ** 内核和打印机 ** 声音和音乐 ** 动态链接库 ** 多任务和多线程 ** 多文档界面 ** Internet和 Intranet的程序设计 其中采用的大多是具有代表性的示例,这本Petzold著作为使用 Windows 95、Windows 98或 Windows NT的各级windows程序员提供了最基本的参考和指导。没有经验的开发人员也可以从中获取大量的新知识-on Windows development if any questions, please refer to the writings PetZold it. In "Window Design" (Release 5), this outstanding "Windows Pioneer Award" (Windows Pioneer Award) winner According to the latest Windows operating system technical amendments to the authority of his classics-- once again demonstrated the basic Win32 API programming core content. The book's contents include :** basic elements-- input, output and dialog outlined**** Unicode graphics-- graphics, text and fonts, bitmaps and metafiles kernel and printers****** voices and music dynamic link library** multi- Treasury and multi-threaded multi-document interface**** Internet and Intranet program design which is the most representative example of this Petzold book for the use of Wind
Platform: | Size: 2982912 | Author: 刘建国 | Hits:

[Dialog_WindowWin32 编程中字体的应用

Description: win32 编辑中字体的应用,修改对话框中的字体。-win32 font editing application, modify the Font dialog box.
Platform: | Size: 148480 | Author: zhangrenhui | Hits:

[Multimedia programMiniPlayer (Win32 SDK)

Description: 这是一个用MCI String Interface编写的一个小播放器。有实用价值,可以用来播放.AVI .MPG, .ASF ..WMV文件。但整个程序作为编程参考更好些。程序提供了一个较完整的窗口框架,例如菜单处理,Rebar和Toolbar控制。程序还解决了几个编写Windows程序经常遇到的小问题:怎样把"Opend"对话框放到父窗口的中间?怎样实现全屏窗口?怎样让窗口总在最前面?-This is a String Interface with MCI prepared by a small player. Have practical value, can be used to broadcast. AVI. MPG,. ASF WMV .. documents. But the whole process as a programming reference better. The procedures provide a more comprehensive framework for a window, for example, the menu, Rebar and Toolbar control. Procedures also resolved to prepare a few Windows programs frequently encountered problems : how to "Opend" dialog window father put in the middle? How to achieve the full-screen window? How do we let the general window in front?
Platform: | Size: 20480 | Author: 张紫竹(张维) | Hits:

[Software EngineeringProgrammingWindowsCHS

Description: 《Windows 程序设计(第5版)(上、下册)》 如果对Windows开发有什么问题的话,请翻阅PetZold的著作吧。在《Window程序设计》(第5版)中,这位杰出的“Windows先锋奖”(Windows Pioneer Award)获得者根据最新的Windows操作系统权威技术修订了他的经典著作——再一次演示了基本的Win32程序设计的API核心内容。本书的内容包括: ** 基本内容——输入、输出和对话框 ** Unicode概述 ** 图形——绘图、文本和字体、位图和元文件 ** 内核和打印机 ** 声音和音乐 ** 动态链接库 ** 多任务和多线程 ** 多文档界面 ** Internet和 Intranet的程序设计 其中采用的大多是具有代表性的示例,这本Petzold著作为使用 Windows 95、Windows 98或 Windows NT的各级windows程序员提供了最基本的参考和指导。没有经验的开发人员也可以从中获取大量的新知识。 -"Windows programming (Release 5) (, Volume) "If Windows developers have any problems, please read the book PetZold it. In "Window Design" (Release 5), this outstanding "Windows Pioneer Award" (Windows Pioneer Award) was who according to the latest Windows operating system technical amendments to the authority of his classics-- once again demonstrated the basic the Win32 API programming core content. The book's contents include :** basic elements-- input, output dialog and outlined**** Unicode graphics-- graphics, text and fonts, yuan bitmap file and the kernel and printers****** voices and music dynamic link library** multi-tasking and multi-threading**** Document Interface Internet and Intranet design procedures which use is the most represent
Platform: | Size: 3078144 | Author: 大头卫 | Hits:

[File Operatewin32IO

Description: WIN32 SDK文件流函数操作实例代码-Win32 SDK documentation flow function operation code examples
Platform: | Size: 8192 | Author: brianyao | Hits:

[EditBoxaddcolortoctrl2302window

Description: 一个完全的 Win32 程序。示范了如何改变窗口控制的背景颜色和字体颜色,如列表框,静态控制,编辑框以及单选按钮和复选框,程序使用了Window系统中颜色选择对话框。 -a complete Win32 process. Demonstration of how to change the window control the background color and font colors, such as box, static control, edit box and the radio buttons and check boxes, the procedures for the use of Window System color selection dialog box.
Platform: | Size: 11264 | Author: 李李李 | Hits:

[OpenGL programOpenGLmachine

Description: 这是一个win32控制台程序,运行时会弹出一个对话框,并且使用opengl绘制一个几何物体-This is a win32 console procedures, operations will pop up a dialog box, opengl rendering and the use of a geometric object
Platform: | Size: 446464 | Author: 刘海云 | Hits:

[ComboBoxtax

Description: to use an ActiveX control in your Win32 Project without MFC with CreateWindowEx or in a dialog box-to use an ActiveX control in your Win32 Proj ect without MFC with CreateWindowEx or in a dial og box
Platform: | Size: 34816 | Author: ASD | Hits:

[Windows CELtWtDlg_src

Description: Window Wrapper for WinCE Win32 dialog a
Platform: | Size: 12288 | Author: | Hits:

[Button controlbutton

Description: 先建立一个标准的Win32 Application 工程.选择a simple Win32 Application. 然后建立我们的资源文件首先新建一个对话框资源,资源ID改为IDD_MAIN_DLG 然后在其上新建一个按钮控件资源ID改为IDC_ODBUTTON,此按钮的styles中必须选中owenerdraw属性. -To create a standard Win32 Application project. Choose a simple Win32 Application. And then the establishment of our resources to create a new document dialog box first of all resources, resource ID and then changed to IDD_MAIN_DLG its resources to create a new button control ID changed IDC_ODBUTTON, this button styles that must be selected attributes owenerdraw.
Platform: | Size: 51200 | Author: 张松宝 | Hits:

[Dialog_WindowaBitmap

Description: 一个简单的WIN32API对话框示例程序。-A simple dialog box example Win32API procedures.
Platform: | Size: 930816 | Author: no | Hits:

[GDI-BitmapCaptureWindow_demo

Description: Capturing window content can be done easily by using the ::BitBlt(..) from the screen DC however, this kind of implementation forces you to make sure that the window you want to capture is on top of the screen. In this project, to capture all the screen (Desktop), this technique is useful. Because it s not good for capturing covered windows, I capture windows with the ::PrintWindow(..) API. The project is a MFC-dialog based application, built with VC6. However, as mentioned above, all the implementations are inside the CaptureEx class, so actually MFC is being used just as a wrapper for the GUI the CaptureEx functionality is implemented with the Win32 API. In that way, Win32 applications can also benefit from the class.-Capturing window content can be done easily by using the:: BitBlt (..) from the screen DC however, this kind of implementation forces you to make sure that the window you want to capture is on top of the screen. In this project, to capture all the screen (Desktop), this technique is useful. Because it s not good for capturing covered windows, I capture windows with the:: PrintWindow (..) API.The project is a MFC-dialog based application, built with VC6. However, as mentioned above, all the implementations are inside the CaptureEx class, so actually MFC is being used just as a wrapper for the GUI the CaptureEx functionality is implemented with the Win32 API. In that way, Win32 applications can also benefit from the class.
Platform: | Size: 14336 | Author: ljm | Hits:

[VC/MFCcode

Description: 1 BallMove 使用Win32 API线程函数创建多线程程序实例源码 2 UIThreadDemo1 不创建用户界面线程耗时操作的实例源码 3 UIThreadDemo2 创建用户界面线程耗时操作的实例源码 4 WorkThread 创建工作线程,并实现线程间通信的实例源码 5 CSemaphoreDemo 使用CSemaphore类实现线程同步的实例源码 6 SearchFile 通过多线程实现文件查找的实例源码 7. DlgActiveXDemo 在对话框应用程序中使用ActiveX控件的实例源码 8. SDIActiveXDemo 在单文档应用程序中使用ActiveX控件的实例源码 9. OleEdit 使用MFC开发ActiveX控件实例源码 10. Boxer 使用ATL开发ActiveX控件实例源码 11.ADO-PROM ADO数据库综合应用源码-1 BallMove use Win32 API function to create multi-threaded thread instance 2 UIThreadDemo1 source does not create a user interface thread an example of time-consuming operation 3 UIThreadDemo2 source user interface thread to create time-consuming operation example 4 WorkThread the creation of source code lines process, and to achieve inter-thread communication examples of the use of source CSemaphore category 5 CSemaphoreDemo realize examples of thread synchronization source 6 SearchFile through the realization of multi-threaded file search examples of source 7. DlgActiveXDemo application in the dialog box to use ActiveX controls Examples of source 8. SDIActiveXDemo in a single document application examples of the use of ActiveX controls source 9. OleEdit development of ActiveX controls using MFC source code examples 10. Boxer use ATL source code examples of the development of ActiveX controls 11.ADO-PROM ADO Database Application source
Platform: | Size: 29230080 | Author: Misszhao | Hits:

[Dialog_WindowWin32

Description: 纯API创建对话框和通过数组批量建立各种控件-API CREATE DIALOG AND A LOTS OF BUTTON
Platform: | Size: 2415616 | Author: 小马 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net