Messages - wetsmellydog [ switch to compact view ]

Pages: prev1 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 24next
76
did you do a search here... from "Drawing with 2 mice"

Hey tomos,

Thanks for the reply.

Yes I did try that program TeamPlayer. The problem with all the programs I found, free or pay, did not allow you to map the buttons on the mice different from each other. This is the most important part of this conundrum. The mice's firmware announce that they are a "mouse" and therefor load mouse drivers. If it were a "new" piece of hardware, windows would ask for the drivers that control the hardware and that is where you would normally find the controls for the new hardware.

I am looking for software that would allow me to map the buttons of each mouse connected to the computer individually.

77
Why you ask. Good question.

I do a lot of audio and video editing. There are a lot of third party hardware/software add-ons to control the software. Most are a group of buttons/wheels that connect via USB and then you set up macros to control the buttons/wheels.

Well why not use that extra/broken mouse? The only problem is that Windows will recognize the mouse but it is used just like the mouse that is already connected.

I have found a few programs on the net that allow two mice and two cursors. These programs will not allow you to program the buttons on the second mouse for a different purpose than what the first mouse buttons are used for.

Soooooo....there you have it.

Thanks,
Larry

78
Developer's Corner / Re: MS Visual Studio Update Killed T-Clock x64
« on: February 19, 2009, 02:09 PM »
Hey Stoic Joker,

There is a gentleman who has been kind enough to post your old programs due to your issues.
They can be found here;

http://www.greggdeselms.com/tclock.html

"This is a special, temporary web page created so that persons who have been given its URL (or who happen to stumble onto it via Google or some other search engine) will be able to download the version of Stoic Joker's T-Clock system tray clock replacement utility that I just happen to have on my computer, which I downloaded from his site back in 2006 or 2007. As of this writing, his web site  has been down for a while, and so no one has been able to download any of his truly outstanding versions of the venerable freeware T-Clock utility..."

79
:) Just in case you haven't found a working solution...

Skrommel

;MoveSameName.ahk
; Moves files with the same name to a common folder
;Skrommel @ 2009

from=C:\Dir1
to=C:\Dir2

Loop,%from%\*.*,0,0
{
  SplitPath,A_LoopFileLongPath,name,dir,ext,name_no_ext,drive
  MsgBOx,Moving`n %A_LoopFileLongPath%`nto`n %to%\%name_no_ext%\%name%
  FileCreateDir,%to%\%name_no_ext%
  FileMove,%A_LoopFileLongPath%,%to%\%name_no_ext%\%name%
}

It keeps asking for confirmation after each file. Will removing MSGBOx line make it more automatic?

80
Here is what I got out of it:
 (see attachment in previous post)
Features:
  • Simple Drag and Drop interface to make life easier!
  • Click Sort and watch as your files are sorted into folder's according to their filenames!
  • After File's are sorted into folders, FileSorter cleans up after itself (deletes the now empty folders)!

Download Here: http://www.codebyter.com/Media/Programs/Coding_Snacks/FileSorter/FileSorter.exe

I hope this helps... I pictured your filenames to look like something to below:
-Folder
-------123.txt
-------123.zip
-------123.jpg
-------234.txt
-------234.zip
-------234.jpg

The result will be:
-Folder
------123
--------------123.txt
--------------123.zip
--------------123.jpg
------234
--------------234.txt
--------------234.zip
--------------234.jpg

Please let me know if there is anything else you would like added :)

EDIT FOR IMAGE CLARIFICATION: The progress bar at the bottom is accurate but Vista's progressbar is kind of weird so I tried to capture the progress bar in motion for you.

So far looks good.
Two things that I can see;
1) Clear list button
2) Option for Move/Copy

Been busy so I have not been able to really put it through its paces but so far so good!  :)

Pages: prev1 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 24next
Go to full version