文件名称:helantooltips
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2014-05-13
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- ipu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
摘要:VB源码,界面编程,气泡提示,ToolTip
一个漂亮的VB6多行气泡提示类及应用实例的完整源码下载,气泡提示用处广泛,贺兰_多行气泡提示类蓝色风格,气泡提示核心在CMultiToolTips.cls类中,在frmMain.frm引用 CMultiToolTips 类,窗体加载时,初始化,设置欲显示ToolTip的控件句柄、图标、标题文字、背景色和前景(字体)颜色,还有ToolTip显示时间,停留的时间!单位:毫秒等参数,在最后可创建 ToolTip 窗口(函数返回创建窗口的句柄)。
CMultiToolTips.cls类功能:为控件设置多行气泡提示
使用:1、设置 hWnd 为欲显示提示的控件句柄;2、调用 CreateToolTip 函数,或设置 TTStyle 属性。
注意:其他属性最好在步骤2之前设置!当然,后面也可以改变,并可以立即看到变化!-Abstract: VB source code, programming interface, bubble tips, ToolTip
A beautiful multi-line tooltips VB6 class and complete source code download application examples, bubble prompted widespread use, Helan _ multi-line prompt class blue bubble style bubble tips core CMultiToolTips.cls class, in frmMain.frm references CMultiToolTips when class, form loading, initialization, set to be displayed ToolTip control handle, icons, title text, background color and foreground (font) color, and ToolTip display time, time to stay! Unit: ms and other parameters can be created in the last ToolTip window (function returns the window handle is created).
CMultiToolTips.cls class function: multi-line tooltips control settings
Use: 1, set the prompt to be displayed hWnd is the handle controls 2, call CreateToolTip function, or set TTStyle property.
Note: Other attributes preferably before Step 2 Set! Of course, the latter can also be changed, and you can immediately see the changes!
一个漂亮的VB6多行气泡提示类及应用实例的完整源码下载,气泡提示用处广泛,贺兰_多行气泡提示类蓝色风格,气泡提示核心在CMultiToolTips.cls类中,在frmMain.frm引用 CMultiToolTips 类,窗体加载时,初始化,设置欲显示ToolTip的控件句柄、图标、标题文字、背景色和前景(字体)颜色,还有ToolTip显示时间,停留的时间!单位:毫秒等参数,在最后可创建 ToolTip 窗口(函数返回创建窗口的句柄)。
CMultiToolTips.cls类功能:为控件设置多行气泡提示
使用:1、设置 hWnd 为欲显示提示的控件句柄;2、调用 CreateToolTip 函数,或设置 TTStyle 属性。
注意:其他属性最好在步骤2之前设置!当然,后面也可以改变,并可以立即看到变化!-Abstract: VB source code, programming interface, bubble tips, ToolTip
A beautiful multi-line tooltips VB6 class and complete source code download application examples, bubble prompted widespread use, Helan _ multi-line prompt class blue bubble style bubble tips core CMultiToolTips.cls class, in frmMain.frm references CMultiToolTips when class, form loading, initialization, set to be displayed ToolTip control handle, icons, title text, background color and foreground (font) color, and ToolTip display time, time to stay! Unit: ms and other parameters can be created in the last ToolTip window (function returns the window handle is created).
CMultiToolTips.cls class function: multi-line tooltips control settings
Use: 1, set the prompt to be displayed hWnd is the handle controls 2, call CreateToolTip function, or set TTStyle property.
Note: Other attributes preferably before Step 2 Set! Of course, the latter can also be changed, and you can immediately see the changes!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
贺兰_多行气泡提示类+Ver+1.0.0\CMultiToolTips.cls
.............................\frmMain.frm
.............................\贺兰_多行气泡提示类.vbp
.............................\贺兰_多行气泡提示类.vbw
贺兰_多行气泡提示类+Ver+1.0.0