



Typing something youve typed before? Searching for that graphic file, web address or phone number you know you have somewhere? You need 101 Clips. No other multi clipboard offers 101's unique clip cataloging system.
The M8 multi clipboard captures everything that you cut or copy from any program, text or graphics. It also captures screen shots and web graphics.
The M8 multi clipboard captures everything that you cut or copy from any program, text or graphics. It also captures screen shots and web graphics.
Popular Clipboard Extender Holds Thousands of Clips, across reboots. Searching, Screen Capture, editing, re-formatting, combining, change case, drag and drop, encryption, internet features, E-Mail clean-up, and even a spellchecker!

101 Clips - Multi Clipboard
$0 - 101 Software
If you ever wished that you could copy more than a single clip from one document before pasting to another, 101 Clips is for you. With 101 you can copy up to 25 times and unlike other multi clipboards, 101 shows you a preview of each clip before you paste it. It can also be set to remain on top of your working program. 101 handles all forms of clips including multi graphic Word clips. It even pastes graphics directly into the body of Outlook Express emails. You don?t have to save them as JPEGs and attach them.

Auto Clicker Open Source Code
$0 - SoftAhead.com
Introduction
Auto Clicker is a program that clicks your mouse automatically. It allows the mouse to click without giving the user sore fingers. Just set X-Y List using on your keyboard, set the click-interval, click button and away from mouse and keyboard, it goes clicking the mouse automatically. For getting a faster auto-click speed, try setting the click interval to lower number(miliseconds). To stop Auto Clicker, just press on the keyboard. Auto Clicker can be used to make repetitive clicking easy but should not be used to cheat in online-games. Auto Clicker is a freeware, easy to use, intuitive program and the program source is open.
Using the code
To build this program, you should know mouse_event() function and hooking mechanizm.
From MSDN, you can know the mouse_event() function synthesizes mouse motion and button clicks.
This is examples using mouse_event() in this program:
mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, GetMessageExtraInfo()); // Left Key Down
mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, GetMessageExtraInfo()); // Left Key UP
mouse_event(MOUSEEVENTF_RIGHTDOWN, 0, 0, 0, GetMessageExtraInfo()); // Right Key Down
mouse_event(MOUSEEVENTF_RIGHTUP, 0, 0, 0, GetMessageExtraInfo()); // Right Key Up
To get keyboard messages when the application loses focus, you need hooking procedures.
In OnInitDialog(), SetWindowsHookEx() is used and HookProc of SetWindowsHookEx is used as follows:
LRESULT CALLBACK HookMouseProc(int nCode, WPARAM wParam, LPARAM lParam)
{
HWND hwnd;
LRESULT lResult = 0;
if(nCode == HC_ACTION)
{
if(((EVENTMSG*)lParam)->message == VK_ESCAPE)
{
hwnd= ::FindWindow(NULL, strProgName);
::SendMessage(hwnd,WM_KEY_ESCAPE,1,1);
return 1;
}
else if(((EVENTMSG*)lParam)->message == VK_PAUSE)
{
hwnd=::FindWindow(NULL, strProgName);
::SendMessage(hwnd,WM_KEY_PAUSE,1,1);
return 1;
}
}
return CallNextHookEx( hHook, nCode, wParam, lParam);
}
How to use
First of all, you should fill X-YList box with mouse points on screen. Just move your mouse while press key on the keyboard.
While Auto Clicker is working, if you want to stop it, just press key on the keyboard.
If [PAUSE] key on the keyboard is pressed, you can pause Auto Clicker.
You can save X-Y List to a file and load it from the file using and button.

clip-box
$29.99 - Golden Soft
The native clipboard in Windows is great for cutting and pasting a single item at a time, but if you want to move a series of items, or save items for later use, then you need ClipBox!
Rather than working with one piece of clipboard data at a time, ClipBox enhances the native clipboard functionality by remembering all items (both text and graphic) that are copied to the clipboard and storing them in collections; for later pasting. With ClipBox as a Windows companion, users will never accidentally lose a piece of clipboard data again. ClipBox's database can hold dozens, hundreds, or even thousands of clips - of all formats including Text, Graphics.
.

BitKinex FTP Client
$34 - Best FTP Clients
BitKinex integrates the functionality of an innovative FTP client, SFTP client and WebDAV client for Windows. In addition to features found in other popular FTP programs (like support for the SSL/SSH, multipart and multithreaded transfers, remote edit or FXP) BitKinex introduces several unique approaches and solutions. With just one click you can minimize the space occupied by the program to one small window showing the status of running requests, and with just a few clicks you can see all the details again. In contrast to other FTP clients BitKinex uses multiple connections not only for file transfers but for browsing remote directories as well. You don't need to wait when you make a mistake and accidentally click on a wrong folder. BitKinex allows you to click on the right one immediately and instantly starts to retrieve the content of the directory you want to see using another connection. The unique technology of indirect server-to-server transfers allows you to transfer files between servers running different transfer protocols (FTP=>WebDAV, WebDAV=>SFTP, SFTP=>FTP, etc.).

! - M8 Free Multi Clipboard
$0 - M8 Software(UK)
CLIPS - M8 is the simplest of all multi-clipboard and screen capture programs. Just have it running minimized and it captures everything you cut or copy from other programs. It keeps the last 25 clips. When you want to paste one back, all you have to do is restore M8 and click on the clip you want. When you move the mouse over the clips, you can see them in the viewer. If the clip is text, you see several lines and if it is a graphic, you see a thumbnail. - SCREEN SHOTS - To capture the entire screen press Prt Scr. - To capture the active window press Alt+PrtScr - To capture an individual graphic from Internet Explorer or AOL, point to the graphic, right click and select "Copy" from the drop down list. - OUTLOOK COMPATIBLE - One of the features of M8 is that you can paste any screen or graphic directly into the body of an Outlook Express email. With most other programs, you have to save graphics as JPEGs and then attach them.
V10 adds editors for both text and graphic clips. The text editor includes text clean up utilities to remove HTML formatting, hard returns and email indent chevrons.

A - M8 Free Multi Clipboard
$0 - M8 Software(UK)
CLIPS - M8 is the simplest of all multi-clipboard and screen capture programs. Just have it running minimized and it captures everything you cut or copy from other programs. It keeps the last 25 clips. When you want to paste one back, all you have to do is restore M8 and click on the clip you want. When you move the mouse over the clips, you can see them in the viewer. If the clip is text, you see several lines and if it is a graphic, you see a thumbnail. - SCREEN SHOTS - To capture the entire screen press Prt Scr. - To capture the active window press Alt+PrtScr - To capture an individual graphic from Internet Explorer or AOL, point to the graphic, right click and select "Copy" from the drop down list. - OUTLOOK COMPATIBLE - One of the features of M8 is that you can paste any screen or graphic directly into the body of an Outlook Express email. With most other programs, you have to save graphics as JPEGs and then attach them.
V10 adds editors for both text and graphic clips. The text editor includes text clean up utilities to remove HTML formatting, hard returns and email indent chevrons.
© 2007-2008 Software Institute
Software Institute periodically updates pricing and product information from third-party sources,
so some information may be slightly out-of-date. You should confirm all information before relying on it.