Hello All,
I have a problem with adjust code to Win7 64bit. It's many examples for Win32.
I found this example:
Option Explicit
Declare PtrSafe Function SetForegroundWindow Lib "USER32" (ByVal hWnd As LongPtr) As LongPtr
Declare PtrSafe Function Shell_NotifyIcon Lib "shell32.dll" Alias...