代码搜索:Shell_NotifyIcon
找到约 358 项符合「Shell_NotifyIcon」的源代码
代码结果 358
www.eeworm.com/read/175885/7151198
bas systraymod.bas
Attribute VB_Name = "SysTrayMod"
Option Explicit
Public Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Long
Pub
www.eeworm.com/read/308872/13689170
bas setclose.bas
Attribute VB_Name = "SetClose"
Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Long
Public Declare Function LoadB
www.eeworm.com/read/261138/11664251
bas setclose.bas
Attribute VB_Name = "SetClose"
Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Long
Public Declare Function LoadB
www.eeworm.com/read/474613/6813980
bas modtray.bas
Attribute VB_Name = "modTray"
Public Declare Function Shell_NotifyIcon Lib "shell32" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, pnid As NOTIFYICONDATA) As Boolean
Public Declare Function Se
www.eeworm.com/read/245228/12809465
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
History: None
Copyright (c) 1997 by PJ Naughter.
www.eeworm.com/read/118738/14858323
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
History: None
Copyright (c) 1997 by PJ Naughter.
www.eeworm.com/read/293144/8313671
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
History: None
Copyright (c) 1997 by PJ Naughter.
www.eeworm.com/read/204687/15334933
h solnotiicon.h
/*
Module : SolNotiIcon.h
Purpose: Interface for a MFC class to encapsulate Shell_NotifyIcon
Created: Sol 2/18/99
History: None
History: None
Copyright (c) 1997 by Sol.
All rights reserved.
www.eeworm.com/read/112691/15478986
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
History: None
Copyright (c) 1997 by PJ Naughter.
www.eeworm.com/read/381906/9065582
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