[python-win32] win32timezone.TimeZoneDefinition.current and GetDynamicTimeZoneInformation

2011-08-22 Thread David Fraser
Hi I'm trying to get hold of the registry key name of the current timezone on a multilingual Windows 2008 machine. GetDynamicTimeZoneInformation returns this information in TimeZoneKeyName, but -GetTimeZoneInformation doesn't. It seems that TimeZoneDefinition.current just calls

Re: [python-win32] CF_ENHMETAFILE SetClipboardData 'The handle is invalid'

2011-08-22 Thread RuiDC
Thanks, but I still can't see how to achieve the same thing with Python, I've looked at: API way http://www.codeguru.com/forum/archive/index.php/t-341163.html GetEnhMetaFile API http://msdn.microsoft.com/en-us/library/dd144880%28v=VS.85%29.aspx dotNet way:

Re: [python-win32] SHOpenFolderAndSelectItems

2011-08-22 Thread Scott Nelson
Done (ID #3396444) https://sourceforge.net/tracker/?func=detailaid=3396444group_id=78018atid=551957 Many thanks for considering this! On Sun, Aug 21, 2011 at 10:15 PM, Mark Hammond skippy.hamm...@gmail.comwrote: On 20/08/2011 5:40 AM, Scott Nelson wrote: ... Does pywin have support for

Re: [python-win32] Opening, Modifying, and Saving an Excel File from Python?

2011-08-22 Thread Tim Roberts
The Little Guy wrote: Hi, I apologize for the lengthy post. I’m using Python 2.7, Win 7, Excel 2003. When trying to enter a time object and text data into a, simple, Excel 2003 file. I’ve tried different combinations for saving the file. I’ve used workbook.Save(),