Microsoft Access Application to System Tray

T

tshillam

Is there a function to send a Microsoft Access application to the
system tray versus the Taskbar on minimize? If so, can I get a link?
Thanks in advance,

Todd
 
B

Brendan Reynolds

I haven't tried this myself, but it sounds like it might be what you're
looking for ...

http://www.mvps.org/access/api/api0045.htm

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
T

tshillam

Thank you for reply--this works great; however, there a minor drawback
to this method that I noticed. Upon a cursory effort, I could not get
any OnTimer events to 'fire' while the application was minimized to the
systemtray. I attempted to add MsgBox to test functionality while
minimized; however (as stated), it would not work. Otherwise, this is
fantastic.

Thanks,

Todd
 
Top