README.md
December 5, 2022 ยท View on GitHub
Description
The basic part is to have a message poping up from the system tray area with a hyperlink in it, then after a while it returns back.If you click the hyperlink the site will be opened.
More Info
| Submitted On | 2001-02-02 01:03:38 |
| By | Anaz |
| Level | Intermediate |
| User Rating | 5.0 (15 globes from 3 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | Complete Applications |
| World | Visual Basic |
| Archive File | CODE_UPLOAD14403212001.zip |
API Declarations
Option Explicit 'For helping to declare all variables
'To open the site.This is not needed for the animation
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