RE: [python-win32] ActiveX components with Events

2004-12-17 Thread Hihn, Jason
I will attempt to use my psychic powers and read into this situation more than you have told. That ActiveX is coded in VB, hence the OCX. The VB is calling form.show(). I bet (if all previous assumptiona are correct) that you could fix the subliminal message by calling form.load() I will stop

Re: [python-win32] ActiveX components with Events

2004-12-17 Thread Neil Benn
Hihn, Jason wrote: I will attempt to use my psychic powers and read into this situation more than you have told. That ActiveX is coded in VB, hence the OCX. The VB is calling form.show(). I bet (if all previous assumptiona are correct) that you could fix the subliminal message by calling

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