“python ctypes maximiser la fenêtre” Réponses codées

Python ctypes obtient une fenêtre actuelle

import ctypes
window = ctypes.windll.user32.GetForegroundWindow()
Strange Salmon

python ctypes maximiser la fenêtre

import win32gui, win32con

hwnd = win32gui.GetForegroundWindow()
win32gui.ShowWindow(hwnd, win32con.SW_MAXIMIZE)
Strange Salmon

Réponses similaires à “python ctypes maximiser la fenêtre”

Questions similaires à “python ctypes maximiser la fenêtre”

Plus de réponses similaires à “python ctypes maximiser la fenêtre” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code