Pahud wrote:
>
> I am trying to use win32com.client.Dispatch() to run my program but I
> would like to minimize it in the system tray. What can I do?

Your message could mean several things.

Are you saying that you have written a COM server, and when someone
starts your COM server using Dispatch, you want to put an icon in the
tray?  If so, it's entirely up to your COM server to do this.  There are
a number of example on Google of how to put an icon in the tray.  Here's
one:
    http://www.brunningonline.net/simon/blog/archives/SysTrayIcon.py.html

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to