文件名称:vbico
- 所属分类:
- 界面编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 12kb
- 下载次数:
- 0次
- 提 供 者:
- z**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
vb无控件实现托盘图标类,使用方便.
Set mcTray = New cTray
With mcTray
.AddTrayIcon Pic1 传送一个图片框
.SetTrayIcon Me.Icon 传送一个图标
.SetTrayTip Me.Caption 托盘提示文字
End With-vb-free control to achieve tray icon class, easy to use. Set mcTray = New cTray With mcTray. AddTrayIcon Pic1 ' to send a picture fr a me. SetTrayIcon Me.Icon' to send an icon. SetTrayTip Me.Caption ' tray prompt text End With
Set mcTray = New cTray
With mcTray
.AddTrayIcon Pic1 传送一个图片框
.SetTrayIcon Me.Icon 传送一个图标
.SetTrayTip Me.Caption 托盘提示文字
End With-vb-free control to achieve tray icon class, easy to use. Set mcTray = New cTray With mcTray. AddTrayIcon Pic1 ' to send a picture fr a me. SetTrayIcon Me.Icon' to send an icon. SetTrayTip Me.Caption ' tray prompt text End With
(系统自动生成,下载前可以参看下载内容)
下载文件列表
无控件托盘图标类\cTray.cls
................\frmMain.frm
................\MSSCCPRJ.SCC
................\SetTray.vbp
................\SetTray.vbw
................\TrayIcoSample.exe
无控件托盘图标类
................\frmMain.frm
................\MSSCCPRJ.SCC
................\SetTray.vbp
................\SetTray.vbw
................\TrayIcoSample.exe
无控件托盘图标类