代码搜索:Shell_NotifyIcon
找到约 358 项符合「Shell_NotifyIcon」的源代码
代码结果 358
www.eeworm.com/read/146855/12607362
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
'**Originally published by Ryan Heldt (rheldt@vb-online.com)
'**Modified by Donovan Parks (donopark@awinc.com)
'Win32 API declaration
Declare Fu
www.eeworm.com/read/201544/15401908
txt 给cdrom安个软开关 (2001年1月7日).txt
给CDROM安个软开关 (2001年1月7日)
网友更新 分类:系统 作者: 飘(推荐) 推荐:飘 阅读次数:336
(http://www.codesky.net)
--------------------------------------------------------------------------------
---- 现在,CDROM已成为
www.eeworm.com/read/201544/15401909
txt delphi中任务栏状态区的编程 (2001年3月17日).txt
Delphi中任务栏状态区的编程 (2001年3月17日)
网友更新 分类:杂类 作者:刘明华 推荐:steven9dong 阅读次数:297
(http://www.codesky.net)
--------------------------------------------------------------------------------
www.eeworm.com/read/201544/15401942
txt 给cdrom安个软开关 (2001年2月28日).txt
给CDROM安个软开关 (2001年2月28日)
网友更新 分类:数据库 作者:黎云华 推荐:cmboy 阅读次数:300
(http://www.codesky.net)
--------------------------------------------------------------------------------
现在,CDROM已成为个人
www.eeworm.com/read/201544/15402074
txt 托盘图标 (2001年1月8日).txt
托盘图标 (2001年1月8日)
网友更新 分类:系统 作者: nbwzw(推荐) 推荐:nbwzw 阅读次数:433
(http://www.codesky.net)
--------------------------------------------------------------------------------
const MyIcoMes=
www.eeworm.com/read/201544/15402276
txt delphi中任务栏状态区的编程 (2001年2月28日).txt
Delphi中任务栏状态区的编程 (2001年2月28日)
网友更新 分类:Win API 作者:西安交通大学 刘明华 推荐:cmboy 阅读次数:321
(http://www.codesky.net)
-------------------------------------------------------------------------------
www.eeworm.com/read/111103/15518011
bas tray.bas
Attribute VB_Name = "Tray"
Option Explicit
'**Originally published by Ryan Heldt (rheldt@vb-online.com)
'**Modified by Donovan Parks (donopark@awinc.com)
'Win32 API declaration
Declare Funct
www.eeworm.com/read/390397/8467133
bas modsystrayicon.bas
Attribute VB_Name = "modSysTrayIcon"
'* Programmed by : Vivek Patel *
'* Contact : Email => vivek_patel9@rediffmail.com *
'* Website => www.VIVEKPATEL.cjb.net
www.eeworm.com/read/286503/8762550
bas modsystray.bas
Attribute VB_Name = "modSystray"
Public Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Long
Public Type N