pr2-eugin
Super Moderator
- Local time
- Today, 21:58
- Joined
- Nov 30, 2011
- Messages
- 8,494
Hello,
I have been using olepro32.dll to Save the Clipboard item to a BMP file, using the AltPrintScreen method.. This works on a 32-bit environment.. However, some of my users (on the server) use a 64-bit version.. For which I was unable to add this reference (do not know why).
I tried registering the DLL on the server, but I cannot add the reference. It kept popping up with the error, "Can't add reference to the specified file".
So I had to give up on it and searched for a another method.. This function again worked amazing on a 32-bit version.. When tried on a 64-bit, it came up with
LOCATION OF OTHER THREAD : http://www.vbforums.com/showthread.php?585616-clipboard-activex-for-vba-vbs-etc
I have asked the OP, of the thread to see if he could look into, for which he has agreed to. But I was just wondering if someone on here, has any code that will Capture the Active Screen and save it as a BMP file?
Thank you for any help/advice offered.
I have been using olepro32.dll to Save the Clipboard item to a BMP file, using the AltPrintScreen method.. This works on a 32-bit environment.. However, some of my users (on the server) use a 64-bit version.. For which I was unable to add this reference (do not know why).
I tried registering the DLL on the server, but I cannot add the reference. It kept popping up with the error, "Can't add reference to the specified file".
So I had to give up on it and searched for a another method.. This function again worked amazing on a 32-bit version.. When tried on a 64-bit, it came up with
Error : 429, ActiveX component can't create object.
LOCATION OF OTHER THREAD : http://www.vbforums.com/showthread.php?585616-clipboard-activex-for-vba-vbs-etc
I have asked the OP, of the thread to see if he could look into, for which he has agreed to. But I was just wondering if someone on here, has any code that will Capture the Active Screen and save it as a BMP file?
Thank you for any help/advice offered.