topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday April 16, 2024, 1:22 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.


Topics - rsteward [ switch to compact view ]

Pages: [1]
1
General Software Discussion / Firewall Tester
« on: September 26, 2022, 09:44 AM »
I'm looking for a windows application that i can list out IP address and Port to see if the Firewall is open or not. 

Occasionally my company audits FW rules and removes ones they deem unnecessary.  I'd like to have an app i could put all the servers:port i access and allow me to quickly check what is available and what access is broken.

Currently i'm using "telnet <hostname/ip> <port>" but was looking for a better streamlined approach.

Any suggestions?

2
Would it be possible to have an AHK script to remove the CBRS_GRIPPER from a toolbar control?

3
Would it be possible with AHK or something else to create a hotkey that would allow the user to detach a child window from an MDI frame and present it in a dialog type box that can be dragged anywhere on any monitor (outside of the mdi frame)?

4
Screenshot Captor / [BUG] - Misspelled label
« on: December 09, 2013, 10:54 AM »
"Miscellaneous" is misspelled in the options window.  Section "The Basics"  sub-section "Saving and Loading Files".

5
Post New Requests Here / Detact child window from MDI.
« on: March 13, 2013, 12:11 PM »
I have an application that has a child window that I would like to move outside the application frame.  I was looking at Skrommels DetactVideo and was wondering if it could be hacked to detact a child window from an MDI layout.  Any ideas or suggestions?  Anybody else ran into something that might provide the functionality I want?

https://www.donationcoder.com/Software/Skrommel/index.html#DetachVideo

6
Coding Snacks / Use AutoHotkey to add button to existing window?
« on: June 09, 2012, 01:39 AM »
Can you add a ahk control to a commercial app?  What I'm looking for is a little like Barnacle but not a toolbar.  Take CALC.exe for example.  Can you place a button over one of the existing buttons on the calculator?  Anybody have any examples?

7
I would like to refresh a window on a set interval (like browser extensions do).  Is there an AUTOHOTKEY solution to sending F5 (or other keystrokes) to an inactive window (non-browser app)? 

8
Coding Snacks / Another Right-Click Menu question (except different)
« on: December 02, 2011, 10:24 AM »
I want to remove/disable the "CUT", "DELETE" and "RENAME" items from the right menu choices depending on certain rules (i.e. contents of folders, file path, only for certain directories).  The best example I can give is the way that TortoiseSVN alters the menu depending on if the item is added to the repository or not.  I've looked into the TSVN code and found some useful stuff but I'm unclear how it all ties together.  I've found where the items are added to the registry but I'm missing the "rule" functionality that is used to determine when to alter the menu.  I'm open to all ideas.

I've tried most the apps suggested in other topics with no avail.

Lammer Context Menu
FileMenu Tools
Right Click Enhancer
Mmm
(and a few others that are slipping my mind right now)

9
Post New Requests Here / IDEA: App to set monitor position/order
« on: September 28, 2011, 01:46 PM »
Ok, this is a crazy request but I need an app that can set my monitors (physical devices) to a predefined order and position.  Like you would do in the display properties settings window.
Background: I have a laptop + 19" + 19" (via usb) and they usually map/assign as [1][3][2]

Occassionally after rebooting the monitor position gets altered (never the same) today it was...
    [2]
[1][3]

Does anybody have any ideas on how to set this through AHK?

10
Would it be possible to create an app that would add a progress meter to the buttons on the taskbar to indicate CPU and/or Memory usage for each app. 
taskbar_progress_meters.png

11
I've been looking for a way to trigger an application when I dock/undock my laptop.  Triggering based off battery/power cord is not an option.  Any ideas?

12
I'd like a small utility that would monitor when new windows are opened and move them to the active screen (in a multiple monitor setup). 

Example of Problem:  I open notepad on monitor #3 then click FILE|OPEN and the Open File Dialog opens on monitor #1.

Pages: [1]