<div>&nbsp;</div>
<div>Hi,</div>
<div>&nbsp;</div>
<div>I'm trying to cancel the File Download - Security Warning box</div>
<div>that appears in IE on XP SP2.&nbsp; The button options are to run,</div>
<div>save, or cancel.</div>
<div>&nbsp;</div>
<div>...</div>wnd = 0<br>while wnd == 0:<br>&nbsp;wnd = FindWindowEx(0,0,&quot;#32770&quot;,&quot;File Download - Security Warning&quot;)<br>print wnd<br>PostMessage(wnd,WM_CLOSE,0,0)
<div>&nbsp;</div>
<div>Any ideas on how to accomplish this?</div>
<div>&nbsp;</div>
<div>I'm fairly new to Python as well, but it's great so far.</div>
<div>&nbsp;</div>
<div>Thanks again,</div>
<div>&nbsp;</div>
<div>Chris Schmechel</div>
<div>&nbsp;</div>