搜索资源列表
Windows1111111
- windows消息大全:消息,就是指Windows发出的一个通知,告诉应用程序某个事情发生了。例如,单击鼠标、改变窗口尺寸、按下键盘上的一个键都会使Windows发送一个消息给应用程序。消息本身是作为一个记录传递给应用程序的,这个记录中包含了消息的类型以及其他信息。例如,对于单击鼠标所产生的消息来说,这个记录中包含了单击鼠标时的坐标。这个记录类型叫做TMsg,(我转贴的)-windows news Solutions : news means that Windows issued a noti
ziyuanliulanqi
- Windows的资源管理器想必大家都用过,该程序的窗口一分为二,左边的窗口显示本机当前所有驱动器以及驱动器中的所有文件夹,当用户单击文件夹后,如果该文件夹下面还有子文件夹,则上层文件夹展开显示下级的文件夹;否则,右边的窗口显示选择文件夹下的文件。该文档提供了实现方法。-Windows resource manager must have all used, the procedure is divided into two one window. The left window shows th
WindowsAPI
- 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。
窗口小程序
- windows窗口编程程序,最初期的窗口建立
OpenGL学习文档整理
- 在Windows环 境中创建 OpenGL 程序.它将显示一个空的 OpenGL 窗口,可以在窗口和全屏模式下切 换,按 ESC 退出.它是我们以后应用程序的 框架.
Windows程序编写
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。
获取所有打开的IE窗口的Cookie
- 获取所有打开的IE窗口的Cookie,教你怎么获取IE的Cookie,很不错的啊,Access to all open IE windows Cookie, teach you how to obtain IE' s Cookie, very good ah
03_vc_API
- Windows应用程序,窗口,事件驱动,句柄和Windows消息,Windows应用常用消息-Windows application, window, event-driven, handle and Windows news, Windows applications commonly used news
MyCalculation
- 题目:复杂计算器设计 要求:设计一个复杂的计算器,能实现Windows系统中计算器的功能。 (1)定义组件:0~9,+、-、*、/、C=按钮;显示屏文本行;菜单; (2)要求能关闭窗口;点击按钮,或键盘数字会在显示屏上输出结果; (3) 具有进制转换功能. -Title: complex design requirements calculator: design of a complex calculator, to achieve Windows system calcu
VB
- 从太平洋上下载下来的打包学习VB的教程。 》VB专区 ·Visual Basic 的数据库编程 ·使用VB建立Web Server ·VB与Windows资源管理器互拷文件 ·VB查找文件的两种方法 ·利用VB设计打印复杂报表 ·在VB中播放AVI文件 ·在VB中引用.dbf及索引文件 ·VB5.0中实现字体闪烁效果 ·在VB应用软件中实现动画效果 ·VB编程中如何锁定鼠标 ·用VB实现关闭所有数据库对象 ·VB调用
cyingyong
- Windows窗口与C++中的CWnd类的关系-Windows window with C++ in the relationship between the type of CWnd
windows-api_daquan
- 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。-Microsoft 32-bit platform application programming interfaces, Win32 API is essential in the Wi
vcPP-windows-design
- vc界面编程中,主要包含窗口设计的教程,从我们学校里找的资源哈,希望对界面设计的童鞋有用。-consists mainly of window design the vc interface programming, tutorials, and resources from our school to find, I hope useful for children' s shoes on the interface design.
02-Windows-Programming-and-MFC-Basic
- 本文摘自《零基础学C++》一书,介绍了windowsAPI函数,窗口句柄,事件,消息等基本概念。详细介绍了窗口设计,注册,显示更新等步骤。-The article is taken from the " zero-based learning C++" book introduces the basic concepts of the function of windowsAPI window handle, events, news, and so on. Window de
slide-windows
- 滑动窗口协议仿真,程序按照滑动窗口协议实现端对端的数据传送。包括协议的各种策略,如包丢失、停等应答、超时等都应有所仿真实现-The sliding window protocol simulation program, in accordance with the sliding window protocol implementation end-to-end data transmission. Including all kinds of strategies of the agreeme
windows-ofVB
- VB中,不同的功能模块在不同的窗口中实现,多窗口间的关系及编程.-VB, different functional modules implemented in different windows, and programming relationship between multiple windows.
topWindow
- 设置windows窗口置顶,,,在桌面最上边,而且不响应Win+D组合键-Set the windows, on the desktop, window top, top, and not in response to the Win+D key combination
WinMain
- 用C++实现一个小的Windows窗口,通过拖动鼠标改变窗口的大小-C++ to realize a small Windows window Change the size of the window by dragging the mouse
对外部程序进行控制实现操作自动化
- 本文讨论如何对外部程序进行控制,实现操作自动化的各种方法。在实际工作中,经常会遇到需要对现有的其它人编写好的程序窗口中的文本框、按钮等各种控件进行输入、点击等控制,从而实现操作自动化。由于这类程序是由别人编写的,自己没有原程序,无法通过修改程序,实现对程序的控制,所以我们只能另想办法。在现实中,可以把程序窗口分成两类,一类是标准的windows窗口,另外一类是网页式窗口,对于这两类窗口中的控件,其控制方法是不同的,下面分别进行介绍。(This article discusses ways to
Win32 API
- Win32 API Windows系统编程常用帮助文档,作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。