


Get album art and lyrics for songs in your iTunes library. See what like minded people are listening to. Integrates with soundcrank.com to provide additional functionality such as show blogs, reviews, custom lists, general music blogs.
Join in on one of the biggest fights of the year as Special Ed and Elmer of Crank Yankers take on Nick Diamond and Johnny Gomez of Celebrity Deathmatch in a knock-down, drag-out, rowdy kind of style!
Make icon & cursors capture anything you see! Or make it from scratch. Frame your target and click. Nothing can stop Instant Icon, it even freezes animations! If you see it on your monitor, it is YOURS! Make tranparent areas, EASY!
Reference: "ask by pointing" on all Microsoft Outlook 2003 email screens. Practice: more than 100 email tasks on interactive Outlook interface - step by step and explained. Remember: proficient use of email is much more than cranking your inbox.

Vectir
$0 - Incendo Technology
Vectir is an audio visual application that lets you control popular media or MP3 players such as Winamp, iTunes and Windows Media Player with an infrared (IR) remote control. It can also control other features of your operating system such as moving the mouse pointer, adjusting the master sound volume and shutting down your computer.
Vectir lets you load playlists, skip tracks or crank up the volume of your MP3 media player without having to be located at your computer. You may also setup a home theatre PC and use Vectir to watch movies from the comfort of your lounge suite or wherever you like.
It works with USB infrared receiver devices such as the USBUIRT and Tira2. These devices pickup signals from most infrared (IR) remote controls and send them to your computer.
For example, you may setup the play button on your remote control to send a play command to Winamp. Every time Vectir detects that you have pressed the play button on your remote control, it will send a play command to Winamp.
Vectir also supports the infrared (IR) capture feature of the USB-UIRT and Tira devices. This feature lets you capture enough information about an IR signal to be able to re-send it. After Vecitr has "captured" an IR signal, it can then be re-sent. This means that you can use your PC as an IR remote control and send commands to your TV, DVD player etc.

XOP
$14.95 - Hamumu Software
Developed by Toastsoft (www.toastsoft.com), XOP is an incredibly intense manic space shooter. Bullets fly fast and furious as enemy swarms flood the screen. Just when the situation seems too hopeless, you can pull out your Reflect Shield, to send the huge waves of bullets right back at the badguys. This is an amazingly fast paced and tense game that will have you still twitching well after your game is over. Each level includes multiple mini-bosses, and a huge final boss that will truly test you with a bigger flood of bullets than you thought your PC could handle! Try the demo - but try it with the difficulty cranked up (and realize that those first levels don't have 1/3 the amount of mayhem the later levels do)!

MouseImp Pro Live! Source Code
$0 - Pingram Software
Please feel free to download and use MouseImp Pro Live! source code. The source lacks MouseImp Pro?s copy protection and some other trialware/evaluation stuff from the commercial version. The source code can be compiled under Microsoft Visual C++ 6.0 SP5. Installation wizard is made with Wise Install Builder 7.04.
MouseImp Pro Live! is an open-source project that was published by the original developers of the former commercial product, MouseImp Pro. This open-source project lacks copy protection and evaluation version limitations found in the original MouseImp Pro software; other than that, it is a great product that deserves to be further developed. Volunteers are highly welcome! Please email me at aoleg@voicecallcentral.com to set an account at this sime if you?d like to contribute to MouseImp development.
Original MouseImp Pro
MouseImp PRO is a successor of MouseImp that became popular all over the world. Many users? wishes were considered in this new version of MouseImp, and many improvements have been implemented, making it even faster and more reliable. Hope you?ll like it, and its unique features will make your work easier and more productive.
MouseImp is a handy tool that helps you to use your conventional mouse more efficiently. The AutoShrink feature increases your available workspace by removing toolbars from the screen so that only caption bars remain. To access a toolbar, just point to its caption, and it will be restored immediately. The Direct Scroll feature makes it easier to scroll through windows. Instead of using a scroll bar, you can activate MouseImp and scroll by moving the mouse up or down anywhere in the window.
MouseImp also gives you the ability to shrink windows temporarily.

MouseImp Pro Live!
$0 - Pingram Software
MouseImp is a handy tool that helps you to use your conventional mouse more efficiently. The AutoShrink feature increases your available workspace by removing toolbars from the screen so that only caption bars remain. To access a toolbar, just point to its caption, and it will be restored immediately. The Direct Scroll feature makes it easier to scroll through windows. Instead of using a scroll bar, you can activate MouseImp and scroll by moving the mouse up or down anywhere in the window.
MouseImp also gives you the ability to shrink windows temporarily.

ViVi MouseAid
$9.99 - ViVi Software, Inc.
ViVi MouseAid is an advanced mouse gesture and Windows clipboard enhanced tool.
ViVi MouseAid Feature:
1.Mouse gesture
Mouse gestures are simple direction that you "draw" on your screen using your right mouse button. When you perform a mouse gesture that ViVi MouseAid can recognize, it will perform the "action" associated with that gesture. In short, it's a nifty little program that lets you easily control programs by drawing gestures with your mouse.
2.Enhanced Windows Clipboard
ViVi MouseAid provides you with 12 Windows clipboards so that you can simultaneously copy and paste 12 different texts. ViVi MouseAid is an ideal aid to those who work with word processors, do a lot of programming or use databases, because it was developed as quick clipboard assistant for computer user. Additionally ViVi MouseAid saves clipboard history automatically, and restores texts after reboot.
Top 6 Reasons To Choose ViVi MouseAid:
1.Offer you 12 full-function Windows clipboards! Copy or paste texts just only one click!
2.Capture and store all the texts you commonly use, just use mouse draw a gesture!
3.Save clipboard texts on to your hard disk at software exit and load them at the next startup automatically!
4.Auto clear Windows clipboard data after using. It's a nice way to protect your privacy!
5.Recognize 9 mouse gestures and can do more than 20 actions, which associate with Windows shortcut operation!
6.The first software supports mouse gesture and multi-clipboard on the world!
From now on, you can easy your work with ViVi MouseAid. For more information please visit ViVi Software, www.vivisoftware.com

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.
© 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.