Welcome Guest.   Make a donation to an author on the site June 19, 2013, 10:05:09 AM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
Learn about the DonationCoder.com microdonation system (DonationCredits).
   
  Forum Home Thread Marks Chat! Downloads Search Login Register  
  Show Posts
      View this member's profile 
      donate to someone Donate to this member 
Pages: [1] 2 3 4 5 6 ... 148 Next
1  DonationCoder.com Software / Skwire Empire / Re: Release: sWeather (tray-based weather app) on: June 18, 2013, 01:09:31 PM
Thank you very much for this!

You're very welcome.  I'm glad you like it.  =]
2  DonationCoder.com Software / Finished Programs / Re: IDEA: Shell extension to show total play time of media clips on: June 17, 2013, 02:58:50 PM
Website | Download
v1.3.7 - 2013-06-17
    * Non-contiguous listview selections are now movable with the Ctrl+Up and
      Ctrl+Down hotkeys.
3  Special User Sections / N.A.N.Y. 2011 / Re: Run/Execute Cell Data on: June 17, 2013, 10:11:36 AM
Hi, abalmahmood, and welcome to the DonationCoder site.  The Run/Execute function will attempt to "run" whatever is in the cell.  Basically, it would be like pasting the contents of the cell into the standard Windows Run prompt and pressing Enter.  So, you can use it for things like:

A file or folder e.g.: c:\path\to\my.exe, c:\path\to\image.png
A URI/URL with "://" in it e.g. http://www.site.com
'mailto:' links e.g. mailto:you@me.com

Does that make sense?
4  Main Area and Open Discussion / Living Room / Re: Messed Up in Miami on: June 14, 2013, 08:08:51 PM
So far I still have a USB with my AHK_L source code.

If you'd like (and are allowed to from the library), you can upload your source to me and I'll back it up here and through CrashPlan.  Or, you can mail it to me to copy and I'll mail it back.
5  Main Area and Open Discussion / Living Room / Re: What books are you reading? on: June 14, 2013, 07:54:08 PM
Yep, it's a great series. He has a new one out called (IIRC) The Rithmatist.

Yep, and another one due out in September called Steelheart.

http://www.amazon.com/Ste...qid=1371167437&sr=8-1
6  Main Area and Open Discussion / General Software Discussion / Re: [IDEA] copy on select on: June 14, 2013, 03:03:30 PM
I've used a slightly more complicated version of this QnD (Quick 'n Dirty) AHK script for years to paste on middle-click.  Here's a basic version:

Formatted for Autohotkey with the GeSHI Syntax Highlighter [copy or print]
  1. ~MButton::
  2. {
  3.    If ( A_Cursor = "IBeam" )
  4.    {
  5.        SendInput, ^v
  6.    }
  7. }
7  Main Area and Open Discussion / Living Room / Re: What books are you reading? on: June 14, 2013, 02:28:23 PM
Just finished the first book of the Mistborn trilogy by Brandon Sanderson.  Really slick magic system and a neatly developed world.  Onward with the second book...
8  DonationCoder.com Software / Finished Programs / Re: DONE: Sync folders by renaming files on: June 07, 2013, 08:21:43 AM
I guess we can get skwire to move the thread to Finished then  Wink

Done.  Really slick batch file work, too, 4wd.
9  DonationCoder.com Software / Post New Requests Here / MOVED: IDEA: Sync folders by renaming files on: June 07, 2013, 08:20:47 AM
This topic has been moved to Finished Programs.

http://www.donationcoder.com/forum/index.php?topic=35086.0
10  DonationCoder.com Software / Post New Requests Here / MOVED: GUI for DISM on: June 02, 2013, 10:43:35 PM
This topic has been moved to Finished Programs.

http://www.donationcoder.com/forum/index.php?topic=35059.0
11  DonationCoder.com Software / Finished Programs / Re: SOLVED: GUI for DISM on: June 02, 2013, 09:42:21 PM
mraeryceos, can we mark this thread as solved?
12  DonationCoder.com Software / Finished Programs / Re: DONE: Sync folders by renaming files on: June 02, 2013, 04:25:16 PM
As an aside, I think basing the rename off of file sizes is just asking for trouble since the chance of a collision does exist, however small.  On any modern computer, generating any kind of checksum for such small files wouldn't be much of a price to pay to better guard against collisions.
13  Special User Sections / N.A.N.Y. 2012 / Re: NANY 2012 Release: MPH (Media Player Hotkeys) on: June 01, 2013, 01:40:41 PM
Website | Download
v1.0.5 - 2013-06-01
    + Added support for Media Player Classic 64-bit. (Thanks, Zac C.)
14  Main Area and Open Discussion / General Software Discussion / Re: Shift to Linux on: May 30, 2013, 06:57:40 PM
Also, while we're at it: Why exactly are Linsux users too dumb/lazy to spell "Windows" correctly? Can't Linux stand out without having superior operating systems bashed verbally?

Freudian slip, perhaps?
15  DonationCoder.com Software / Post New Requests Here / Re: Idea: Simple app to show/hide desktop icons with a single click as in Fences on: May 30, 2013, 07:41:01 AM
Worked fine here on a netbook running Win8Pro + ClassicStartMenu.  All icons disappeared and then returned to Desktop, (mind you there are only two of them smiley ).

Good to know.  Thanks for the report, 4wd.
16  DonationCoder.com Software / Skwire Empire / Re: Release: sStockQuote on: May 29, 2013, 11:57:36 AM
Thanks Skwire for this handy little program.

You're welcome.

-- Probably the first would be "auto-update" -- one minute, five minute, etc.

I've considered adding this but the "add alerts" feature requests will come next and I really don't want to deal with that.

-- Add in some additional available fields.  Open, high, low, close, volume.

Ah, crap.  embarassed  I forgot to upload v1.0.2 which adds an additional tab with many more data fields.  I've uploaded it now so please check it out.

-- Another really useful one -- and may not presently exist out there; for sure not free -- would be creation of a log file for some particular security.  With ability to bring the log file into Excel, etc.  One could easily then see the daily trend, or two days, or however much data the log file holds.

I think you can get this type of historical data from the Yahoo Finance page.  Again, though, what I know regarding the stock market wouldn't fill a thimble so I might be (read: probably am) wrong.


Website | Download
v1.0.2 - 2013-05-29
    + Added new tab with more comprehensive data set.  (Thanks, P. Loshuk)
    + Added "Yahoo! Finance lookup" to the Edit/context menu.  (Thanks, P. Loshuk)
    + Pressing Enter now performs a Yahoo! Finance site lookup.  (Thanks, P. Loshuk)

17  DonationCoder.com Software / Skwire Empire / Re: Release: sWeather (tray-based weather app) on: May 29, 2013, 08:59:19 AM
Yeah...my laziness.  =]
18  DonationCoder.com Software / Skwire Empire / Re: Release: sWeather (tray-based weather app) on: May 29, 2013, 08:29:03 AM
Website | Download
v1.4.3 - 2013-05-29
    * Changed the extended forecast options from two checkboxes to a
      single dropdown.


Here's a screenshot showing the 10-day forecast:
[attachthumb=1]
19  DonationCoder.com Software / Skwire Empire / Re: Release: sWeather (tray-based weather app) on: May 28, 2013, 10:13:11 PM
Website | Download
v1.4.2 - 2013-05-28
    + Added 10-day forecast option.  Enable in the Options dialog.
    * Made both the 5-day and 10-day forecast display optional.
20  DonationCoder.com Software / Skwire Empire / Re: Release: sWeather (tray-based weather app) on: May 28, 2013, 05:07:25 PM
Website | Download
v1.4.1 - 2013-05-28
    ! Fixed the 5-day forecast that Yahoo! broke last week.
21  DonationCoder.com Software / Post New Requests Here / Re: Idea: Simple app to show/hide desktop icons with a single click as in Fences on: May 28, 2013, 11:43:35 AM
Is there a way that I could help?

Just keep trying/testing what we suggest.  =]
22  DonationCoder.com Software / Post New Requests Here / Re: Idea: Simple app to show/hide desktop icons with a single click as in Fences on: May 28, 2013, 11:35:56 AM
I am running Win8

Ah, that could make a difference since I know that app works on everything up to Win7.  I don't have Win8 to test with.
23  DonationCoder.com Software / Post New Requests Here / Re: Idea: Simple app to show/hide desktop icons with a single click as in Fences on: May 28, 2013, 08:09:49 AM
In Fences, one can show/hide the desktop icons with a single click. I would like an app that will do that. I want to be able to place its icon in the taskbar so that it is always available. Do not want to have to right-click on desktop, open view submenu and select show/hide ...

Hi, nelsonpole, and welcome to the DonationCoder site.  An app called DeskSweeper will do what you want.

http://no-nonsense-software.com
http://no-nonsense-softwa...t/cgirdir.exe?desksweeper
24  Main Area and Open Discussion / General Software Discussion / Re: Shell Extension City Freeware Website Comeback on: May 27, 2013, 12:12:38 PM
Good to hear.  I still have them in my RSS reader...couldn't bear to delete the feed.  =]
25  Other Software / Developer's Corner / Re: What Language are Windows Programs Coded In? on: May 23, 2013, 03:27:40 PM
I'd like to make simple programs to start with.  Like this:
http://skwire.dcmembers.c...m/fp/?page=files-2-folder

FWIW, that application is written in AutoHotkey but could have been written in any number of languages.
Pages: [1] 2 3 4 5 6 ... 148 Next
DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
[ Page time: 0.079s | Server load: 0 ]