topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday March 28, 2024, 4:49 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 - rsteward [ switch to compact view ]

Pages: [1]
1
General Software Discussion / Re: Firewall Tester
« on: September 27, 2022, 01:39 PM »
I don't think cstatus is going to work for me.  I have many servers where PING is not enabled and have to use the telnet command to see if the port is open. 


For your purposes, 'cstatus' from a fellow DC member could fit the bill. On first glance it doesn't look like it, because the initial interface is for checking how fast (or available) your DNS servers are. But if you look a bit further, you'll see there are more tools included inside this one, including an IP check tool. When you open that section, you will see that it can check which IP addresses are available in a given range, but you can also check if ports are open on the machines that have an IP address inside the selected range.

2
General Software Discussion / Re: Firewall Tester
« on: September 27, 2022, 08:49 AM »
That looks good, i'll give it a shot.

3
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?

4
Sure, the application involved is PL/SQL Developer.  It has the gripper control on the toolbars and no way of turning it off.  I frequently click too far left of the button and click the gripper causing the toolbar to be moved from it's location.


Screenshot - rostewar@memprod_ssh.world - PL_SQL Developer - [SQL Window - select count(_) from ( select cp.contract_id, cp.transaction_recorded_on_date transaction_date, ] - 11_6_2018 , 10_05_20 AM.png

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

6
General Software Discussion / Re: Et Tu, CCleaner!
« on: August 06, 2018, 01:01 PM »
Looks like they've rolled back to 5.44.6577.  :-[

7
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)?

8
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".

9
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

10
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?

11
Is this for AutoHotkey Basic, AutoHotkey_L, etc?

12
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)? 

13
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)

14
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?

15
Finished Programs / Re: Request: Transparent Screensaver
« on: December 21, 2010, 08:47 AM »
Thanks for tackling this for me! It's a good start! :Thmbsup:
Multi-monitor capability is a must for me because all of the computers here are 2+ monitor configurations.
I think the inverse band is pretty good, but it's moving too fast on my system and is really choppy. Is there a way to modify the speed and width of it?
Also, if there could be a way to dim the screen such as in the dimsaver screensaver (allowing realtime updates), I think that might be just as good as doing a whole shot and inverting it.
As far as how realtime the data must be.... I would be okay with less than 2-5 seconds of delay.

Would it be possible/useful to just slowly scroll the whole screen? Up until the header appears at the bottom, then down until the footer appears at the top, and repeat?  :-\

I like that idea.  Reminiscence of the old vertical hold problem on old tv's.

I did find this but haven't tried it out yet.  (work computer has screensavers locked down, like that's a security risk!) 
Ike-World Screen Saver
and
Mangle!

16
Would you want this for every application in the taskbar?
yes.

17
or maybe just change the title to be the percentage + title

5% - Toad for Oracle | 10% - Untitled - Notepad | 30% - Inbox - Microsoft Outlook

18
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

19
Finished Programs / Re: Request: Transparent Screensaver
« on: December 08, 2010, 08:34 AM »
All, I've been wanting this for a long time.  Thanks to Michaewlewis for renewing my interest in it.  I did a little searching and stumbled on xyz's example of how to do it.  

http://www.geekpedia.com/tutorial65_How-to-make-a-screen-saver.html

You can download the SCRs made from the example code but I would like to see it enhanced a little.  I would like to see it use the "Settings" button on the Display Properties | Screen Saver tab.  I'd like to be able to select the BMP or JPG I want to use and set the transparency percentage.

How about it?  Any takers?

20
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?

21
Perfect.  That is exactly what I've been looking for for months! 

Thanks,
Rob

22
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]