topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday May 16, 2025, 5:19 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 ... 151 152 153 154 155 [156] 157 158 159 160 161 ... 222next
3876
Post New Requests Here / Re: IDEA: Wireless sensor
« Last post by skwire on December 16, 2010, 11:15 AM »
Sorry to butt into your thread skwire, it's 0325 here and I was bored

Please!  By all means...the more at the party, the better.   :D
3877
Post New Requests Here / Re: IDEA: Wireless sensor
« Last post by skwire on December 16, 2010, 09:41 AM »
It would have to become active before the user logged in.

I can do everything except this since something like that requires the app to function as a service (something I don't know how to code).
3878
N.A.N.Y. 2011 / Re: NANY 2011 Release: Color Warlock
« Last post by skwire on December 16, 2010, 07:32 AM »
Nicely done, ham.   :)
3879
Post New Requests Here / Re: IDEA: Wireless sensor
« Last post by skwire on December 16, 2010, 07:12 AM »
1) Is the wireless NIC its only connection to the network?
2) If so, is there a network address on the network that is always pingable (gateway, etc.)?
3880
N.A.N.Y. 2011 / Re: NANY 2011 Teaser: JottiQ
« Last post by skwire on December 15, 2010, 08:36 AM »
Looks great, worstje.   :)
3881
Finished Programs / Re: Move to Parent
« Last post by skwire on December 15, 2010, 08:11 AM »
well, I don't have a third mouse button.

Do you have a mousewheel on your mouse?  If so, the "third button" they're talking about is usually accomplished by pressing the wheel button straight down (not (sc)rolling it down).  Make sense?
3883
Finished Programs / Re: IDEA. Create folder icon within folders INI
« Last post by skwire on December 15, 2010, 08:07 AM »
I stumbled onto Folderico 3.7.2 for Windows XP and it appears to do what I want.

Fantastic.  I'll move this thread.
3884
Finished Programs / Re: IDEA. Create folder icon within folders INI
« Last post by skwire on December 14, 2010, 10:02 AM »
Fair enough; I'll see what I can do.
3885
Finished Programs / Re: Create folder icon within folders INI
« Last post by skwire on December 14, 2010, 08:39 AM »
Welcome, Fangas.  There are many programs out there that do (close to?) what you want.  Here's one I've used called iColorFolder:

http://icolorfolder.sourceforge.net/

Windows XP also provides a way to do this natively.  You can right-click the folder, choose Properties and use the Customize tab.
3887
Finished Programs / Re: IDEA: Read DLL information in explorer.
« Last post by skwire on December 13, 2010, 10:42 AM »
Fantastic.  I'll move this thread.   :)
3888
Finished Programs / Re: IDEA: Read DLL information in explorer.
« Last post by skwire on December 13, 2010, 09:35 AM »
You should be able to do this within Windows Explorer already.

1) Put the listview into Details mode.
2) Right-click the listview header and choose the "More..." entry at the bottom.
3) Check the boxes for "Company", "Description" and "File Version."

That should be it.   :D
3889
Finished Programs / Re: IDEA: Shell extension to show total play time of media clips
« Last post by skwire on December 11, 2010, 12:37 PM »
Website | Download
v1.2.1 - 2010-12-11
    ! The Enter keystroke no longer worked in the menus.  (Thanks, M. Rule)
3890
Post New Requests Here / Re: IDEA: Show App CPU/MEMORY Usage on taskbar button
« Last post by skwire on December 10, 2010, 10:30 PM »
Would you want this for every application in the taskbar?
3891
What's the Best? / Re: text encryption app/script?
« Last post by skwire on December 10, 2010, 02:10 PM »
I use GPG for this purpose.  I know Outlook, Thunderbird, and the email client I use (Becky) have plugins that make things pretty easy.  If you get it set up and want to send test emails with me, feel free.

http://www.gpg4win.org/
http://www.jumaros.de/rsoft/index.html (GPG Shell)
3892
Finished Programs / Re: Idea : Time Calculator that accepts a column paste of mm:ss
« Last post by skwire on December 08, 2010, 02:45 PM »
Oooh, I like.   :D
3893
Finished Programs / Re: Idea : Time Calculator that accepts a column paste of mm:ss
« Last post by skwire on December 08, 2010, 01:14 PM »
For the time being, I just left it as TimestampCalc.  Renamed to Harvest Time.  Here's the download:

http://skwire.dcmemb...acks/HarvestTime.zip
3894
Coding Snacks / MOVED: Simple clipboard request
« Last post by skwire on December 08, 2010, 08:34 AM »
3895
Finished Programs / Re: Simple clipboard request
« Last post by skwire on December 08, 2010, 08:33 AM »
Fantastic.  I'll move this thread to the Finished section.   :D
3896
Finished Programs / Re: Simple clipboard request
« Last post by skwire on December 08, 2010, 01:47 AM »
Ah, I see what you want.   Check out QClip here:  http://userpages.umbc.edu/~acurti1/cadae/

Read the Basic Usage section here:  http://userpages.umbc.edu/~acurti1/cadae/qclip-docs.html

If that doesn't work for you, you can check out this: http://www.neiljohan...oftware/nbclipboard/
3897
Finished Programs / Re: Simple clipboard request
« Last post by skwire on December 08, 2010, 12:14 AM »
You may want to take a look at my ClipTrap application and see if you can put it to use for you.

http://skwire.dcmemb...oftware/cliptrap.php
3898
Finished Programs / Re: Idea : Time Calculator that accepts a column paste of mm:ss
« Last post by skwire on December 07, 2010, 11:41 PM »
I have this finished.  I made it so it will RegEx match the timestamp out of the line automatically.  In other words, you can simply paste in the AllMusic block of text and it will spit out the total without you having to format the data at all.  My RegEx strings will match the following timestamp formats:

  • x:xx:xx
  • xx:xx:xx
  • x:xx
  • xx:xx

One caveat is that the I only match the first timestamp occurrence in a line.  So, if a line contains two timestamps, only the first one is matched.  Here's a screenshot showing a direct paste from an AllMusic page:

2010-12-07_233919.png

http://skwire.dcmemb...acks/HarvestTime.zip
3899
Finished Programs / Re: Idea : Time Calculator that accepts a column paste of mm:ss
« Last post by skwire on December 07, 2010, 09:50 PM »
Renegade, you mind if I whip this up quickly for MilesAhead?
3900
General Software Discussion / Re: Fastest Audio Converter
« Last post by skwire on December 07, 2010, 02:13 PM »
Is a matter of a few minutes really that big of a deal?  It's an honest question...not some attempt at a flame.  If so, are these conversions something you can just queue up and let run overnight or during some time you're away from the computer?
Pages: prev1 ... 151 152 153 154 155 [156] 157 158 159 160 161 ... 222next