Close
Showing results 1 to 8 of 8

Threaded View

  1. #6

    Default

    You can do this with autohotkey.
    Link to my previous message about this.

    Just repeat the same for all windows. e.g.
    Example to remove border on first 2 widows:

    Code:
    WinSet, Style, -0xC40000, ahk_id %WowWinId1%  ;1st window
    WinSet, Style, -0xC40000, ahk_id %WowWinId2%  ;2nd window
    The downside is that you would need to know a bit about AHK to make this work.
    Last edited by aasi888 : 09-29-2019 at 07:37 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •