Mr-Technician / BorderlessMinecraft

Application to run Minecraft as a borderless window.
GNU General Public License v3.0
128 stars 20 forks source link

Borderless all detected instances at once? (enhancement) #25

Open roshank231 opened 2 years ago

roshank231 commented 2 years ago

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 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.

Mr-Technician commented 2 years ago

Yep, looks like that would work: image

Mr-Technician commented 2 years ago
this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;