代码搜索:Shell_NotifyIcon

找到约 358 项符合「Shell_NotifyIcon」的源代码

代码结果 358
www.eeworm.com/read/282353/9099230

bas module1.bas

Attribute VB_Name = "Module1" Public Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Long Public Declare Functi
www.eeworm.com/read/272799/10943860

txt part_2.txt

implementation function Shell_NotifyIcon; external shell32 name 'Shell_NotifyIconA'; function Shell_NotifyIconA; external shell32 name 'Shell_NotifyIconA'; function Shell_NotifyIconW; external shel
www.eeworm.com/read/487439/6512420

bas module1.bas

Attribute VB_Name = "Module1" Public Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Long Public Declare Functi
www.eeworm.com/read/485206/6567787

bas module1.bas

Attribute VB_Name = "Module1" Public Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Long Public Declare Functi
www.eeworm.com/read/343072/11977704

bas module1.bas

Attribute VB_Name = "Module1" Public Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Long Public Declare Functi
www.eeworm.com/read/150612/12282477

bas module1.bas

Attribute VB_Name = "Module1" Public Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Long Public Declare Functi
www.eeworm.com/read/221392/14742032

h ntray.h

/* Module : NTRAY.H Purpose: Interface for a MFC class to encapsulate Shell_NotifyIcon Created: PJN / NOTSHELL/1 / 14-05-1997 History: None Copyright (c) 1997 by PJ Naughter. All rights rese
www.eeworm.com/read/135305/13940849

bas module1.bas

Attribute VB_Name = "Module1" Public Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Long Public Declare Functi
www.eeworm.com/read/474613/6813988

bas mtray.bas

Attribute VB_Name = "mTray" Option Explicit Public Declare Function GetCursorPos Lib "user32.dll" (lpPoint As POINTAPI) As Long Public Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias "S
www.eeworm.com/read/458708/7290877

pas trayicon.pas

//xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx // 本例程是利用Windows API函数Shell_NotifyIcon()实现系统托盘图标功能,这个函数和其他处理Windows外壳 // 的函数都包含在ShellAPI单元中. //