Forum Discussion
VLapidus
14 years agoFrequent Contributor
Place saving a screenshot to the event handler:
Sub GeneralEvents_OnLogError(Sender, LogParams)
Sys.Desktop.Picture.SaveToFile("C:\File.jpg")
End Sub
Sub GeneralEvents_OnLogError(Sender, LogParams)
Sys.Desktop.Picture.SaveToFile("C:\File.jpg")
End Sub