topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday November 26, 2025, 8:52 pm
  • 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 ... 197 198 199 200 201 [202] 203 204 205 206 207 ... 222next
5026
I'm actually thinking of adding a TrayTip option that will give the user some feedback that a switch, indeed, did take place.
5027
I installed a Vista VM and I believe I have it working properly under Vista (and, I would assume, Win7).  Please redownload and let me know.
5028
Redownload and try it now.  Man, I really need to set up Vista and Win7 VMs.
5029
I would assume you're running something other than XP?  If so, please post the output of the following command and the OS you're running:

powercfg /list
5030
General Software Discussion / Re: Export TheBat -> unix MBOX format
« Last post by skwire on September 09, 2009, 01:57 AM »
Then I took the plunge and built myself an IMAP4 email server on linux using spare hardware, a decision that has paid off handsomely. Nowadays I'm free to try any email client as I please, without being held up by any proprietary databases.
Likewise.  I've been running my own IMAP server for nearly eight years now and also love the ability to try out any email client I want.  I've been a Rebecca/Becky user for almost ten years now but I also like Claws-Mail and Mulberry.
5031
Try this:  PowerSchemeToggler

1) Unpack archive to a folder of your choice.

2) Run PowerSchemeToggler.exe and you'll be presented with a small interface
   that will allow you to choose two profiles to toggle between.  Click the
   "Save and exit" button when done.
   
3) Run PowerSchemeToggler.exe with the -toggle parameter to toggle between
   your chosen schemes.

main.png
5032
Finished Programs / Re: Automatic folder maker
« Last post by skwire on September 08, 2009, 04:31 AM »
Sorry for my ignorance but why only first 12 characters of filename
Well, that's what the OP (original poster) wanted.  That's how Coding Snacks go sometimes.  *shrug*
5033
Finished Programs / Re: IDEA: Shell extension to show total play time of media clips
« Last post by skwire on September 07, 2009, 10:57 PM »
You're welcome.  This has been a fun one to make.  I dig listview-centric apps like these.
5034
Finished Programs / Re: IDEA: Shell extension to show total play time of media clips
« Last post by skwire on September 07, 2009, 07:19 PM »
v1.1.7 - 2009-09-07
    + Added size output to the statusbar for total and selected sizes.  Sizes under 1024
      megabytes are shown as "MB" while sizes over 1024 megabytes are shown as "GB".
      (Thanks, MilesAhead)
    + Added selected/total rows count to the statusbar.
5035
Finished Programs / Re: IDEA: Shell extension to show total play time of media clips
« Last post by skwire on September 06, 2009, 08:21 PM »
Would the statusbar area be okay?  Or, would you like it somewhere where you could copy out the data to the clipboard?
5036
Post New Requests Here / Re: Req: Taskbar Extender/Spanner
« Last post by skwire on September 05, 2009, 10:33 AM »
Also: http://www.mediachan...om/free/multimon.htm

Though, I've no idea if it works with Win7.
5037
Post New Requests Here / Re: Merge .txt files but with the copy/paste method
« Last post by skwire on September 05, 2009, 10:29 AM »
Understood, and yes, I agree about the files he provided; they are inconsistent.  However, if all he wants to do is join one file to the next, he can simply do  something like this on the commandline:

copy file1.txt + file2.txt + file3.txt newfile.txt
5038
Post New Requests Here / Re: Merge .txt files but with the copy/paste method
« Last post by skwire on September 05, 2009, 09:42 AM »
Is all that you would like to do is concatenate one file to the next?
5039
Post New Requests Here / Re: REQ - image search file maker
« Last post by skwire on September 04, 2009, 06:06 AM »
Just to let you know, I noticed a lot of people seem to use AHK on here (which I have never used), I use FPC (Free Pascal) to write my stuff.  I hope that is acceptable?

Certainly.  :D  We're not biased here on programming langauge used.  The end result is what matters.  Nice work on your app.
5040
General Software Discussion / Re: What is your preferred font?
« Last post by skwire on September 04, 2009, 02:40 AM »
My preferred fonts include:

Development: ProFontWindows 8pt.
Mono-width: 東風明朝 / 東風ゴシック (Kochi Mincho / Kochi Gothic) 8pt.
Proportional: Verdana 7pt, Tahoma 8pt.

I'm not a fan at all of ClearType or ClearType fonts such as Calibri or Consolas.
5041
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 04, 2009, 02:06 AM »
Working as Desired and I can say Move it to the Finished Section.Thank you SKWIRE

Great to hear and you're welcome.  This was an interesting one to code.

