[copying back to list and rearranging slightly]
neha rai wrote:
First time the window is opened by the user, user can pick any window on
which it needs to work (in my case window are is subwindow of a
application)
[Tim Golden]
I think you're stuck. In the absence of any code from your end, it
Antony Joseph wrote:
I am trying to hide the console as soon as the script starts and
display console window to System Tray .
Could someone point me to any links.
An example of running a taskbar app comes with the pywin32
demos. On my machine it's located at:
C:\Python25\Lib\site-packages\win
Antony,
If you're just trying to hide the console Window, rename your python
script with a *.pyw file extension or launch it via pythonw.exe vs.
python.exe.
I have no idea how to have a Python application display an icon in the
System Tray (vs. Taskbar). That's a very interesting question.
Malco
the patches are tracked here:
https://sourceforge.net/tracker/index.php?func=detail&aid=1962146&group_id=78018&atid=551956
and here:
https://sourceforge.net/tracker/index.php?func=detail&aid=1937527&group_id=78018&atid=551956
mark hammond requested that i post them here (he's a bit busy)
as notes
> Sriram Sundararajan wrote:
> >I have a question on the excelAddin.py sample in the win32com\demos folder.
> >
> > We create a Tool Bar, add a button to it,
> > btnMyButton = cbcMyBar.Controls.Add(Type=constants.msoControlButton,
> > Parameter="Greetings")
> >
> > 'register' the button wit
Ionel Maries Cristian wrote:
the patches are tracked here:
https://sourceforge.net/tracker/index.php?func=detail&aid=1962146&group_id=78018&atid=551956
and here:
https://sourceforge.net/tracker/index.php?func=detail&aid=1937527&group_id=78018&atid=551956
mark hammond requested that i post them h