4700Copy Text To Clipboardhttp://www.loria.fr/~szathmar/off/projects/C/CopyTextToClipboard/index.phpDescription ( Top )
This simple console application copies the first parameter to the Windows clipboard. If no parameter given, then an empty string is copied to the clipboard, i.e. everything is erased on the clipboard. This application is based on another project of mine -- CopyPathToClipboard -- but even simpler.
Example:C and C++ > Scripts and Programs > MiscellaneousOct 10, 2006
This pages collects some of the code I am distributing.
Ok, some code is about trivial web services and not at the top of performance, but it can serve as introductory examples to newbies for learning.
Please, let me know about bugs and/or suggestions for further improvement: this is the free spirit of Open Source..
Nice graphical scientific calculator.
It has all the functinalities of a scientific calculator. Good User Interface with buttons. User can use mouse too to perform the required operation.
Description ( Top )
This simple console application copies the first parameter to the Windows clipboard. If no parameter given, then an empty string is copied to the clipboard, i.e. everything is erased on the clipboard. This application is based on another project of mine -- CopyPathToClipboard -- but even simpler.
Example:
This program allows you to copy the whole content of a text file to the Windows clipboard. It's a great help if you work a lot with template texts stored in files. The original idea came from a friend, who works as tech. helper, and he has to send e-mails all day to stupid clients. He has some template answers, but until now he had top open these files, select the whole text, and copy their content to the clipboard. With this prg. it can be much more simple: just associate a file extension (for instance .ccc) with this program, and then double-click on a text file (which has this extension). Its content will be copied automatically to the clipboard.
Download ( Top )
You can download the source and its components here.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.