One off-topics question is Any Suggestion on How to learn Hotkey and where from? Is it difficult, because after seeing you I feel I should also be able to help others?

This is a great post to start from: http://www.autohotke...t-182060.html#182060

My own thoughts on things... 

It's only as difficult as you want it to be.  Too many people are afraid of failure and never even get started.  Others are afraid of the potential immensity of programming and fail to get their hands dirty.  Start very small and create the blocks of knowledge that will eventually lead you into bigger and bigger projects.  As jaco says in that thread, nobody was born knowing this stuff, it takes time. 

The AHK forum has TONS of code examples on how to do just about anything.  Studying others' code is a great way to learn how to do something.  No need to reinvent the wheel, as they say.  Of course, you have to separate the wheat from the chaff but that's to be expected with any online forum.  Also, the help file that is included when you install AutoHotkey is fantastic.  I almost always have it open alongside my editor when coding.

I enjoy the challenge of trying to build something and make it work.  For me, this doesn't only apply to programming; it could be anything from a honey-do project around the house to playing with Play-Doh or Legos with my daughters.  I get a great sense of satisfaction when I can take somebody's idea and write the code to make it into something tangible.

I suppose the main point here is that, if you want to accomplish anything, you must try.
5042
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 03, 2009, 11:29 PM »
As you have given a choice in removing the characters, can't there be a choice in replacing a character, something like 1 more line

Done.

Download
Alternate

v1.0.4 - 2009-09-03
    + Added yet another hidden setting.  "Chars_To_Replace" is now an
      option.  If you have "Replace_Chars" set to one, any characters
      in the "Chars_To_Replace" list will be replaced with a space.
     
      [Settings]
      Replace_Chars=1
      Chars_To_Replace=-_
     
      Example with the above settings:
     
      Filename of:      Test_-_Test
      Resulting folder: Test   Test
     
      Note: This only affects single-selection operations.
5043
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 03, 2009, 06:39 PM »
You forgot the Remove_Chars=1.  So, you will have three entries total:

[Settings]
Replace_Chars=1
Remove_Chars=1
Chars_To_Remove=!@#$%^&(){}[]
5044
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 03, 2009, 12:00 PM »
Download

v1.0.3 - 2009-09-03
    + Added a couple more hidden settings.  "Remove_Chars" and
      "Chars_To_Remove".  This will allow you to specify of a list of
      characters that will get removed when building the foldername.
     
      [Settings]
      Remove_Chars=1
      Chars_To_Remove=!@#$%^&(){}[]
     
      Example with the above settings:
     
      Filename of:      Test!@#$%^&()Test
      Resulting folder: TestTest     
5045
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 03, 2009, 11:21 AM »
I think I wanted to remove the characters but this is Fine, Please don't take any special efforts on my behalf
I'm happy to replace whatever characters you like...simply provide me with a list of the characters you would like replaced.
5046
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 03, 2009, 10:12 AM »
Config.ini works but
Sorry Not complaining but just giving you a feedback just try to make a folder from a File Sam@#12 and see
What's wrong with that?  Sam@#12 is a valid filename and foldername.
5047
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 03, 2009, 09:11 AM »
Once again the only thing I can say is a big THANK U :Thmbsup:

You're welcome.  Here's the latest version:

Download

v1.0.2 - 2009-09-03
    + Illegal chars in the filename are now checked for.
    + Hidden setting to change dashes/hyphens and underscores into spaces
      when creating the foldername from a single file.  To turn this
      behaviour on, create a config.ini in the app's folder with the
      following text:
     
      [Settings]
      Replace_Chars=1
     
      Note: This does not affect a multiple file selection.
5048
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 03, 2009, 08:35 AM »
Yes, illegal char handling will be implemented.  However, I think I'll leave in the ability to use backslashes because you can use them to make subfolders or to put the files in a parent folder.  For instance, you could specfiy these as the folder name:

path\to\mysubfolder
..\newfolder

Underscores and hyphens can easily be replaced with spaces.  I plan to make this a hidden feature for you.
5049
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 03, 2009, 08:12 AM »
but still the Special character issue remains
I haven't implemented that yet.  I will need a list of characters you want processed and what you want done with them.
5050
Finished Programs / Re: DONE: Right Click any file and create New Folder by its Name
« Last post by skwire on September 03, 2009, 07:20 AM »
This is another case of something is caching download files.  Try this link:

http://skwire.dcmemb...r/Files2Folder_2.zip

It's the same exact zip as this one:

http://skwire.dcmemb...der/Files2Folder.zip
Pages: prev1 ... 197 198 199 200 201 [202] 203 204 205 206 207 ... 222next