This is a simple example to show you how to increase the value in clipboard.
And you can download the sample from IncreaseClipboardValue.amk.
This is a simple example to show you how to increase the value in clipboard.
And you can download the sample from IncreaseClipboardValue.amk.
Now Automatic Mouse and Keyboard has a new function WaitClipboardText. You can use it to wait until the clipboard text changed.
If the argument Timeout is 0, then WaitClipboardText will wait indefinitely. When the user copied some text, then the clipboard text will change and WaitClipboardText will return the text which has been copied.
It is just easy to use.
If you have read the help document of Automatic Mouse and Keyboard, and want to learn more about it, then you can download and see these samples: amk_samples.zip
Sample 1: clipboard.amk
Show you how to get the clipboard text.
Sample 2: excel.amk
Show you how to operate an Excel file.
Sample 3: find_file.amk
Show you how to find files in a directory.
Sample 4: named_data.amk
Show you a very useful data structure NamedData.
Sample 5: sort_array.amk
Show you how to sort an array.
Sample 6: sqlite.amk
If you use the database SQLite, then you can see this sample.