Ali . Mohamed Makawii wrote:
> Ihave windows 7 help me how to use python-win32
What have you tried? What works, what doesn't?
--
Tim Roberts, [email protected]
Providenza & Boekelheide, Inc.
___
python-win32 mailing list
[email protected]
http://m
震坤 蔡 wrote:
>
> I wrote the following program. It could not pass on Win8, but it can
> pass on Win7.
> It will try to simulate the action to click the Next button on an
> existing dialog (I use JDK installation dialog).
> I believe the issue comes from the statement
> 'win32gui.SendMessage(win32gui
Tim Roberts wrote:
> 震坤 蔡 wrote:
>> I wrote the following program. It could not pass on Win8, but it can
>> pass on Win7.
>> It will try to simulate the action to click the Next button on an
>> existing dialog (I use JDK installation dialog).
>> I believe the issue comes from the statement
>> 'win3