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. Platform: |
Size: 14896 |
Author:ljm |
Hits:
Description: 一个基于对话框应用的TinyNetStat,该应用用来查询本机的网络状态信息以及统计IP信息,跟Win32平台自带的NetStat有相似的功能。该程序主要使用IP助手函数GetTcpTable,GetUdpTable以及GetXXXStatistic来编制,整个过程应该比较简单,tinyle 没花多少时间就写出来了,呵呵。-a dialog-based applications TinyNetStat, the application can be used to query the network for the state of IP information and statistical information, with the Win32 platform onboard NetStat a similar function. The program mainly use IP function GetTcpTable aides, and GetXXXStatistic GetUdpTable preparation, the whole process should be relatively simple, tinyle did not spend much time on writing out, huh. Platform: |
Size: 75410 |
Author:乐浩军 |
Hits:
Description: 一个基于对话框应用的TinyNetStat,该应用用来查询本机的网络状态信息以及统计IP信息,跟Win32平台自带的NetStat有相似的功能。该程序主要使用IP助手函数GetTcpTable,GetUdpTable以及GetXXXStatistic来编制,整个过程应该比较简单,tinyle 没花多少时间就写出来了,呵呵。-a dialog-based applications TinyNetStat, the application can be used to query the network for the state of IP information and statistical information, with the Win32 platform onboard NetStat a similar function. The program mainly use IP function GetTcpTable aides, and GetXXXStatistic GetUdpTable preparation, the whole process should be relatively simple, tinyle did not spend much time on writing out, huh. Platform: |
Size: 74752 |
Author:乐浩军 |
Hits:
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:
Description: 基于WIN32的模态对话框应用程序,调试通过,适合初学者学习。-Based on the modal dialog box WIN32 application, debugging through for beginners to learn. Platform: |
Size: 1155072 |
Author:曹志民 |
Hits:
Description: Windows 单线程程序设计
加深对进程概念的理解,尤其是进程的动态性,并发性。
2.了解进程如何被创建和终止。
3.学习win32多线程函数的使用
4.学习在vc++下建立基于对话框的工程及编程技术-Windows single-threaded program design to enhance understanding of the concept of the process, especially the process of dynamic, complicated. 2. To understand the process of how to create and terminate. 3. Learning function win32 multithreaded 4. Learning in vc++ under the dialog based on the engineering and programming techniques Platform: |
Size: 230400 |
Author:li |
Hits:
Description: 生成hello (Win32)、helloV(单文档、无文档/视图结构)、exhello(单文档、文档/视图结构)和exdlg(基于对话框)四个程序框架。添加一个快捷菜单,在其下添加显示、隐藏、红色、绿色、蓝色等菜单项,进行消息映射,添加OnContextMenu函数,编写代码,实现快捷菜单。
-Generated hello (Win32), helloV (single document, no document/view structure), exhello (Single Document, Document/View structure) and exdlg (dialog-based) framework for the four procedures. Add a shortcut menu, to add in its next show, hide, red, green, blue and other menu items, for news map, add OnContextMenu function, write code to achieve the shortcut menu. Platform: |
Size: 2531328 |
Author:herome |
Hits:
Description: < Windows多媒体编程基础>> 第一章源代码
wm_char 一个最简单的Win32应用程序,响应击键动作
Hello 演示如何建立基于对话框的MFC应用程序
Frame 演示单文档MFC工程中各主要文件的作用
-< <Windows多媒体编程基础> > Chapter source code wm_char one of the most simple Win32 applications, the keyboard action in response to Hello demonstration of how to create a dialog-based MFC Application MFC Single Document Frame demonstration project in the role of the key documents Platform: |
Size: 134144 |
Author:王辉 |
Hits:
Description: 一直以来,Windows应用程序是基于GDI/User 窗口结构的,而这个结构限制了不少地方。当你尝试使用这个内建的控件集,然后简单迅速地得到了一个非常非常漂亮的应用程序的之后,你就会理解这个限制。
一个无窗体的用户界面并不使用原始的Win32控件。取而代之的是,给屏幕上的每个控件定制图像显示:包括标签、按钮、列表框等等。使用这一种接口以及不是最新的了:大部分很酷的程序都开始“皮肤”,比如WinAmp和MS Media Player。不过skinning只适合一些小的应用程序,它们拥有很少的对话框。如果你正在做一个数据库驱动的程序,你需要一个固定的框架.-All along, Windows applications are based on GDI/User window structure, and this structure limits in many areas. When you try to use the built-in control set, and then simply and rapidly got a very, very nice application, you ll understand this limit.
A free form user interface does not use the original Win32 controls. Instead, to customize the on-screen image display for each control: including labels, buttons, list boxes and so on. Use this kind of interface and not up to date: the majority of programs have begun to cool "skin" such as WinAmp, and MS Media Player. But skinning is only suitable for small applications, they have very little dialog box. If you re doing a database-driven program, you need a fixed framework. Platform: |
Size: 222208 |
Author:邱鹏 |
Hits:
Description: MFC中使用WIN32 API线程函数创建一个多线程程序,本例是基于对话框的应用程序。-MFC thread using WIN32 API functions to create a multi-threaded program, in this case is a dialog-based applications. Platform: |
Size: 1897472 |
Author:钟毅 |
Hits:
Description: 用最简单的方法写得WIN32程序,基于对话框,显示所有窗口的标题。不使用MFC。VC6下编译。程序仅172K大小。小巧精悍。-win32 dialog based simplest application that enumerates all open windows titles. Platform: |
Size: 34816 |
Author:杨昊天 |
Hits:
Description: 基于win32的应用程序,先产生对话框,按键,退出对话框,进入主程序,绘制正弦曲线-Based on the win32 application, first create dialog, buttons, exit the dialog box, enter the main program, sine curve drawing
Platform: |
Size: 234496 |
Author:LOKI |
Hits:
Description: 基于WIN32的模态对话框应用程序,调试通过,适合初学者学习。-Based on the modal dialog box WIN32 application, debugging through for beginners to learn. Platform: |
Size: 7168 |
Author:xinag3ie978 |
Hits: