topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday November 27, 2025, 8:58 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 70 71 72 73 74 [75] 76 77 78 79 80 ... 222next
1851
General Software Discussion / Re: [IDEA] copy on select
« Last post by skwire on June 14, 2013, 03:03 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:

Code: Autohotkey [Select]
  1. ~MButton::
  2. {
  3.     If ( A_Cursor = "IBeam" )
  4.     {
  5.         SendInput, ^v
  6.     }
  7. }
  8. Return
1852
Living Room / Re: What books are you reading?
« Last post by skwire on June 14, 2013, 02:28 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...
1853
Finished Programs / Re: DONE: Sync folders by renaming files
« Last post by skwire on June 07, 2013, 08:21 AM »
I guess we can get skwire to move the thread to Finished then  ;)

Done.  Really slick batch file work, too, 4wd.
1855
Post New Requests Here / MOVED: GUI for DISM
« Last post by skwire on June 02, 2013, 10:43 PM »
1856
Finished Programs / Re: SOLVED: GUI for DISM
« Last post by skwire on June 02, 2013, 09:42 PM »
mraeryceos, can we mark this thread as solved?
1857
Finished Programs / Re: DONE: Sync folders by renaming files
« Last post by skwire on June 02, 2013, 04:25 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.
1858
N.A.N.Y. 2012 / Re: NANY 2012 Release: MPH (Media Player Hotkeys)
« Last post by skwire on June 01, 2013, 01:40 PM »
Website | Download
v1.0.5 - 2013-06-01
    + Added support for Media Player Classic 64-bit. (Thanks, Zac C.)
1859
General Software Discussion / Re: Shift to Linux
« Last post by skwire on May 30, 2013, 06:57 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?
1860
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 :) ).

Good to know.  Thanks for the report, 4wd.
1861
Skwire Empire / Re: Release: sStockQuote
« Last post by skwire on May 29, 2013, 11:57 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.  :-[  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)

1862
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on May 29, 2013, 08:59 AM »
Yeah...my laziness.  =]
1863
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on May 29, 2013, 08:29 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:
main_3.png
1864
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on May 28, 2013, 10:13 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.
1865
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on May 28, 2013, 05:07 PM »
Website | Download
v1.4.1 - 2013-05-28
    ! Fixed the 5-day forecast that Yahoo! broke last week.
1866
Is there a way that I could help?

Just keep trying/testing what we suggest.  =]
1867
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.
1868
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-s...rdir.exe?desksweeper
1869
Good to hear.  I still have them in my RSS reader...couldn't bear to delete the feed.  =]
1870
Developer's Corner / Re: What Language are Windows Programs Coded In?
« Last post by skwire on May 23, 2013, 03:27 PM »
I'd like to make simple programs to start with.  Like this:
http://skwire.dcmemb...?page=files-2-folder

FWIW, that application is written in AutoHotkey but could have been written in any number of languages.
1871
General Software Discussion / Re: An idea - Telecommunications
« Last post by skwire on May 23, 2013, 01:24 PM »
Hi, jf3000, and welcome to the DonationCoder site.  It might help to explain more about what the application does.  Is it simply a lookup type of database or something like that?  Also, maybe a screenshot with some data in it might help.
1872
Sure, it can be done but I think I'll pass because, if the user selects a boatload of files, that dropdown list is going to be just as long and might slow things down.
1873
General Software Discussion / Re: AHK tutorial for absolute AHK beginners
« Last post by skwire on May 16, 2013, 12:02 PM »
my speaking about these problems is not for putting you off AHK

http://skwire.dcmemb...om/fp/?page=software

That is my software site for applications I've written and released.  Everything you see there is written in AHK.


1874
General Software Discussion / Re: AHK tutorial for absolute AHK beginners
« Last post by skwire on May 16, 2013, 11:58 AM »
skwire, I know that AI comes with a "special version" of some editor, so there should be some possibilities somewhere, it's "doable", in theory.

Sure, it's doable.  In fact, I have syntax highlighting in the editor I use for AHK (PSPad).  However, on the forum, it's just a simple keyword highlighter.  You can do it yourself when you write your own posts.  Highlight the code you want and choose the appropriate language from the 'Code Highlighting' dropdown.
1875
General Software Discussion / Re: AHK tutorial for absolute AHK beginners
« Last post by skwire on May 16, 2013, 10:10 AM »
Would it color "declared" variables

No.
Pages: prev1 ... 70 71 72 73 74 [75] 76 77 78 79 80 ... 222next