搜索资源列表
list很有用
- 这是一个质量特别特别高的软件,支持list控件的编辑,改变颜色,鼠标捕捉,截获消息,里面嵌入了进度条等。为了中国的软件事业,好东西拿出来改大家,希望改变我们的程序员的小气心理。-This is a particularly high especially in the quality of software, supports the editorial control list, change in color, mouse capture, intercepted information e
键盘相应 lift byhangke
- 1. 深刻理解Windows的运行机制。 2. 深刻理解Windows的消息接受和发送机制。 3. 了解API程序的运行过程。 创建按钮控件系列,演示按钮的响应-1. Deep understanding of the Windows operating mechanism. 2. Windows profound understanding of the receiving and sending information mechanism. 3. Understanding th
键盘相应 shift byhangke
- 1. 深刻理解Windows的运行机制。 2. 深刻理解Windows的消息接受和发送机制。 3. 了解API程序的运行过程。 创建按钮控件系列,演示按钮的响应-1. Deep understanding of the Windows operating mechanism. 2. Windows profound understanding of the receiving and sending information mechanism. 3. Understanding th
NETTransactions
- NET的事务控制 在分布式应用程序中,不可避免地会经常使用到事务控制。事务有一个开头和一个结尾,它们指定了事务的边界,事务在其边界之内可以跨越进程和计算机。事务边界内的所有资源都参与同一个事务。要维护事务边界内资源间的一致性,事务必须具备 ACID 属性,即原子性、一致性、隔离性和持续性。 本地事务和分布式事务 -------------------- 本地事务是其范围为单个可识别事务的数据资源的事务(例如,Microsoft SQL Server 数据库或 MS
huitu805
- 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对象) 注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源 每一个new操作符都要对应一个delete 虽然已经弄出来了,还是希望大家好好读读源程序-on VC and windows gr
Code
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
keyboard
- 这是一个用Windows API写的屏幕键盘。是很好的编程参考代码。 程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息; 鼠标的钩子函数-This is a Windows API to write the screen keyboard. Programming is a good reference source. Inside there are two new Wanton : Button Subclassing, while their own m
2005322201727
- 程序名称:VC++6.0中利用图像扫描控件控制扫描仪 运行环境:win2000pro vc6 扫描仪 测试内容:scanner.dsw 注意事项:安装与调试环境:必须安装了扫描仪,VC++6.0扫描后,文件暂存到D:\\you,可在扫描结束的消息处理函数中加入你的函数,你的函数这时可直接读取该文件的数据,以便处理-procedures name : VC 6.0, which controls the use of image scanning control scanner operating
消息框大全
- 此程序是关于对话框中各个按钮的使用以及消息框的使用的比较全面的试验,并且带有文字说明,是很好的程序!该程序来自免费下载,版权非本人所有!-dialog on the various buttons and use the information box compared the use of the comprehensive test, and with a textual descr iption, the procedure is a very good! Proceedings from
OK
- VB 调用API应用,读取第三方程序上的窗体或控件,发送消息自动点按钮或向文本框输入内容-API Application For VB .Get handle of the window or countrols in other program ,send message to click the button or input characters in textbox controls
1
- 编写一个WINDOWS应用程序,要求:能实现按下鼠标右键弹出一个消息对话框 按下键盘上一个非系统键能弹出一个显示按下键的ASCII码的消息对话框.-Write a WINDOWS application requirements: to achieve the right mouse button pops up a message box press a keyboard key to pop up a non-system display the ASCII code of pressed
tubiao
- 本程序显示桌面所有图标的标题。代码示范了如何使用VirtualAlloc(),WriteProcessMemory() 和 ReadProcessMemory() 在不同的进程中分配内存。用Windows的消息获得图标的名称。-The program displays desktop icon title. The code demonstrates how to use the VirtualAlloc (), WriteProcessMemory () and ReadProcessMemo
HappyChristmas
- 抖动窗口的恶作剧小程序。运行起来以后会无限抖动当前窗口。直到用户在指定的消息框中点了确定按钮。c语言实现模仿前多时间流行的vb实现的HappyChrismas-Jitter window prank program. Shake the current window up and running indefinitely. Until the point specified in the message box OK button. c language to imitate the forme
WinMain
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数-Windows programs running principle and programming process, the the window generation process, handle principle, message queues, the callback function
20101206
- 达内C++一部分学习笔记 Win32 Windows编程 1 Windows编程基础 2 Windows文字的编码 3 窗口程序 4 窗口消息 5 菜单和加速键 6 绘图 7 对话框 8 基本控件-Reached within C++ part of the study notes Win32 Windows programming Windows Programming Fundamentals Windows text encodin
MOUSECLICK
- 显示鼠标在窗口的位置。当点击左边按键时,显示鼠标输入消息,并且鼠标图形变成沙漏,点击右边按键时,退出程序-The position of the mouse in the window. When clicking on the left button, the mouse input messages and graphics into an hourglass mouse, click on the right button, exit the program
MouseCallbackGUI
- 本程序是MFC中的,点击鼠标时产生的消息响应函数的编写。对初学MFC的人很有用。-This program is a message in MFC, produced in response to a mouse click function when writing. MFC for beginners who useful.
AGBZ
- 消息传递机制是WINDOWS编程的基础,只有深入了解了才能更好地编写WINDOWS程序()