README.md

December 5, 2022 ยท View on GitHub

Scrolling Notice

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 On2001-02-02 01:03:38
ByAnaz
LevelIntermediate
User Rating5.0 (15 globes from 3 users)
CompatibilityVB 5.0, VB 6.0
CategoryComplete Applications
WorldVisual Basic
Archive FileCODE_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