代码搜索:Shell_NotifyIcon
找到约 358 项符合「Shell_NotifyIcon」的源代码
代码结果 358
www.eeworm.com/read/343072/11977490
bas wfu_easy_sub.bas
Attribute VB_Name = "WFU_Easy_Sub"
' The easy way and best way to make the systray bigger is to simply add icons to it!
Type NOTIFYICONDATA
cbSize As Long
hwnd As Long
uId As Long
www.eeworm.com/read/150612/12282326
bas wfu_easy_sub.bas
Attribute VB_Name = "WFU_Easy_Sub"
' The easy way and best way to make the systray bigger is to simply add icons to it!
Type NOTIFYICONDATA
cbSize As Long
hwnd As Long
uId As Long
www.eeworm.com/read/135305/13940696
bas wfu_easy_sub.bas
Attribute VB_Name = "WFU_Easy_Sub"
' The easy way and best way to make the systray bigger is to simply add icons to it!
Type NOTIFYICONDATA
cbSize As Long
hwnd As Long
uId As Long
www.eeworm.com/read/430396/8750652
bas tray.bas
Attribute VB_Name = "tray"
Option Explicit
Const NIF_MESSAGE As Long = &H1
Const NIF_ICON As Long = &H2
Const NIF_TIP As Long = &H4
Const NIM_ADD As Long = &H0
Const N
www.eeworm.com/read/381906/9065190
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "CD 开关"
ClientHeight = 3195
ClientLeft = 165
ClientTop = 450
ClientWidth = 4680
Icon
www.eeworm.com/read/282353/9099028
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "CD 开关"
ClientHeight = 3195
ClientLeft = 165
ClientTop = 450
ClientWidth = 4680
Icon
www.eeworm.com/read/371117/9564966
bas modsystray.bas
Attribute VB_Name = "modSystray"
Option Explicit
'Shell 调用,如 HTML 文件, Mail 和网页
Public Declare Function ShellExecute Lib "shell32" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lp
www.eeworm.com/read/350737/10714433
bas apistuff.bas
Attribute VB_Name = "APIStuff"
Option Explicit
Public OldWindowProc As Long
Public TheForm As Form
Public TheMenu As Menu
Declare Function CallWindowProc Lib "user32" Alias "CallWindowProcA" (B
www.eeworm.com/read/457296/7328560
bas apistuff.bas
Attribute VB_Name = "APIStuff"
Public click
Public Declare Sub InitCommonControls Lib "comctl32.dll" () 'XP效果
Public OldWindowProc As Long
Public TheForm As Form
Public TheMenu As Menu
'【VB声