Hi,
 
I'm trying to cancel the File Download - Security Warning box
that appears in IE on XP SP2.  The button options are to run,
save, or cancel.
 
...
wnd = 0
while wnd == 0:
 wnd = FindWindowEx(0,0,"#32770","File Download - Security Warning")
print wnd
PostMessage(wnd,WM_CLOSE,0,0)
 
Any ideas on how to accomplish this?
 
I'm fairly new to Python as well, but it's great so far.
 
Thanks again,
 
Chris Schmechel
 
_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to