|
2
|
DonationCoder.com Software / Coding Snacks / Image Tile Joiner
|
on: November 22, 2011, 02:09:24 AM
|
|
I have a hard time finding a freeware program where you can joiner images together in nonlinear strip.
Supposedly I have images a,b,c,d,e,f.
I wish to orientate them where I can specify the columns and rows like 2 by 2 or 3 by 2.
ex.
a,b c,d
or
a,b,c d,e,f
|
|
|
|
|
4
|
DonationCoder.com Software / Post New Requests Here / Re: Idea: Maximize all Windows
|
on: February 12, 2011, 06:20:17 PM
|
|
If I have multiple windows and I right click on the task to "Show the desktop", the windows all minimize. You do have the option in the right click menu to "show open windows", but if you were to click any windows that were minimized after clicking "Show the desktop", the ability to "show open windows" will be lost.
|
|
|
|
|
5
|
DonationCoder.com Software / Post New Requests Here / Idea: Maximize all Windows
|
on: February 12, 2011, 05:36:18 PM
|
|
I tried to find a solution to maximize all windows in Windows 7 but I haven't found one. I know that the win+d key will minimize and restore all windows, but this method doesn't restore windows after a window is clicked upon. Does someone know of an application that can force all windows on the taskbar to a maximized state?
|
|
|
|
|
9
|
DonationCoder.com Software / Finished Programs / DONE: Time each Timer
|
on: October 17, 2010, 01:20:55 PM
|
I'm looking a stop watch program that can keep track of multiple times. I tried MultiTimer but this program lacks the hotkeys to effectively stop and start each timer. If someone can create a program similar to Multitimer but with hotkeys then I will like to assign 1 through 0 to toggle each timer to start and pause and resume if pressed. ctrl 1 through 0 will clear the each timer's elapsed time.
|
|
|
|
|
18
|
DonationCoder.com Software / Post New Requests Here / Idea: Clipboard Mouse Click n Paste
|
on: July 30, 2010, 05:36:28 PM
|
|
I am accustom to use this autohotkey script which allows me to paste the last 5 history items on the clipboard. The problem with this is that you would have to cycle through the list to get to the items in the history and a key combination is required to be held down for operation. I was hoping someone would be able to add or modify upon this script to make it easier to use.
The features which I request are the following: Maintain the feature of having the last 5 entries in the list Able to allow for mouse to to double click any of the entries for pasting when the mouse goes on any of the 5 entries: the hotkey is no longer needed to be held down and only a click elsewhere away from the entries is needed to get out of the clipboard entries view. a range of entries is selectable for pasting when the shift key is held down and mouse is clicked on any two of the five entries
|
|
|
|
|