搜索资源列表
按钮控件01
- 扩展控钮控件,在按钮上增加位图,有两个焦点点击时,可分别点相当于两个按钮。-extend control button to control the button to add bitmap, two focus click, can be the equivalent of two point button.
PrompotDialog
- 象MSN一样的提示信息, 并且提示后不会强占焦点-MSN as the same message, and suggested the focus would not usurp
1. A block cipher cryptosystem using wavelet tran
- 在现在信息的安全性得到了重视,水印技术在信息隐藏中是一种新的方法。这篇文章能够帮助我们理解水印技术。-now information security has been the focus of attention, watermark technology in the Information Hiding is a new approach. This article can help us to understand watermarking technology.
Hook程序-无焦点的CommandButton控件
- 无焦点的commandbutton控件,有兴趣的可以看看哦-without commandbutton focus of the controls are interested can see oh
Lesson7Code
- 对话框用户界面程序的编写,如何向对话框控件联接数据成员及其实现机理,如何向对话框控关联控件类,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通
winsocket++
- TCP/IP Winsock编程实例,利用Winsock编程由同步和异步方式,同步方式逻辑清晰,编程专注于应用,在抢先式的多任务操作系统中(WinNt、Win2K)采用多线程方式效率基本达到异步方式的水平,应此以下为同步方式编程要点进行快速通信 -TCP / IP Winsock programming examples, the use of Winsock programming from synchronous and asynchronous, synchronous mode l
TC 2.0 挖地雷
- TC 2.0 挖地雷 关于TC2.0版的挖地雷 1、整个游戏基于事件驱动的工作方式,这一点和windows应用程序是相通的。在程序的主 干中,不停的捕捉鼠标事件,再通过一个函数: Bool analysis(CPoint point, ClickInfor infor) 来分析鼠标事件作用在哪个对象上(游戏中的元素,比如按钮、菜单、地雷单元格都是 作为一个对象来看待),然后把鼠标事件分配到相应的对象上。不同的对象,对鼠标事件 有自己的事件处理函数,比如
计算机组成原理教学大纲和教学重点与难点
- 计算机组成原理教学大纲和教学重点与难点,用WORE的形式展示 -computer principle focus of the curriculum and teaching and difficulties with the form displayed WORE
电子地图查询系统 V0.90源代码
- 软件简介:给象我一样刚接触MAPX的朋友看看,希望大家多多指教,因为里面有许多问题我还是很不懂的. 这个系统本来应该注重于查询的,但查询有点问题,精确查询还好,模糊查询是错误的,大家可以看我的代码,模糊查询应该和精确查询是一样的,只是查的是所有图层罢了.所以想请教一下大家怎样可以模糊查询,看了代码,照着做了,好像还不是很行,^_^. 现在想把它完善一下,改的地方有鹰眼和查询结果做为浮动窗口,地图自动适-software descr iption : to begin, as I like to
5.如何使用回车键切换输入焦点?
- 通过回车键改变窗口按钮的焦点,防止按回车键程序直接退出。-shortcut through the window button to change the focus to prevent the press the Enter button directly from.
二分覆盖
- 二分图是一个无向图,它的n 个顶点可二分为集合A和集合B,且同一集合中的任意两个顶点在图中无边相连(即任何一条边都是一个顶点在集合A中,另一个在集合B中)。当且仅当B中的每个顶点至少与A中一个顶点相连时,A的一个子集A 覆盖集合B(或简单地说,A 是一个覆盖)。覆盖A 的大小即为A 中的顶点数目。当且仅当A 是覆盖B的子集中最小的时,A 为最小覆盖。-two hours map is an undirected graph, it n vertices can be divided into t
nettoolsssss
- nettools集中了所有的网络工具代码 方便简单容易看懂-nettools focus all of the code to facilitate networking tools simple and easy to read
menuWnd
- 模拟菜单的类。弹出时不会导致父窗口失去焦点。因为是一个普通CWnd派生类,可以随便怎么画-simulation menu category. When the pop-up window will not lead to the father lost its focus. Because it is an ordinary CWnd derived class, how can casually painting
PinnableDlg_demo
- 这个类可以让你有一个对话框,用户可以改变\"pinned\"的状态以在无模式和模式对话框之间切换。这类似于 Developer Studio 的属性对话框,它显示文件或类的属性,钉住对话框,再选择另一个文件或类,它们的属性会自动在对话框中显示出来。这个功能类似于我要实现的功能。本质上来说,一个“可钉住”的对话框是一个无模式对话框。当一个对话框取消“被钉住”状态后,在失去焦点后它会被隐藏起来。当对话框被“钉”住时,它的行为就像一个标准的无模式对话框-this category can let yo
wtl4_mfc4_demo
- 《对话框与控件》 MFC 的对话框和控件的封装真得可以节省你很多时间和功夫。没有MFC对控件的封装,你要操作控件就得耐着性子填写各种结构并写很多的SendMessage调用。MFC还提供了对话框数据交换(DDX),它可以在控件和变量之间传输数据。WTL 当然也提供了这些功能,并对控件的封装做了很多改进。本文将着眼于一个基于对话框的程序演示你以前用MFC实现的功能,除此之外还有WTL消息处理的增强功能-"dialog with the controls" MFC dialo
FormAutoSize
- 界面中回车自动到下一焦点,设计软件界面再不需要为每个组件编写响应过程了.-interface automatically to the next focus, software interface design does not need to prepare for each component of the response process.
Highlight view with focus
- SPLITTER VIEW 的高亮显示焦点窗口,这个可是一个不错的小技巧.-SPLITTER VIEW highlighted the focus of the window, but a pretty good trick.
pic-set-focus
- 使用API函数让picturebox获得焦点 -Set the focus picturebox
Test-Focus
- 聚焦测试程序 包括云台控制 评价函数Rovert计算 MFC界面-Focus on testing procedures, including PTZ control evaluation function
jQueryFullscreen-focus-map
- 猎豹jQuery全屏焦点图代码,兼容主流浏览器-Cheetah jQuery fullscreen focus map code, compatible with mainstream browsers