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
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
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