搜索资源列表
MessageBoxTimeout API
- For reasons unknown, Microsoft has never documented the MessageBoxTimeout API located in user32.dll so here it is for those seeking a Message Box that times out and auto closes if the user does not respond to it first.
操作系统进程内存管理模拟特别版
- 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。
StatusBarACT_demo
- 一个状态栏类使用的例子 可以根据文本自动调整格子大小(Auto-fit of text ),可以响应消息(Command notifications to the parent window ),当鼠标移动到格上时会有提示信息(Tool-tips on panes ),移到某一格时改变鼠标形状(Cursors for panes ). 作者:Paul S. Vickery -a status bar the use of such ex
用ATL开发复合控件
- 如何用ATL建立复合控件,以及如何响应连接点事件。考虑到代码很简单,程序中没有加注释,如有不清楚请参看MSDN,代码仓促中完成,不免有疏漏,见谅-how to build ATL composite controls, and how to respond to incidents connection points. Taking into account code is very simple, procedures not a
ShellExtGuide7_demo
- 如何编写自画上下文菜单项的Shell扩展 以及如何使上下文菜单扩展响应文件夹窗口背景上的鼠标右击事件-how to prepare for self-portraits context menu items Shell expansion and how to respond to the context menu expanded background folder window, right click the mouse on t
JBuilder制作音频播放程序(2)
- JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我
poatest
- 工作环境为Linux,CORBA的开源项目MICO。此程序完整的实现了如何实现POA的守护例程MICOD来响应客户端的请求,然后唤醒服务器端来处理客户端的请求。-working environment for Linux, the open-source project CORBA MICO. This integrity of the process of the realization of how the POA guard ro
ComboListCtrl
- 一个可以编辑的CListCtrl控件,里面提供了一个文本类,可以响应鼠标的消息并在该位置出现一个动态编辑框,然后保存输入的内容,很具有参考价值,希望对大家有所帮助.-one can edit the CListCtrl controls inside offers a text type can respond to mouse and the news in the position of an emerging dynamic ed
shutontime
- 一个定时关机的程序,里面比较有价值的一个是系统托盘的灵活运用,怎么响应消息和更新.另外一个是关机功能的实现.希望对大家有帮助.-a regular shutdown procedures, inside a valuable system tray is the flexibility in the use of information and how to respond update. Another shutdown is ach
tftpTEST
- TFTP 协议实现和测试 本程序,包含server和client,自收自发. 客户直接把PACK发到SERVER的接收队列中,SERVER直接把PACK 发到CLIENT的接收队列中. 具有超时重发功能. 各自解释收到的该包,并响应-TFTP protocol and the test procedures, including server and client, collected spontaneously.
neteasy0.2beta
- 一个基于UDP协议的简单的网络聊天工具,聊天程序既是客户端,可以链接到远程主机,同时又是UDP服务器,可以响应计算机的链接要求,而且增加一个服务器,提供注册和监控的功能。-based on a simple UDP network chat tools, chat program is the client, can link to a remote host, but it is also UDP server, the comput
OutlookAddin
- outlook 插件 在outlook 中添加弹出试菜单 , 以及响应事件!-outlook Outlook plug-in to add pop-up menu trial, and to respond to the incident.
一个用socket来实现HTTP下载的程序源码
- 本文附带源代码还包括了一个使用CHttpSocket实现下载功能的例子工程.注意,所有的调用都是阻塞的,所以最好为一个下载任务创建一个线程,否则会导致界面无法响应用户输入. 程序运行界面如上图,显示了请求头,回应头以及下载进度.-fringe source code is also included use of a functional CHttpSocket download the example works. Attentio
仿真滤波器的字长效应
- 这个程序可以仿真FIR滤波器的字长效应对滤波效果的影响-this process simulator can FIR filter the characters respond to long-term effect of filtering
dos622
- Object Inspector窗口含有两页:Properties页显示窗体中当前被选择部件的属性信息,并允许改变对象的属性;Events页列出了当前部件可以响应的事件。按动Object Inspector下端的“Events”页标签,使得Events页可见,这一定的事件后边的空白处,可以定义对象接受到相应事件时执行的动作。首次启动时,Object Inspector窗口显示的是当前窗体Form1的属性。Object Inspecto
SiteGroupManageClasses
- 用例模型是以专门术语描述实际系统功能需求的原型。在用例模型中,一个实际系统功能需求被表示为一个到多个系统行为(System Behavior)。为便于描述系统行为的动态过程,在用例模型中还使用活动图(Activity Diagram)来描述系统内部状态的变化过程(还配套状态图和事件流图)。激发一个系统行为的第一信息来源和目标被称为角色(Actor),而当系统行为发生后会对第一信息来源产生反应。角色只能在系统边界以外,用例模型实际上表现了
respond-d6
- Delphi/CppBuilder respond-d6
Programmed.respond.mouse.VB.code.dynamic.display.r
- VB编程设置响应鼠标动态显示代码Programmed to respond to mouse VB code dynamic display -Programmed to respond to mouse VB code dynamic display
The-application-respond-to-the-mouse
- windows应用程序对鼠标的响应,附详细设计代码-Windows application respond to the mouse
Respond-a-speed-test
- vb原码。可以迅速测量你的手眼反应的速度,估计你你的应急能力。-Respond a speed test