11-18-2007, 02:36 AM
Hey guys I have code for a function to check if app is frozen, it works fine on xp but doesent work on vista could someone suggest/show me how to change for it to work on vista. Many Thanks
int+ hung=win("example.com" "#12345")
rep
,0.8
,if(IsHungWindow(hung))
,,ShutDownProcess("example.exe")
,,wait 5
,,run "C:\Programs\example.exe"
,,end
int+ hung=win("example.com" "#12345")
rep
,0.8
,if(IsHungWindow(hung))
,,ShutDownProcess("example.exe")
,,wait 5
,,run "C:\Programs\example.exe"
,,end