Hi everybody!!!!

I am developing an aplication, and i want it to stay on the system tray, i found out how to put the icon, but i can minimize it there, What do i have to do?, I'm using python(of course).

and this is the code:

Code:
# -*- coding: iso-8859-1 -*-
# Don't modify comment 

import wx
import VwXComponent
ID_MENU_5 = 5
#[inc]add your include files here
...