Mr-Technician/BorderlessMinecraft

Borderless all detected instances at once? (enhancement)

Opened this issue · 3 comments

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.

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:
image

this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;