Re: [python-win32] MSHTML wrapper class and example using IWebBrowser2

2009-08-06 Thread Luke Kenneth Casson Leighton
would you believe it - XMLHttpRequest needs that third version, the one where you have to set up a VARIANT which contains a pointer to a COM object with an IDispatch interface :) ughhh. this is the one where, inside the Dispatch Invoke callback, the args received when the event (onreadystatechang

[python-win32] faster way to get printer status?

2009-08-06 Thread Roger Upole
You should be able to get the "Work Offline" status using win32print.GetPrinter with level 2. The returned Attributes will contain PRINTER_ATTRIBUTE_WORK_OFFLINE Roger ___ python-win32 mailing list python-win32@python.org http://mail.python.org/ma