Here is the list of the comments as added by users.
June 28, 2008
yazeed dbabi
Irbid, Jordan
June 20, 2008
Calab
Calgary, Canada
Hey folks!
The comment area is for comments, not questions. If you have a question, please use the forums.
May 22, 2008
Gody
's-hertogenbosch, Netherlands
The filelist where you can add imagefiles to be used as backgrounds is VERY buggy. When adding files some are simply not added though clearly and correctly selected in the "file open dialog". It'd be great if this could be fixed sometimes. For the rest, great app! :) Thnx
April 28, 2008
Steve Monroe
Sudbury, Canada
Hey guys!
Your checksum tool is great. I use it all the time.
I'd like to suggest adding a feature that allows you to copy the found thumbprint to the second input box so that I don't have to copy and paste it EVERYTIME!!!!
Either an option to automatically do this or a simple button.
Thanks!
April 24, 2008
Alex
San Salvador, El Salvador
Great tool. By the way, I couldn't find a way to use the mouse MIDDLE CLICK as a hotkey. So I wrote a little app in AutoIt to "transfom" the middle click in a SCROLLLOCK toggle (the hot key I've set). Here is the code:
#include <Misc.au3>
Opt("TrayIconDebug", 1)
While 1
Sleep(100)
If _IsPressed('04') = 1 Then Call ("TogScrollLock")
WEnd
Func TogScrollLock()
send("{SCROLLLOCK toggle}")
EndFunc
Just compile into an exe. It's what a been wanting for a couple of years.
Previous -
1,
2,
3, ...
9,
10,
11 -
Next
Last updated: Saturday, July 5, 2008 14:43:34 -0400