Forum Discussion
googleid_111025
13 years agoNew Contributor
Hi,
Found the solution.
Following VB funtion will do the work.
Dim FilePath
FilePath = "C:\Foldername\test.jpg"
Function Take_Screenshot(FilePath)
Sys.Desktop.Picture.SaveToFile FilePath
End Function
Found the solution.
Following VB funtion will do the work.
Dim FilePath
FilePath = "C:\Foldername\test.jpg"
Function Take_Screenshot(FilePath)
Sys.Desktop.Picture.SaveToFile FilePath
End Function