Borderless all detected instances at once? (enhancement)
Opened this issue · 3 comments
roshank231 commented
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.
Mr-Technician commented
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.
Mr-Technician commented
Mr-Technician commented
this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;