Re: [python-win32] how to activate subwindow of the application ???

2008-05-13 Thread Tim Golden
[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

Re: [python-win32] Hide the console as soon as the script starts.

2008-05-13 Thread Tim Golden
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

Re: [python-win32] Hide the console as soon as the script starts.

2008-05-13 Thread python
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

[python-win32] Need reviews for a patch in win32file for TransmitFile and ConnectEx

2008-05-13 Thread Ionel Maries Cristian
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

Re: [python-win32] Excel - accessing a control's properties in an event

2008-05-13 Thread Sriram Sundararajan
> 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

[python-win32] Need reviews for a patch in win32file for TransmitFile and ConnectEx

2008-05-13 Thread Roger Upole
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