[python-win32] Python/Palm Parameter passing problems...

2005-08-08 Thread Blake Winton
<>___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] build list of all tasks like Alt-TAB box

2005-08-08 Thread Benjamin Rutt
"Mark Hammond" <[EMAIL PROTECTED]> writes: >> Does anyone know the appropriate functions to call to narrow down >> these window handles to just those that are present in the taskbar? > > Checking the window is a "top-level" window gives a better result for me. > ie: > > if IsWindowVisible(hwnd

[python-win32] win32com and VS .Net

2005-08-08 Thread Johannes Brunen
Hi, I have the following problem: I would like to control the MS Dev .Net 2003 Studio from a python script, i.e. I would like to open files, add files to projects etc. Has anyone successfully done something like this? Is it possible at all? I tried the makepy.py script on the 'Microsoft Develop

Re: [python-win32] win32com and VS .Net

2005-08-08 Thread Alex Willmer
On Mon, 2005-08-08 at 14:23 +0200, Johannes Brunen wrote: > Hi, > > I have the following problem: > I would like to control the MS Dev .Net 2003 Studio from a python script, > i.e. I would like to open files, add files to projects etc. > Has anyone successfully done something like this? Is it pos