MS ACCESS Form 64bit version to save as Image

ash1983

New member
Local time
Tomorrow, 08:06
Joined
Sep 6, 2023
Messages
5
Hi All,

Please share the code if someone has ready with that.
I have Windows 11 and 64 bit access and try to capture the Form as snapshot/picture.

I got some 32 bit and it is not working for me at all.

Cheers!!
 
Hi. Welcome to AWF!

Have you tried converting your 32-bit code to 64-bit? Just curious...
 
Yes I have tried but It is giving so much issue with specific API OleCreatePictureIndirect.
Access keep crashing on calling this API. I change it from olepro32 to oleaut32 but unfortunate access keep crashing as I thought data types needs to be changed at many places.

If someone has 64 bit code available to take the snapshot would be great for quick win.

Thanks
 
when converting - have you changed all pointers to longlong or longptr?

Suggest show what you have at the moment - including the API calls
 
Amazing Stuff. Thanks arnelgp. Perfect solution for 64 bit.
 

Users who are viewing this thread

Back
Top Bottom