topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday November 10, 2025, 3:55 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 ... 31 32 33 34 35 [36] 37 38next
876
Finished Programs / Re: IDEA: Global Push-To-Talk Hotkey
« Last post by skrommel on September 16, 2005, 05:19 PM »
 :-[ Hope nobody offended anyone using the old version...

Now try v1.1. It's not perfect, as I couldn't make it mute, but it toggles the input volume between 0% and 100%. But you can make a shortcut to it and add a number like 50 after the filename to have it toggle between 0% and 50%.

MicMute toggles the microphone's input volume between 0% and 100%.

Features:
- Place it on your QuickRun toolbar for easy access.
- To change the On volume, make a shortcut to it and add the wanted volume after the filename.

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

Skrommel
877
 :) I've uploaded a single run version of Ghoster.

The other problem I need more info on. What's the name of the tool you use?

Skrommel
878
Finished Programs / DONE: Universal Notifier (UN)
« Last post by skrommel on September 15, 2005, 05:31 PM »
PixelNotifier watches pixels for color change, and if triggered, shows a message, plays a sound and fills the whole screen with color.

Features:
- Edit the ini-file to change the settings.
- Simple way to add new alarms.



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

I just added options for 9 alarms, but that can easily be expanded. Also, I should maybe add the option to check for Window titles in the relative pixelcheck...

ShellCity is one of my favorites, Gerry! The tools there have saved my day many times!

Skrommel
879
Finished Programs / Re: IDEA: Global Push-To-Talk Hotkey
« Last post by skrommel on September 15, 2005, 02:32 AM »
 :) Also check out MicMute at www.donationcoder.com/Software/Skrommel.

Skrommel
880
 :) If you've got your own AHK script running, put something like this in there to toggle Ghoster on and off:

^+0::
Process, Exist, Ghoster.exe
pid=%ErrorLevel%
If pid=0
  Run,<fill in the path>Ghoster.exe
Else
  Process,Close,Ghoster.exe
Return

Skrommel
881
 :) I've just uploaded a new version that quits the one running before starting another.

If by start and exit you mean reload, add the following line to the end of the script, to have it reload when pressing Ctrl-Shift-o:

^+o::Reload

Skrommel
882
Unfinished Requests / Re: IDEA: Spirited Away for Windows
« Last post by skrommel on September 14, 2005, 08:28 AM »
 :) I think ProcessGuard at https://www.donation...ndex.php?topic=747.0 will do what you want.

Skrommel
883
 :) Sorry about the CPU usage, but it can be reduced by changing the Sleep,0 to Sleep,100 or some other value balancing snappy operation and CPU usage. Inserting other pauses into the script will help, too.

AutoHotkey has some overhead compared to compiling languages, but I think the ease of use is worth it!

I've changed the pause to 10 in the one on my home page at www.donationcoder.com/Software/Skrommel. It hovers below 10%.

Skrommel
884
Finished Programs / Re: DONE - Memory utilization
« Last post by skrommel on September 13, 2005, 07:01 PM »
 :) Here's a 1 hour solution!

ProcessGurd - Watch processes' memory usage, cpu usage and many more, and get a warning, close them, change their priority, hide/show them, or minimize/maximize them!

Features:
- Edit the ini-file to change the settings.
- Watch all processes by using *
- Doubleclick the tray icon to change settings.



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

This really isn't a production style product like the one above, but it works for me!

It uses TaskManager since AutoHotkey lacks a process manager, locks it and reads the values from the second tab, so don't change the settings if you want it to work. If you do by accident, just close TaskManager, and it will restart with the proper settings.

Every second it compares the values to the ones defined in the ini file. If exceeded for the set time, the user defined message and action is triggered. Maybe I should add an option to run external programs?

Add as many alarms as you like, or use the * to watch all processes.

Skrommel
885
Finished Programs / Re: IDEA: Titlebar Clock
« Last post by skrommel on September 09, 2005, 09:18 AM »
 :-\ I finally got to test StartClock on W2000, too, and the Start button remains unchanged. So it looks like you'll have to upgrade to XP. ;)

Skrommel
886
Unfinished Requests / Re: IDEA: Graffiti Picture ScreenSaver
« Last post by skrommel on September 09, 2005, 09:11 AM »
You mean a scrolling desktop? Great idea!

Skrommel
887
Unfinished Requests / Re: IDEA: Graffiti Picture ScreenSaver
« Last post by skrommel on September 09, 2005, 05:21 AM »
 :) You must have some oddly shaped images to find that bug!

I just uploaded a corrected verson.

Thank's, CarolHaynes!

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

Skrommel
888
 :) Now try CAPshift v1.3!

