Hi! I´m trying to make visible my new msgs in the System Tray. The msgs are in a MySql base.
Is it posible?
Thanks!!
yes, if your talking about the browser's status bar. Look at http://javascript.internet.com/messages/link.html for an example.
You'd have to write a Win32 app that uses Shell_NotifyIcon and calls the MySQL C API directly or through a DLL.