O
Oliver Soeder
Hello together,
I want to write an application which copies the current date to the
clipboard. After that I will be able to insert it at the current cursor
position. If possible, the text should be inserted automatically at the
current cursor position.
Now I already solved that problem in PERL, but after creating a binary
from it, the code which had original 10 lines got a 2 MB .exe file.
I learned C++ 7 years ago in university and did not use it any more.
I need your help to show me, how I can do clipboard operations, I will
be able to solve the rest of the problems.
Thank you
Oliver
I want to write an application which copies the current date to the
clipboard. After that I will be able to insert it at the current cursor
position. If possible, the text should be inserted automatically at the
current cursor position.
Now I already solved that problem in PERL, but after creating a binary
from it, the code which had original 10 lines got a 2 MB .exe file.
I learned C++ 7 years ago in university and did not use it any more.
I need your help to show me, how I can do clipboard operations, I will
be able to solve the rest of the problems.
Thank you
Oliver