Re: [python-win32] EasyDialogs - how to set initial path

2005-06-30 Thread Jimmy Retzlaff
John Machin wrote: > > Radovan Grznarik wrote: > > >Hi, > > > >I am using EasyDialogs (AskFileForOpen) and I am not able to set the > >initial open path. I found in Python help > > > Python help describes the *Mac* version; EasyDialogs for Windows

RE: [python-win32] w32process documentation

2004-12-21 Thread Jimmy Retzlaff
Stefan Seefeld wrote: > I'm looking for documentation for the win32process module. The online docs > don't seem to contain anything about it. Specifically, I'm looking for > information concerning the 'CreateProcess' call. > I'm debugging an application where a call to 'CreateProcess' generates > a

RE: [python-win32] Windows process priority setting question...(cross-post)

2004-12-17 Thread Jimmy Retzlaff
Ray S wrote: > Is it possible to have an app re-set its own priority, a-la task manager? > > I see that 2.4+ has the ability for sub-processes, but only on creation. > > Apparently > win32process.SetPriorityClass(handle, dwPriorityClass) > and > PyCWinThread.SetThreadPriority(priority) > allows o