Hello,
I have
string Procom = "C:\Program Files\Symantec\Procomm Plus\PROGRAMS\pw5a.exe"
integer hWin, TaskId
run Procom TaskId
if taskwin TaskId hWin
usermsg "created"
else
usermsg "not created"
endif
winactivate hWin
winmaximize hWin
The new procomm window gets created, however I can't activate it and send commands to it..
Any ideas?
Thank
I have
string Procom = "C:\Program Files\Symantec\Procomm Plus\PROGRAMS\pw5a.exe"
integer hWin, TaskId
run Procom TaskId
if taskwin TaskId hWin
usermsg "created"
else
usermsg "not created"
endif
winactivate hWin
winmaximize hWin
The new procomm window gets created, however I can't activate it and send commands to it..
Any ideas?
Thank