need a code that will calculate the length of characters in the clipboard if the length of characters will be equal to 15 to the contents of the clipboard is to be changed to "hello world"
can someone help me weak I know cpp
calculate the length of characters in the clipboard
The data put on the clipboard can be in a variety of types simultaneously. An image will be different from plain text. So the question needs to be clarified as to what range of formats you need to check.
I just want to change the value from the clipboard, if the clipboard will be 15 characters digits
This code does not work I do not know why
#include <windows.h>