Open roshank231 opened 2 years ago
This would be fairly easy to do if the list box supports multiple selections. Then it's just a matter of looping through the selections and calling GoBorderless on each one.
Yep, looks like that would work:
this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
As a multi-instance speedrunner, it would be really nice to highlight all detected instances so I could borderless in one press.
Otherwise, the process is not too awful, but going borderless reopening the borderless window, and repeating 5 times is a little annoying after a while. Obviously, this isn't a high priority but It would be a neat enhancement!
Thanks.