Hi,

This demo database contains a class to display a balloon tool tip on the Task Bar. Note to use just open using Access 2003 or later OS: Only Windows XP Tested.

To use in your own projects import the class and main module.

Example call:

ShowBalloonTooltip "Heading ...." , "The PC is about to Restart " & vbCrLf & "Save your data now! " & vbCrLf & "Ooops too late..." , btWarning

Note make sure your project has a custom Application Icon setup (See Menu Items; Tools>Startup).

To remove the icon call the HideIcon procedure when a form closes.


Enjoy...

Thanks
Mark. compute.gif

Edited by: ghubbell on Fri Apr 25 21:06:53 EDT 2008.