I have a program I sometimes need to run multiple instances of, and the data sets it holds are not discernible from each other at a glance. So my idea was to change the title of the program to reflect which data set it holds at that time. I took a solution from here:
https://www.donation...ex.php?topic=32066.0 provided by @MilesAhead and that worked perfectly to change the title if I only have one instance running. I could create copies of the program and have them launch from different folders if there was a way to rename the title based on the path it came from. I don't know how to implement that, it's just as far as I could get on the problem. This is my first time posting here, if there is more or better information I can provide please let me know and I will be happy to. Thanks for reading.