CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - tooltip
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Button control
ComboBox
EditBox
TreeView
Static control
PropertySheet
RichEdit
ListView/ListBox
Menu control
ToolBar
StatusBar
Dialog_Window
Other
Tab Control
Search - tooltip - List
[
ToolBar
]
Tray__Icon
DL : 0
// This a conglomeration of ideas from the MSJ \"Webster\" application, // sniffing round the online docs, and from other implementations such // as PJ Naughter s \"CTrayIconifyIcon\" (http://indigo.ie/~pjn/ntray.html) // especially the \"CTrayIcon::OnTrayNotification\" member function. // // This class is a light wrapper around the windows system tray stuff. It // adds an icon to the system tray with the specified ToolTip text and // callback notification value, which is sent back to the Parent window. // // The tray icon can be instantiated using either the constructor or by // declaring the object and creating (and displaying) it later on in the // program. eg.-/ / This a conglomeration of ideas from th e short version MSJ "Webster" application. / / sniffing round the online docs, and from other implementations such / / as PJ Nau ghter s "CTrayIconifyIcon" (http : / / indigo.ie / ~ pjn / ntray.html) / / especially the "CTrayIcon : : OnTrayNotification "member function. / / / / Th is class is a light wrapper around the windows sy stem tray stuff. It / / adds an icon to the system t ray ToolTip with the specified text and / / callB Ack notification value, which is sent back to the Parent window. / / / / The tray icon can be instantiated using either the c onstructor or by / / declaring the object and cre ating (and displaying) it later on in the / / prog ram. eg.
Date
: 2008-10-13
Size
: 3.9kb
User
:
wreqreqw
[
ToolBar
]
Tooltiptext 1.1
DL : 0
控制toolTip的代码-toolTip control code
Date
: 2008-10-13
Size
: 305.49kb
User
:
赵瑜
[
ToolBar
]
Tooltip(ToolBar)
DL : 0
Tooltip是用在Toolbar上的訊息提示,可幫助不懂如何使用Toolbar的訊息提示的人參考。
Date
: 2008-10-13
Size
: 26.43kb
User
:
wenchih
[
ToolBar
]
MessageTranToolTip
DL : 0
让你的tooltip变的透明,通过设定透明度
Date
: 2008-10-13
Size
: 2.23kb
User
:
skywing
[
ToolBar
]
ToolTip
DL : 0
实现一个圆形的控制提示条(ToolTip),优化用户界面 COOL-achieve a circular control suggested (ToolTip), optimizing the user interface COOL
Date
: 2008-10-13
Size
: 47.64kb
User
:
焦吉林
[
ToolBar
]
tooltip
DL : 0
一个更好的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 today provides a method and VB, Delphi, VC internal mechanism to achieve the same on April 27 for the procedure can learn many programming skills, can be changed into other uses
Date
: 2008-10-13
Size
: 16.27kb
User
:
秦永久
[
ToolBar
]
Tooltiptext 1.1
DL : 0
控制toolTip的代码-toolTip control code
Date
: 2025-12-23
Size
: 305kb
User
:
赵瑜
[
ToolBar
]
ToolTip
DL : 0
实现一个圆形的控制提示条(ToolTip),优化用户界面 COOL-achieve a circular control suggested (ToolTip), optimizing the user interface COOL
Date
: 2025-12-23
Size
: 47kb
User
:
焦吉林
[
ToolBar
]
tooltip
DL : 0
一个更好的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 today provides a method and VB, Delphi, VC internal mechanism to achieve the same on April 27 for the procedure can learn many programming skills, can be changed into other uses
Date
: 2025-12-23
Size
: 16kb
User
:
秦永久
[
ToolBar
]
Tray__Icon
DL : 0
// This a conglomeration of ideas from the MSJ "Webster" application, // sniffing round the online docs, and from other implementations such // as PJ Naughter s "CTrayIconifyIcon" (http://indigo.ie/~pjn/ntray.html) // especially the "CTrayIcon::OnTrayNotification" member function. // // This class is a light wrapper around the windows system tray stuff. It // adds an icon to the system tray with the specified ToolTip text and // callback notification value, which is sent back to the Parent window. // // The tray icon can be instantiated using either the constructor or by // declaring the object and creating (and displaying) it later on in the // program. eg.-//This a conglomeration of ideas from th e short version MSJ "Webster" application.// sniffing round the online docs, and from other implementations such// as PJ Nau ghter s "CTrayIconifyIcon" (http :// indigo.ie/~ pjn/ntray.html)// especially the "CTrayIcon : : OnTrayNotification "member function.//// Th is class is a light wrapper around the windows sy stem tray stuff. It// adds an icon to the system t ray ToolTip with the specified text and// callB Ack notification value, which is sent back to the Parent window.//// The tray icon can be instantiated using either the c onstructor or by// declaring the object and cre ating (and displaying) it later on in the// prog ram. eg.
Date
: 2025-12-23
Size
: 4kb
User
:
[
ToolBar
]
Tooltip(ToolBar)
DL : 0
Date
: 2025-12-23
Size
: 26kb
User
:
wenchih
[
ToolBar
]
MessageTranToolTip
DL : 0
让你的tooltip变的透明,通过设定透明度-Allows you to change the tooltip transparent, by setting the transparency
Date
: 2025-12-23
Size
: 2kb
User
:
skywing
[
ToolBar
]
ToolTip
DL : 0
一个工具条Tooltip的实现,希望对使用VC++/VC.net的朋友有帮助-A realization of Tooltip using VC++6.0
Date
: 2025-12-23
Size
: 34kb
User
:
邢瑞川
[
ToolBar
]
CustomToolTipsDemos
DL : 0
一个非常有用的tooltip控件,利用这个控件你可以非常方便的建立你自己的工具条说明文本显示-A custom tooltip is a seductive but dangerous notion, and if you don t do it right you could have the Interface Police knocking on your door. Nevertheless, if you decide you do want complete control over the contents of your tooltips and you re using MFC, here s an approach that should get you going.
Date
: 2025-12-23
Size
: 147kb
User
:
liulei
[
ToolBar
]
Item-Tool-Tip
DL : 0
在任何位置通过API显示出帮助的tooltip信息-show tool tip in anywhere
Date
: 2025-12-23
Size
: 54kb
User
:
lemonneo
[
ToolBar
]
2007112322331877
DL : 0
纯PB 代码实现2003风格菜单,增加tooltip,-Pure POWERBUILDER CODE ,OFFICE 2003 STYLE TOOLBAR,modeify tooltip syntax&function
Date
: 2025-12-23
Size
: 323kb
User
:
zhangrm
[
ToolBar
]
ToolTip
DL : 0
编译通过创建工具提示,VC源码供大家参考学习-Compiled by creating a tool to prompt the VC source for your reference study
Date
: 2025-12-23
Size
: 1.99mb
User
:
yy
[
ToolBar
]
ToolTipDemo
DL : 0
漂亮的ToolTip效果.使用者将鼠标移动到网页控件上就会出现自定义的提示信息,鼠标移开后提示信息消失。可用来指导用户进行正确操作。-ToolTip beautiful effect. User moves the mouse controls will appear on the page custom message, the message disappears mouse away. Can be used to guide the user for proper operation.
Date
: 2025-12-23
Size
: 18kb
User
:
半山一叟
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.