I am working on a program in vb.net to use with the Window Capture for displaying different animations. I have tried many different options and still when I close one form (I will call form1) that I have the windows capture set to it will revert focus to the main form. Both forms are a different name/title however the class is the same. I have tried all three options even though I know that Executable Name will not work for obvious reasons. I have used Spy++ to verify the Handle and Caption are different but the class is the same for both. I would only consider myself a mid-level with programming and I have most of my experience in VB and VB.net because of my work with programming robotics, HMIs and database applications so I am not familiar with C or C#. When the Window Match Priority is set to Title, it should lock in on it assuming the title is the caption, is that not correct? If I have to create a new class id for the form I will have to explore that, I am not sure how to accomplish that so any pointers or direction would be appreciated. I am just trying to figure out why this is not working and always focusing backward. If I have form1 open when I start OBS Studio, it will lock in on it but if I close form1 it changes focus to the main form; however if I have the main form only open when I start OBS Studio it will only keep focus on it and not change to form1 were is should be. I forgot to mention this is OBS Studio 64bit.
Respectfully
Respectfully