Code: Select all
from GetStatusBarText import GetStatusBarText
Code: Select all
from eg.WinApi import GetStatusBarText
#some code
return GetStatusBarText(hWnd[0],256)
Otherwise return either '>>> No process ! <<<' or '>>> No parts ! <<<'.
Mandatory argument: handle of statusbar.
Option argument: length of text buffer.
But it is only suggestion. What you say ?
Pako