topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday November 11, 2025, 6:22 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 ... 25 26 27 28 29 [30] 31 32 33 34 35 ... 38next
726
Dr.Windows / Re: Windows Error Guard - fun for the family for the holidays
« Last post by skrommel on December 06, 2005, 02:25 PM »
 :) And users should be able to upload their error messages, and download new ones! Each day a new error message... err, that sounds kind of famliar...?

Skrommel
727
 :) Updated to IdleMute v1.7.

Added option to disable fading, added audio feedback when changing volume.

Still not pleased with the hotkeys, though.

Skrommel
728
 :) The icons are 32 bit - the problem is 32x32 pixel icons being resized to 16x16. AutoHotkey only supports adding one 32x32 pixel icon, so I had to ResHack a file used when compiling.

So have a look at IdleMute v1.6!

Added better icons, mute/unmute action and volume hotkeys!

Skrommel
729
 :) That is actually what happens - when muting it first turns down the volume gradually, then mutes - when unmuting it turns down the volume, unmutes and then gradually increases the volume. But yes, I could change the icon more "correctly".

Skrommel
730
Finished Programs / Re: DONE - IDEA: Program Closer
« Last post by skrommel on December 03, 2005, 06:34 PM »
 :tellme: Clip.exe isn't really neccesary. I'll look into making a W98 version.

Skrommel
731
Finished Programs / Re: IDEA: auto key hitter
« Last post by skrommel on December 03, 2005, 04:04 AM »
 :) www.autohotkey.com

Loop
{
  Send,{F4}
  Sleep,1000
}

Skrommel
732
Finished Programs / Re: IDEA: script to prevent near-sightedness!
« Last post by skrommel on December 02, 2005, 04:28 AM »
 :) Here's a little AHK script, I feel it's a bit simple for a full app.

Skrommel


;EyesSore.ahk
; Show a message at a user defined interval
;Skrommel @2005    www.dcmembers.com


;Settings
interval=1                              ;time in minutes
message=How about a little break?       ;message to show

;Main
interval*=60000
Loop
{
  Sleep,%interval%
  MsgBox,%message%
}
733
FlipSuite and Flipbook Printer / Amazing!
« Last post by skrommel on December 02, 2005, 03:57 AM »
 ;D This is one of the greatest ideas ever!

Once in a while there comes along software so simple in concept and execution that you wonder "Why didn't I think of this?".

How did you ever come up with this idea?

I haven't tried it yet, but it shure will make for some great gifts!

Skrommel
734
Finished Programs / Re: DONE - IDEA: Program Closer
« Last post by skrommel on December 02, 2005, 02:03 AM »
 :tellme: Windows ME.

No, seriously, I forgot to test for operativesystem. Can you run pv.exe in your dos prompt?

Skrommel
735
Finished Programs / Re: IDEA: Minimize all other windows but the active one
« Last post by skrommel on December 01, 2005, 08:56 PM »
 :) Try MinimOther v1.1!

Skrommel
736
Finished Programs / Re: IDEA: script to prevent near-sightedness!
« Last post by skrommel on December 01, 2005, 08:41 PM »
 :) How about my TakeABreak v1.1?

It supports user defined messages.

Skrommel
737
Finished Programs / Re: DONE - IDEA: Program Closer
« Last post by skrommel on December 01, 2005, 07:15 PM »
 :) Try CloseMany v1.2!

It uses two external tools to get the running processes, so please let me know if it works OK.

I've also added a dialog for closing services!

Skrommel

738
Finished Programs / Re: Program closer
« Last post by skrommel on December 01, 2005, 07:12 PM »
 :) Try CloseMany v1.2!

It uses two external tools to get the running processes, so please let me know if it works OK.

I've also added a dialog for closing services!

Skrommel

739
Finished Programs / Re: IDEA: use hotkey to minimize the active window
« Last post by skrommel on December 01, 2005, 01:16 PM »
 :) You could use something like

^m::
IfWinActive,titleoftroublesomeprogram
  MouseClick,xposofminimizebutton,yposofminimizebutton
Else
  WinMinimize,A

Skrommel
740
Finished Programs / Re: IDEA: Keyboard and/or Mouse Movement Simulator
« Last post by skrommel on December 01, 2005, 01:12 PM »
 :) Done!

Great working with you!

Skrommel
741
Skrommel's Software / Re: Problems with Ghoster
« Last post by skrommel on December 01, 2005, 01:08 PM »
 :tellme: The CPU usage is caused by the WinSetRegion which punches a hole in the ghosted image.

I've uploaded a new verision of Ghoster where I've changed how often a new hole is punched, and the way it exits. Please let me know if it works OK.

Skrommel
742
Finished Programs / Re: IDEA: use hotkey to minimize the active window
« Last post by skrommel on December 01, 2005, 09:45 AM »
 :) Ctrl-M minimizes the active window.

^m::WinMinimize,A

Skrommel
743
Finished Programs / Re: Program closer
« Last post by skrommel on December 01, 2005, 09:09 AM »
 :-[ Others (hi Carol!) have also reported this problem. I am planning to make a new version with an external processviewer.

Skrommel
744
Finished Programs / Re: Program closer
« Last post by skrommel on December 01, 2005, 07:43 AM »
 :) My program CloseMany should do many of the things you ask for.

The thread is here: https://www.donationcoder.com/forum/index.php?topic=1288.0

Skrommel
745
Finished Programs / Re: IDEA: Quick Serial Number Copy
« Last post by skrommel on December 01, 2005, 06:51 AM »
 :) AutoClip har two sections - one for clips and one for scripts. If you edit a scipt and add a tab between the sections of the serial, I think that should work OK. Both the scripts and clips can be accessed from the tray icon. Check out the screenshot in the previous post.

Skrommel
746
Finished Programs / Re: IDEA: Quick Serial Number Copy
« Last post by skrommel on December 01, 2005, 06:43 AM »
 :) May I recoment one of my older tools?

AutoClip - Replaces text as you type with any formatted text, image or other clip.
Handy for instantly expanding your initials into your e-mail signature, with image and all.

It also sports a script section for sending macros, which easily supports sending serials.



You'll find the downloads and more info at Skrommel Software.

Skrommel
747
Finished Programs / Re: IDEA!: Transarent TaskBar When No Window is Maximized.
« Last post by skrommel on December 01, 2005, 05:23 AM »
 :-[ Slight you say?

I've just uploaded NoTransMax v1.1. Is it working OK?

SKrommel
748
Finished Programs / Re: IDEA: Keyboard and/or Mouse Movement Simulator
« Last post by skrommel on December 01, 2005, 05:02 AM »
 :) I found that the {Blind} makes all the difference! Combined with sending lowercase chars, it works OK. But it still messes with the Ctrl and Alt, so I've added a A_TimerIdlePhysical test to the code.

I've just uploaded Noise! v1.2. Try it and see if it works.

Skrommel
749
Finished Programs / Re: IDEA: Keyboard and/or Mouse Movement Simulator
« Last post by skrommel on December 01, 2005, 02:05 AM »
 ;D And then there's reading the documentation...

Great job, JxFriday!

Do you want your donation returned?

Skrommel
750
Finished Programs / Re: IDEA: Keyboard and/or Mouse Movement Simulator
« Last post by skrommel on December 01, 2005, 02:03 AM »
 ;D Chris of course had a solution!

SetKeyDelay,0,0 should solve the problem.

Download IdleMute v1.1 from my homepage. I've also changed the delay to 1 minute.

Skrommel
Pages: prev1 ... 25 26 27 28 29 [30] 31 32 33 34 35 ... 38next