I’ve just written a tool that lets you bypass the default Windows Live Messenger prompt when you press you LifeCam’s button on top.
It can be a little annoy, but the good news is that now you can open or focus any application you want with the click of that button.
As you can see from the image above, I’ve made a simple browse option so you can easily find the file you want. When you open this tool it will automatically display the path to the program that is currently set to open.
If you later decide that you want to just use the default application (the one set before you change anything) then it’s only a couple of clicks away!
Currently the implementation used could be error prone. I have written the application to “assume” that the default application should be installed to “C:\Program Files\Microsoft LifeCam\icepick.exe” for 32-bit computers and to “C:\Program Files (x86)\Microsoft LifeCam\icepick.exe” for 64-bit computers.
If problems are experienced with this then please let me know. It may be better to scan for the application rather than to assume it’s in that location, but typically it should always be in that location.
Thanks for checking out this little tool! I hope you find it helpful. If you’re curious about the source code just fire off an email! It’s currently written in Visual Basic 2008, but could easily be ported to another language especially since I overly document code so others know what I’m doing.
Download – 163kb
Related posts:
- LifeCam VX-1000 Live Call Button Hack After digging into process and id’s I was able to...
- Microsoft LifeCam VX-1000 I just recently bought a new webcam via eBay for...
- Ubuntu 10.04 and LifeCam VX-1000 If you’re using the same web cam that I’m using,...
- Microsoft LifeCam VX-1000 Linux GSPCA Patch Update: See the linked comment for more details. I’ve been...
- Power Hour v0.4 source is now available I finally got around to uploading the source code to...



Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0
First time when I run this program, it throw a error,
something like cannot convert String() to String.
and I click continue, it works.
the error is gone when open the program second time.
i think the bug is that first run my regestry is missing something.
Opera/9.80 (Windows NT 6.1; U; en) Presto/2.2.15 Version/10.10
Thanks for the feedback! I’ll look into doing a little more with error handling for this. Glad to see it worked the second time!