当前位置:编程学习 > VB >>

能帮忙翻译下几行VB程序解释

Tray Icon Module 
Double-click 
Button down 
Button up 
Double-click 
Button down 
Button up 
Set the individual values of the NOTIFYICONDATA data type 
You can replace form1.icon with loadpicture=("icon's file name") 
Call the Shell_NotifyIcon function to add the icon to the taskbar 
'status area. 
'Set the individual values of the NOTIFYICONDATA data type. 
You can replace form1.icon with loadpicture=("icon's file name") 
'Call the Shell_NotifyIcon function to modify the icon to the taskbar 
'status area. 
Left button double-clicked 
'Right button pressed
--------------------编程问答-------------------- 你找找托盘方面的代码吧 --------------------编程问答-------------------- 好像是英汉翻译....
大概是说你可以将 form1.icon  换成loadpicture() 函数,他可以载入外部的ICON,再调用 Shell_NotifyIcon 将这个ICON显示到托盘上.

什么Up down left right的就不要译了
--------------------编程问答-------------------- Set the individual values of the NOTIFYICONDATA data type 
You can replace form1.icon with loadpicture=("icon's file name") 
Call the Shell_NotifyIcon function to add the icon to the taskbar 

单个设置 NOTIFYICONDATA 数据类型里的值
你可以通过 loadpicture=("icon's file name") 替换 form1.icon
调用 Shell_NotifyIcon 函数将图标加到任务栏 --------------------编程问答-------------------- Tray Icon Module  ‘托盘图标模块
Double-click  ‘双击
Button down  ‘按钮压下
Button up  ‘按钮弹上
Double-click ‘双击
Button down  ‘按钮压下
Button up   ‘按钮弹上
Set the individual values of the NOTIFYICONDATA data type
设置NOTIFYICONDATA 数据类型中每一个成员的值
You can replace form1.icon with loadpicture=("icon's file name")
你用loadpicture=("icon's file name")去代替Form1.icon
Call the Shell_NotifyIcon function to add the icon to the taskbar
呼叫Shell_NotifyIcon增加图标到任务栏
'status area.  ‘状态区区域
'Set the individual values of the NOTIFYICONDATA data type.
设置NOTIFYICONDATA 数据类型中每一个成员的值
You can replace form1.icon with loadpicture=("icon's file name")
你用loadpicture=("icon's file name")去代替Form1.icon
'Call the Shell_NotifyIcon function to modify the icon to the taskbar
呼叫Shell_NotifyIcon增加图标到任务栏
'status area.  ‘状态区区域
Left button double-clicked  ‘双击鼠标左键
'Right button pressed  ‘鼠标右键已压下

网上有很多资料关于怎样载入外部的ICON,调用 Shell_NotifyIcon 将你的ICON显示到托盘上.
--------------------编程问答-------------------- 没想到只是英译汉.
楼上好有耐心.
这种问题,安个词霸不就完了,作人不要太懒.
--------------------编程问答-------------------- 翻译,呵呵 --------------------编程问答-------------------- 只是翻译?! --------------------编程问答-------------------- 这是程序吗?
补充:VB ,  基础类
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,