VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This code is to reset the systray icon after explorer closes or crashes if you use a systray icon l

Brent Smith  (1 Submission)   Windows System Services   VB 6.0   Unknown Difficulty   Tue 4th September 2007   Mon 8th February 2021

This code is to reset the systray icon after explorer closes or crashes if you use a systray icon like most devloupers and find that you cant

API Declarations


Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long
Declare Function SendMessageLong Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long
Dim SystemTrayhWnd As Long


Rate This code is to reset the systray icon after explorer closes or crashes if you use a systray icon l (1(1 Vote))
This code is to reset the systray icon after explorer closes or crashes if you use a systray icon l.bas

This code is to reset the systray icon after explorer closes or crashes if you use a systray icon l Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters