Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
ATAlan Thomason14/04/2016
Does anyone have any advice to save the image capture to a file?
The following link was very helpful in guiding me to a solution to actually capture the image, but I am working in VBA and cannot seem to find a way to save the clipboard image to a filename.
https://forum.solidworks.com/thread/113240?q=Saving Image Capture To File
I modified the syntax from what I presume is VB.NET to VBA to get:
swApp.RunCommand swCommands_ScreenCapture, Empty
And this does seem to get the image on the clipboard, but I can't seem to get any further.
Thanks in advance.