搜索资源列表
tooltip
- 一个更好的ToolTips实现方法,效率更高,方法更加标准。和4月27日的提供的ToolTips相比,今天提供的方法是和VB,DELPHI,VC内部实现的机制一样,4月27日提供的程序可以从中学习许多编程技巧,可以改为其它用途-ToolTips a better method, more efficient and more standard methods. And on April 27 of the ToolTips than t
系统托盘编程完全指南(三)
- 这是“系统托盘编程完全指南(三)”文章的配套例子代码。实现了托盘程序图标气球式样的提示。这是一个IE5.0+以后才有的新特性。 托盘程序的信息提示通常是将鼠标光标移到托盘图标上之后,Windows会发送消息给托盘程序,从而显示提示信息——Tooltip。但在Windows XP中我们还看到有些系统托盘程序是自动显示ToolTips信息的,也就是说不用将鼠标光标移到托盘图标上便可显示ToolTips,在这是怎么实现的呢?此代码将示范一种新
漂亮的气球式工具提示
- “气球式”工具提示: 本程序介绍一个与CToolTipCtrl相似的类CTooolTipWnd,用于实现“气球式”工具提示 -Tooltips like balloon
CToolTipListCtrl_src
- 在ListCtrl中加入ToolTips提示-in ListCtrl suggested adding ToolTips
tooltips
- tooltip,气泡提示信息.非常常用和实用的一个小控件.-tooltip, the bubble a message. Very common and practical control of a small.
TestToolTips
- Wince下实现ToolTips,可以多行显示,可以添加图标。-under ToolTips, lines can be added icon.
jpowergraph-0.1-swing
- JPowerGraph is a Java library for creating directed graphs for Swing. It supports graph movement, selection, context menus, tooltips and dynamic edge creation.-JPowerGraph is a Java library for creating directed graphs f
Unicode_Tooltips
- PB10.5源码,支持中英文、文字多行显示,可自定义弹出延时、显示时间等的Tooltips。-PB10.5 source to support Chinese and English, multi-line text display, customizable pop-up delay, display time, etc. Tooltips.
CustomToolTipsSource
- Custom ToolTips for MFC Projects 是我在网上找的,版权归原作者所有。-Custom ToolTips for MFC Projects that I find online, and belongs to original author.
CRHTipWnd
- Word-style Tooltips for Scrollbars 是我在网上找的,版权归原作者所有。-Word-style Tooltips for Scrollbars is what I find online, and belongs to original author.
NewLabel_demo
- 一个用VC++实现的一个标签Label的 Tooltips显示程序,包括闪烁显示, 颜色显示以及文字显示。有这方面应 用需要朋友可以参考。-A used VC++ Achieved a label Label the Tooltips display program, including the flashing display, color display and text display. Application nee
Tooltips
- 一个用VB编写的系统托盘区气泡提示,非常经典,试过了就知道!-VB prepared using a system tray bubble prompted the district, very classic, tried it out!
ToolTips
- T ool T i ps的产生-T ool T i ps emergence
CButtonST_demo
- CButton_ST的演示程序,buttonst是个国外牛人制作的非常不错的按钮控件,功能异常强大,可以很方便的实现界面上按钮贴图,tooltips,动态效果等-CButton_ST demo program, buttonst is a foreign cattle produced very good button control, dysfunction powerful, can easily realize the mappi
Balloon_tooltip
- source code for baloon tooltips in vc-source code for baloon tooltips in vc++
ToolTips
- 让控件显示ToolTips(摘自<PB编程百例通>)-Let the control display ToolTips (from <PB编程百例通> )
ToolTips_src
- tooltips工具显示方面软件,提供界面显示信息-tools for the display of tooltips software provides an interface to display information
CListCtrlToolTips
- CListCtrl ToolTips具有提示功能的windows下mfc平台的listctrl控件功能-CListCtrl ToolTips
ToolTips
- 自绘的气泡提示,可以改变字体颜色,可以改背景图片。-Tips from the painting of the bubble, you can change the font color, you can change the background image.
ToolTips
- 一个VB环境下使用的自绘气泡提示,自绘的ToolTips(注解清楚),使用到两个模块:一个是cToolTips通用气泡模块,对指定句柄生成气泡并重绘。气泡部分采用最简单的代码,重绘也只是最简单的一个背景+边框,形状做了更改,消息钩子用的是老马修改的,其实也就是加了一个返回,中间我只改了一些;另一个模块是cSubClass,通用子类化模块,拦截本进程指定句柄的消息,从CSDN里找到的,内嵌汇编技术实现单个类模块子类化...牛啊!我添加了一