- 2005.09.09: Updated to v1.3: Added an ini-file to disable status, slowed down cutting to make it work in explorers.

Thank's Ampa and lanux128.

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

Skrommel
889
Unfinished Requests / Re: IDEA: Graffiti Picture ScreenSaver
« Last post by skrommel on September 09, 2005, 04:03 AM »
ZoomSaver scrolls large images accross the screen.

It's not really a screensaver, but if you add it to your Scheduled tasks, it will work like one. The upside to this is that you can have it running in the background, scrolling images accross you desktop all the time!

There's a lot of settings in the ini-file, but the most important is the
path= to your image files, and the
ontop= which controls the "screensaver" mode/"desktop" mode.

In "screensaver" mode you can also use the following keys: Space=Pause, Left=Previous image, Right=Next image, Del=Delete image, Esc=Quit

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

Skrommel
890
Finished Programs / Re: IDEA: Scroll Thru Clipbard Contents When Pasting
« Last post by skrommel on September 04, 2005, 07:43 PM »
 :) Thank's! I'll get right on it!

Skrommel
891
 :) I just updated DragKing to display chars, words and lines in selected text.

https://www.donation...ndex.php?topic=191.0

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

Skrommel
892
Finished Programs / Re: IDEA: Automatic Copy when highlighted
« Last post by skrommel on September 04, 2005, 12:12 PM »
 :) Updatede DragKing to v1.1!

Changes:
- 2005.09.04: Updated to v1.1: Also reports the number of words and lines. Added ini file for user defined delimiters.

Skrommel
893
Finished Programs / Re: DONE - IDEA: Display mouse clicks and key presses
« Last post by skrommel on September 03, 2005, 05:52 PM »
 :) Updated ShowOff to v1.2. Please delete your existing ini-file before upgrading, or run it in another directory.

Added info on how to turn off transparency, added user defined display time, changed how to show shift keys.

To oyster:
1. This is the actual state of things, Ctrl is in fact down after you release D. But I've taken your advice in v1.2 and I think it's a better solution. Maybe I'll show all keys pressed, just adding up until all are released again?

2. To change the order of displayed characters, place the shift keys farther up in the ini file. Also changed in v.1.2.

3. To accomodate for "all" keyboard layouts, I decided to include as many keys as possible. Just remove the ones you don't want and add the ones I didn't know about.

This is also why ShowOff doesn't display the "real keypress" - it can't tell the keyboard layout. If there's demand, I could make a proper user defined lookup table, something like
LShift a=You pressed A.
LShift b=You pressed B.
...

Skommel
894
 :( There is no way to capture the Ctrl-Alt-Del properly in AHK, but the following code comes quite close:

Download and install AutoHotKey from www.autohotkey.com. Save the script as ChangeTaskManager.ahk and doubleclick to run.

Skrommel


;ChangeTaskManager.ahk
^!Del::
Run,Notepad.exe
Return

^+Esc::
MsgBox,Calc.exe
Return
895
 :) It's back again, guys, don't know what was wrong. But I find that the whole donationcoder site is very slow sometimes, and uploading too. Much traffic?

Skrommel
896
Finished Programs / Re: DONE - IDEA: Display mouse clicks and key presses
« Last post by skrommel on September 01, 2005, 07:49 PM »
 :) Now try v1.1!

Added user defined and movable status window.

Skrommel.
897
Finished Programs / DONE: Display mouse clicks and key presses
« Last post by skrommel on August 31, 2005, 01:45 PM »
ShowOff shows what keys and buttons are pushed down.

Edit the ini file to decide what keys to display.



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

Skrommel
898
Finished Programs / Re: IDEA: Titlebar Clock
« Last post by skrommel on August 29, 2005, 04:43 PM »
 :) Now try version 1.2!

Skrommel
899
Finished Programs / Re: IDEA : monitor windows and resize (and reposition) them
« Last post by skrommel on August 28, 2005, 06:55 PM »
 :) Added the Center option (got lost in the +Center and -Center implementation).

Will also add a tray menu to change the active windows settings, an option to add the active windows settings to the ini file, and a minimize to tray function. Anything else missing?

Skrommel
900
Finished Programs / Re: IDEA: Titlebar Clock
« Last post by skrommel on August 28, 2005, 04:53 PM »
Thank's Stefan!

I've just changed the detection of the start button, but I still don't know if it'll work with W2K.

If so, can I ask you to download and run AutoIt3 Windows Spy and report back the class and name of the start button? Just download and install AutoHotkey form www.autohotkey.com and run AutoIt3 Windows Spy from the AutoHotkey forlder on the start menu, then just click twise on the start button.

Skrommel
Pages: prev1 ... 31 32 33 34 35 [36] 37 38next