Archives for: "July 2025"

Autohotkey Windows Forms

July 17th, 2025
I have an application that uses Windows Forms.  Unfortunately, the common identifiers (classNN, etc) change frequently so it isn't possible to use standard functions to identify the application windows.  Here are some links to posts that assist with… more »

Convert running Docker to Docker Composer

July 13th, 2025
Dockge is a wonderful program for managing Docker containers.  It utilizes Docker Compose files to do so and I have quite a few containers that are run from either command line or Portainer.  This is how to convert from a running container to Docker… more »