Re: [python-win32] Negative HWND values from win32gui.EnumChildWindows

2013-08-26 Thread Tim Roberts
Kelly Kranabetter wrote: > > I am occasionally getting back negative HWND values from > EnumChildWindows. They appear to round trip properly, for example > win32gui.GetClassName(-1901131990) appears to function properly. Not > exactly a bug but is somewhat unexpected. > > > > I had grabbed this c

[python-win32] Negative HWND values from win32gui.EnumChildWindows

2013-08-23 Thread Kelly Kranabetter
I am occasionally getting back negative HWND values from EnumChildWindows. They appear to round trip properly, for example win32gui.GetClassName(-1901131990) appears to function properly. Not exactly a bug but is somewhat unexpected. I had grabbed this code from the net somewhere to get the curr