topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday April 24, 2024, 3:05 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - skrommel [ switch to compact view ]

Pages: prev1 ... 28 29 30 31 32 [33] 34 35 36 37 38next
801
 :) Try this and see if it does what you want.

Kill - Close or kill the window under the mouse.

Features:
- Leftclick to Close.
- Ctrl-Leftclick to Kill.
- Esc Cancels.
- Place it on your QuickRun toolbar for easy access.

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

Skrommel

802
Skrommel's Software / Re: NoStrayClicks
« on: October 29, 2005, 01:08 PM »
 :) As soon as you start typing, NoStrayClicks moves the mouse to the lower left edge of the screen to prevent accidental clicks, and replaces it with a crosshair.

So to make a valid click, you first have to move the mouse a few pixels, and then click.

The moving and the crosshair could be replaced by a mousehook, but I'm not too fond of them.

Skrommel

803
Post New Requests Here / Re: IDEA: Png Painter
« on: October 29, 2005, 12:51 PM »
 :) I think you can get this done using the command line options of

ImageMagik from http://www.imagemagick.org

or

Irfanview from http://www.irfanview.com/ with the png-plugin.

If not, it is possible to have AutoHotkey remove the border and titlebar of the rpng window using WinSet.

Skrommel

804
Finished Programs / Re: IDEA: Program Closer
« on: October 24, 2005, 06:25 AM »
 :o Do you get the same error when using ProcessGuard?

I'm not too fond of the TaskMan solution, and I've made a version using a command line tool, but this involves including an external tool to make the script work. Any objections?

Skrommel

805
Finished Programs / DONE: Program Closer
« on: October 23, 2005, 08:30 PM »
 :) I see the thread has changed focus, but here's a solution to the original request.

CloseMany - Close multiple programs or services at once.

Features:
- Close or Kill processes.
- Close services.

Changes:
- 2005.10.31 - v1.1: Added tooltip when clicking, moved buttons.
- 2005.12.02 - v1.2: Now possible to close services, changed process detection.

Uses PrcView v 3.7.4.1 command line utility by Igor Nys
Uses Clip.exe from Microsoft's Resource Kit



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

Skrommel

806
 :huh: I actually didn't understand any of that. You want to automate some part of posting to forums? Please explain.

Skrommel

807
 :-\ But why not scroll images in there, too? Or on any other window, for that matter? There's plenty of skinning apps, but are there any live ones?

I'll be back!

Skrommel

808
Finished Programs / Re: IDEA: Time Stamp to Clipboard
« on: October 13, 2005, 06:33 PM »
 :) In the meantime, try this!

TimeStamp - Copies user defined times and dates to the Clipboard.

Features:
- Multiple user defined timestamps.
- Doubleclick the tray icon to copy the last used timstamp.



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

Skrommel


809
 :) Just thought I'd see if I could make it work!

ColorTaskbar - Makes the taskbar gradually shift through a range of colors.

Features:
- Just a fun tool!
- Makes the buttons work like on a Mac - you have to hit the parts with color!
 


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

Skrommel

810
Finished Programs / Re: IDEA: Program Lock / Protector
« on: October 13, 2005, 11:46 AM »
 ;) Ah, a challenge!

WinLock - Lock individual windows with a password.

Features:
- One password for all windows.
- Only light protection.



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

Skrommel

811
Unfinished Requests / Re: IDEA: movable grouped windows
« on: October 12, 2005, 05:48 PM »
 :) I think my WinWarden from https://www.donation...om/Software/Skrommel can accomplish this. Just have the other windows align to the base window, and they will all move.

Skrommel

812
Finished Programs / Re: IDEA: Time Stamp to Clipboard
« on: October 12, 2005, 05:37 PM »
 :) I think my TicTocTitle from https://www.donation...om/Software/Skrommel will do what you want.

Skrommel

813
Finished Programs / Re: IDEA: open IE with the URL from the clipboard
« on: October 12, 2005, 06:51 AM »
 :huh: I'm not quite shure if I know what you mean, but here's two attempts.


1: Closes the active window if it's title contains PopTray
#SingleInstace,Force
WinGetActiveTitle,title
IfInString,title,PopTray
  Send,{Esc}
Sleep,100


2: Closes all windows with title containing PopTray
#SingleInstace,Force
SetTitleMatchMode,2
Loop
{
  IfWinExist,PopTray
    WinClose,PopTray
  Sleep,100
}

814
Skrommel's Software / Re: MouseActivate at left hand screen edge.
« on: October 10, 2005, 06:00 PM »
 :) Try MouseActivate v1.1!

I also added more edge actions: Top edge sends the active window to the bottom, and the left edge brings the bottommost window to the top.

Skrommel

815
Skrommel's Software / Re: Single Skrommel with all apps
« on: October 10, 2005, 09:17 AM »
 :) I just reread the post, and now I get it!

A launch pad with all my programs that starts or stops a program when you click a button?

Skrommel


816
Skrommel's Software / Re: Problems with Ghoster
« on: October 10, 2005, 09:07 AM »
 :) That should do it, but I don't know if I need to activate the taskbar, it was just to be on the safe side. I'll look into it.

Skrommel

817
Skrommel's Software / Re: Problems with Ghoster
« on: October 10, 2005, 06:00 AM »
It just takes the focus away from the current window altough the mouse cursor is still above it - how to fix that?

 :huh: What do you mean?

Edit: I think I get it. To be on the safe side when exiting, I activate the taskbar.

Skrommel

818
Skrommel's Software / Re: Problems with Ghoster
« on: October 10, 2005, 02:35 AM »
 :) WinClose is more gentle.

Skrommel

819
 :( CopyHandler also asks for confirmation when the errors occur. You can turn on timed confirmation, but the default actions are not what I want, so it's back to square one.

Skrommel

820
Skrommel's Software / Re: Problems with Ghoster
« on: October 09, 2005, 04:20 PM »
 :huh: I think this has got to do with your other AHK-script. The Process,Close prevents a proper shutdown, and that is why you get leftover ontop windows and tray icons.

Skrommel

821
Finished Programs / Re: IDEA: open IE with the URL from the clipboard
« on: October 09, 2005, 02:35 PM »
 :) This should do it, I think. Ctrl-Shift-i opens url on the clipboard, Ctrl-Shift-j copies selection before opening.

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

Skrommel

;OpenURL.ahk
#SingleInstance,Force

^+i::
Run,IExplore.exe %Clipboard%
Return

^+j::
Clipboard=
Send,^c
ClipWait,1
Run,IExplore.exe %Clipboard%
Return

822
 :) Just oploaded WinWarden v1.3!

Removed some bugs and added the options Inside and Outside to check if the mouse is hovering over a window - very handy for rolling up windows and more!

Skrommel

823
Skrommel's Software / Re: Problems with Ghoster
« on: October 08, 2005, 05:08 PM »
 :) Just uploaded Ghoster v1.1!

Nothing major, just cleaned up the code, removed some flickering and removed the WINDOW from the Alt-Tab chain.

Please let me know if I broke something else!

Skrommel

824
 :) Just uploaded Ghoster v1.1!

Nothing major, just cleaned up the code, removed some flickering and removed the WINDOW from the Alt-Tab chain.

Please let me know if I broke something else!

Skrommel

825
Skrommel's Software / Re: Problems with AutoClip
« on: October 07, 2005, 05:23 PM »
 :huh: Please don't take this the wrong way, but you haven't accidentally started it twice?

Skrommel

Pages: prev1 ... 28 29 30 31 32 [33] 34 35 36 37 38next