Hello,
Here is my script
and here is the traceback:
Traceback (most recent call last):
File "C:\Python26\es sai1.py", line 30, in <module>
HWND2= w.FindWindow("D ocument - WordPad",None)
error: (2, 'FindWindow', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Could anyone help me?
Here is my script
Code:
import win32gui as w
HWND= w.FindWindow("Document - WordPad",None)
Traceback (most recent call last):
File "C:\Python26\es sai1.py", line 30, in <module>
HWND2= w.FindWindow("D ocument - WordPad",None)
error: (2, 'FindWindow', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Could anyone help me?
Comment