I have multiple window, but i wish to maximize one of the window only, below is my scripts:
import win32gui, win32con
win32gui.ShowWindow('C:/Desktop/UD.ca', win32con.SW_MAXIMIZE)
After run this script i get bellow error:
Error
TypeError: The object is not a PyHANDLE object
Anyone have idea on this?