I am trying to detect if a window is open using win32gui.IsIconic(hWnd). What exactly do I put in to substitute hWnd?
My goal is pretty simple: If a program, for example Notepad, is maximized, I want a boolean to be true, and if not, it's false.
I am not 100% familiar with programming terms as I am a bit on the newer side of programming, so examples/specifics help tops.