It is written in Autohotkey with the source code included in the zip.
Here is the new version which supports multiple borders: borderGuard_multi
New features:
- Multiple borders
- Borders are positioned behind the sandboxed window (except when window touches screen edge)
- Automatic restart to apply changes to ini file (good idea Ausonius)
- Active and Inactive windows' borders can have different transparency
- Borders will stay within screen (good idea Guest_X)
- Reverse sandboxed windows (Experimental)
- Did I mention multiple borders?
Download
Autohotkey borderGuard thread
To add a red border for a sandbox called 'test' put this in your ini file:
Code: Select all
[test]
borderColor=0xFF0000
Global Options are:
- Sandbox Path
- Hide Border on Drag
- Fancy or Square Borders
- Left Offset
- Menu Localization
- Border Color
- Border Thickness
- Border Transparency
- Border Color
- Border Thickness
- Border Transparency
- Maybe make Fancy Borders a per sandbox option.