VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



animated Icons In System Tray, U Pick 'Em

by Brian Battles WS1O (15 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

I just took Todd Herman's project and added a simple search form to let you pick your own .ANI file. Check out Todd's original project at https://www.vbcoders.com/xq/ASP/txtCodeId.26016/lngWId.1/qx/vb/scripts/ShowCode.htm

API Declarations
' API Declarations
Private Declare Function Shell_NotifyIcon Lib "shell32" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, pnID As NOTIFYICONDATA) As Boolean
Private Declare Function DrawIconEx Lib "user32" (ByVal hDC As Long, ByVal xLeft As Long, ByVal yTop As Long, ByVal hIcon As Long, ByVal cxWidth As Long, ByVal cyWidth As Long, ByVal istepIfAniCur As Long, ByVal hbrFlickerFreeDraw As Long, ByVal diFlags As Long) As Long
Private Declare Function LoadImage Lib "user32" Alias "LoadImageA" (ByVal hInst As Long, ByVal lpsz As String, ByVal dwImageType As Long, ByVal dwDesiredWidth As Long, ByVal dwDesiredHeight As Long, ByVal dwFlags As Long) As Long
Private Declare Function DestroyIcon Lib "user32" (ByVal hIcon As Long) As Long
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

Rate animated Icons In System Tray, U Pick 'Em

Download animated Icons In System Tray, U Pick 'Em

Download animated Icons In System Tray, U Pick 'Em (16 KB)

animated Icons In System Tray, U Pick 'Em Comments

No comments have been posted about animated Icons In System Tray, U Pick 'Em. Why not be the first to post a comment about animated Icons In System Tray, U Pick 'Em.

Post your comment

Subject:
Message:
0/1000 characters