How to minimize window using Ctypes in python

后端 未结 0 1056
慢半拍i
慢半拍i 2020-11-30 01:03

like for we can do like this

elif \'maximize\' in query:

 speak(\'Ok sir!\')

 user32 = ctypes.WinDLL(\'user32\')

 SW_MAXIMISE = 3

 hWnd = user32.Get         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题