
Screen capture with multiple monitors
Script
Comments Off on Screen capture with multiple monitors
Apr 142020
In Automatic Mouse and Keyboard, you can capture the screen with multiple monitors easily. Just use the function CaptureVirtualScreen, then you can capture the screen with multiple monitors. Then use the function SetClipboardImage, you can put the screen image on the clipboard.
You can download the sample from CaptureVirtualScreen.amk

How to load and save JSON data
Script
Comments Off on How to load and save JSON data
Aug 222019
In Automatic Mouse and Keyboard you can load and save JSON data easily. Here is a sample to show you how to load and save JSON data.
You can download the sample from JSON.zip.