Hi All I am trying to use win32gui.IsIconic() to check if a window has been minimized. But Python gives me an AttributeError when I try to call it. According to the win32gui documentation it should be there. Am I doing something wrong. Thanks Jon