使用vb编写在托盘上显示balloon提示的功能就需要调用win32api了,但是vb6与vb.net代码上还是有些不同的,红色部分即为二者区别
public class form1 【程序编程相关:关于.net的一点想法】
imports system.runtime.interopservices 【推荐阅读:DataGrid传统分页方式】
【扩展信息:CrystalSupport之最高阅览量】
inherits system.windows.forms.form#region "win32api_notifyicon" private declare function shell_notifyicon lib "shell32.dll" alias _ "shell_notifyicona" (byval dwmessage as int32, _ byref lpdata as notifyicondata) as int32... 下一页