<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Please Add Borderless Window Mode</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=4168b94d-5ed2-411c-84fd-50b3053d27da" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=4168b94d-5ed2-411c-84fd-50b3053d27da</link>
<description>DisplayFusion RSS: Please Add Borderless Window Mode</description>
<lastBuildDate>Mon, 08 Jun 2026 21:39:28 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=4168b94d-5ed2-411c-84fd-50b3053d27da</generator>
<item>
<title>RE: Please Add Borderless Window Mode</title>
<link>https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#13</link>
<pubDate>Fri, 08 Nov 2019 14:16:35 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#13</guid>
<category>DisplayFusion</category>
<description><![CDATA[I was able to modify the code above to only extend to where the taskbar is. The full script is in the attached file, but all I did was change line 38 of the code to:
Code
Copy
Select All
Rectangle bounds = BFS.Monitor.GetMonitorWorkAreaByWindow(windowHandle);
Here's how to get the code into ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I was able to modify the code above to only extend to where the taskbar is. The full script is in the attached file, but all I did was change line 38 of the code to:<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019ea92d246275cb986dc8f540e6f9cc" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019ea92d246275cb986dc8f540e6f9ccJs'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019ea92d246275cb986dc8f540e6f9ccJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">Rectangle bounds = BFS.Monitor.GetMonitorWorkAreaByWindow(windowHandle);</pre><textarea id="code019ea92d246275cb986dc8f540e6f9cc" name="code019ea92d246275cb986dc8f540e6f9cc" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Here's how to get the code into DisplayFusion:<br/>
<br/>
<ul class="ListBullet">
<li>Download the file attached to this post</li>
<li>Open the DisplayFusion Settings window</li>
<li>Select Scripted Function->Add Scripted Function</li>
<li>Copy the code you download in the first step into the window that pops up</li>
<li>Give it a name, and click OK, then OK again to save and apply your changes</li></ul>
<br/>
I hope this works for you!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Please Add Borderless Window Mode</title>
<link>https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#12</link>
<pubDate>Tue, 05 Nov 2019 18:17:43 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#12</guid>
<category>DisplayFusion</category>
<description><![CDATA[How would I modify this script so the window doesn't extend into where the taskbar is? So I want "fullscreen" but still see the taskbar.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
How would I modify this script so the window doesn't extend into where the taskbar is? So I want "fullscreen" but still see the taskbar.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Please Add Borderless Window Mode</title>
<link>https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#11</link>
<pubDate>Sun, 09 Apr 2017 10:04:03 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#11</guid>
<category>DisplayFusion</category>
<description><![CDATA[No idea why  do either of them meet your needs (i know the one i had meets my needs in most cases, though some apps are stubborn)]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
No idea why <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-grin-tongue.light.svg" alt=":P" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":P" HelpButtonDataAlign="BelowMiddle" /> do either of them meet your needs (i know the one i had meets my needs in most cases, though some apps are stubborn)
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Please Add Borderless Window Mode</title>
<link>https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#10</link>
<pubDate>Sun, 09 Apr 2017 09:29:47 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#10</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
This night be the function your looking for  (PS I didnt write it, and since im not seeing it in the 'download functions list' Im guessing Keith probably wrote it for me previously )
Just create a new custom function in C#, pick a key combination, paste the *code below* in
and paste thi...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>This night be the function your looking for <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile-wink.light.svg" alt=";)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=";)" HelpButtonDataAlign="BelowMiddle" /> (PS I didnt write it, and since im not seeing it in the 'download functions list' Im guessing Keith probably wrote it for me previously <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />)<br/>
<br/>
Just create a new custom function in C#, pick a key combination, paste the *code below* in<br/>
and paste this into the reference field:<br/>
<br/>
System.dll | System.Data.dll | System.Drawing.dll | System.Management.dll | System.Web.dll | System.Windows.Forms.dll | System.Xml.dll<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019ea92d24777265819e4cd6134540c2" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019ea92d24777265819e4cd6134540c2Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019ea92d24777265819e4cd6134540c2Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

// The 'windowHandle' parameter will contain the window handle for the:
//   - Active window when run by hotkey
//   - Window Location target when run by a Window Location rule
//   - TitleBar Button owner when run by a TitleBar Button
//   - Jump List owner when run from a Taskbar Jump List
//   - Currently focused window if none of these match
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{
//get the window styles
BFS.WindowEnum.WindowStyle style = BFS.Window.GetWindowStyle(windowHandle);

//if the window has any borders and titles, make it full screen
if(BFS.Window.HasWindowStyle(BFS.WindowEnum.WindowStyle.WS_CAPTION, windowHandle) ||
BFS.Window.HasWindowStyle(BFS.WindowEnum.WindowStyle.WS_SYSMENU, windowHandle) ||
BFS.Window.HasWindowStyle(BFS.WindowEnum.WindowStyle.WS_THICKFRAME__SIZEBOX, windowHandle) ||
BFS.Window.HasWindowStyle(BFS.WindowEnum.WindowStyle.WS_MINIMIZEBOX, windowHandle) ||
BFS.Window.HasWindowStyle(BFS.WindowEnum.WindowStyle.WS_MAXIMIZEBOX, windowHandle))
{
//save the size and position of the window
SaveWindowSize(windowHandle);

//make sure to remove the styles. just toggling these settings may turn on something we dont want
style &= ~BFS.WindowEnum.WindowStyle.WS_CAPTION;
style &= ~BFS.WindowEnum.WindowStyle.WS_SYSMENU;
style &= ~BFS.WindowEnum.WindowStyle.WS_THICKFRAME__SIZEBOX;
style &= ~BFS.WindowEnum.WindowStyle.WS_MINIMIZEBOX;
style &= ~BFS.WindowEnum.WindowStyle.WS_MAXIMIZEBOX;

//set the window style
BFS.Window.SetWindowStyle(style, windowHandle);

//get the bounds of the monitor that the window is in
Rectangle bounds = BFS.Monitor.GetMonitorBoundsByWindow(windowHandle);

//size and position the window to be fullscreen within the monitor
BFS.Window.SetSizeAndLocation(windowHandle, bounds.X, bounds.Y, bounds.Width, bounds.Height);
}
else
{
//if we got here, then the window must already be fullscreen.
//add non-fullscreen styles back to the window
style |= BFS.WindowEnum.WindowStyle.WS_CAPTION;
style |= BFS.WindowEnum.WindowStyle.WS_SYSMENU;
style |= BFS.WindowEnum.WindowStyle.WS_THICKFRAME__SIZEBOX;
style |= BFS.WindowEnum.WindowStyle.WS_MINIMIZEBOX;
style |= BFS.WindowEnum.WindowStyle.WS_MAXIMIZEBOX;

//try and load saved window size and position
bool isMaximized;
Rectangle bounds = GetSavedWindowSize(windowHandle, out isMaximized);

//set the window style
BFS.Window.SetWindowStyle(style, windowHandle);

//if we couldnt load the size, exit the script
if(bounds.Equals(Rectangle.Empty))
return;

//if the window was maximized, maximize it, otherwise set the window size and location with the values we loaded
if(isMaximized)
BFS.Window.Maximize(windowHandle);
else
BFS.Window.SetSizeAndLocation(windowHandle, bounds.X, bounds.Y, bounds.Width, bounds.Height);
}
}

//this is a function that will save the window size and position in window properties
private static void SaveWindowSize(IntPtr windowHandle)
{
Rectangle bounds = BFS.Window.GetBounds(windowHandle);
BFS.Window.SetWindowProperty(windowHandle, "ToggleFullscreen_X", new IntPtr(bounds.X));
BFS.Window.SetWindowProperty(windowHandle, "ToggleFullscreen_Y", new IntPtr(bounds.Y));
BFS.Window.SetWindowProperty(windowHandle, "ToggleFullscreen_Width", new IntPtr(bounds.Width));
BFS.Window.SetWindowProperty(windowHandle, "ToggleFullscreen_Height", new IntPtr(bounds.Height));
BFS.Window.SetWindowProperty(windowHandle, "ToggleFullscreen_IsMaximized", new IntPtr(BFS.Window.IsMaximized(windowHandle) ? 1 : 0));
}

private static Rectangle GetSavedWindowSize(IntPtr windowHandle, out bool isMaximized)
{
Rectangle bounds = new Rectangle();
bounds.X = BFS.Window.GetWindowProperty(windowHandle, "ToggleFullscreen_X").ToInt32();
bounds.Y = BFS.Window.GetWindowProperty(windowHandle, "ToggleFullscreen_Y").ToInt32();
bounds.Width = BFS.Window.GetWindowProperty(windowHandle, "ToggleFullscreen_Width").ToInt32();
bounds.Height = BFS.Window.GetWindowProperty(windowHandle, "ToggleFullscreen_Height").ToInt32();
isMaximized = (BFS.Window.GetWindowProperty(windowHandle, "ToggleFullscreen_IsMaximized").ToInt32() == 1);
return bounds;
}
}</pre><textarea id="code019ea92d24777265819e4cd6134540c2" name="code019ea92d24777265819e4cd6134540c2" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div></div></div><br/>
<br/>
Interesting, thank you - I actually found a very similar version of that code here: https://www.displayfusion.com/ScriptedFunctions/View/?ID=ab674b2f-b76a-4276-b2ad-e1d3651a2c04<br/>
<br/>
Except, the first two "WS_MAXIMIZEBOX" lines are commented out, as you can see. Any idea why that would be?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Please Add Borderless Window Mode</title>
<link>https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#9</link>
<pubDate>Sun, 09 Apr 2017 09:15:17 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#9</guid>
<category>DisplayFusion</category>
<description><![CDATA[This night be the function your looking for  (PS I didnt write it, and since im not seeing it in the 'download functions list' Im guessing Keith probably wrote it for me previously )
Just create a new custom function in C#, pick a key combination, paste the *code below* in
and paste this into t...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
This night be the function your looking for <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile-wink.light.svg" alt=";)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=";)" HelpButtonDataAlign="BelowMiddle" /> (PS I didnt write it, and since im not seeing it in the 'download functions list' Im guessing Keith probably wrote it for me previously <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />)<br/>
<br/>
Just create a new custom function in C#, pick a key combination, paste the *code below* in<br/>
and paste this into the reference field:<br/>
<br/>
System.dll | System.Data.dll | System.Drawing.dll | System.Management.dll | System.Web.dll | System.Windows.Forms.dll | System.Xml.dll<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019ea92d2482716fb724b03e56dd3be1" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019ea92d2482716fb724b03e56dd3be1Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019ea92d2482716fb724b03e56dd3be1Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

// The 'windowHandle' parameter will contain the window handle for the:
//   - Active window when run by hotkey
//   - Window Location target when run by a Window Location rule
//   - TitleBar Button owner when run by a TitleBar Button
//   - Jump List owner when run from a Taskbar Jump List
//   - Currently focused window if none of these match
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{
//get the window styles
BFS.WindowEnum.WindowStyle style = BFS.Window.GetWindowStyle(windowHandle);

//if the window has any borders and titles, make it full screen
if(BFS.Window.HasWindowStyle(BFS.WindowEnum.WindowStyle.WS_CAPTION, windowHandle) ||
BFS.Window.HasWindowStyle(BFS.WindowEnum.WindowStyle.WS_SYSMENU, windowHandle) ||
BFS.Window.HasWindowStyle(BFS.WindowEnum.WindowStyle.WS_THICKFRAME__SIZEBOX, windowHandle) ||
BFS.Window.HasWindowStyle(BFS.WindowEnum.WindowStyle.WS_MINIMIZEBOX, windowHandle) ||
BFS.Window.HasWindowStyle(BFS.WindowEnum.WindowStyle.WS_MAXIMIZEBOX, windowHandle))
{
//save the size and position of the window
SaveWindowSize(windowHandle);

//make sure to remove the styles. just toggling these settings may turn on something we dont want
style &= ~BFS.WindowEnum.WindowStyle.WS_CAPTION;
style &= ~BFS.WindowEnum.WindowStyle.WS_SYSMENU;
style &= ~BFS.WindowEnum.WindowStyle.WS_THICKFRAME__SIZEBOX;
style &= ~BFS.WindowEnum.WindowStyle.WS_MINIMIZEBOX;
style &= ~BFS.WindowEnum.WindowStyle.WS_MAXIMIZEBOX;

//set the window style
BFS.Window.SetWindowStyle(style, windowHandle);

//get the bounds of the monitor that the window is in
Rectangle bounds = BFS.Monitor.GetMonitorBoundsByWindow(windowHandle);

//size and position the window to be fullscreen within the monitor
BFS.Window.SetSizeAndLocation(windowHandle, bounds.X, bounds.Y, bounds.Width, bounds.Height);
}
else
{
//if we got here, then the window must already be fullscreen.
//add non-fullscreen styles back to the window
style |= BFS.WindowEnum.WindowStyle.WS_CAPTION;
style |= BFS.WindowEnum.WindowStyle.WS_SYSMENU;
style |= BFS.WindowEnum.WindowStyle.WS_THICKFRAME__SIZEBOX;
style |= BFS.WindowEnum.WindowStyle.WS_MINIMIZEBOX;
style |= BFS.WindowEnum.WindowStyle.WS_MAXIMIZEBOX;

//try and load saved window size and position
bool isMaximized;
Rectangle bounds = GetSavedWindowSize(windowHandle, out isMaximized);

//set the window style
BFS.Window.SetWindowStyle(style, windowHandle);

//if we couldnt load the size, exit the script
if(bounds.Equals(Rectangle.Empty))
return;

//if the window was maximized, maximize it, otherwise set the window size and location with the values we loaded
if(isMaximized)
BFS.Window.Maximize(windowHandle);
else
BFS.Window.SetSizeAndLocation(windowHandle, bounds.X, bounds.Y, bounds.Width, bounds.Height);
}
}

//this is a function that will save the window size and position in window properties
private static void SaveWindowSize(IntPtr windowHandle)
{
Rectangle bounds = BFS.Window.GetBounds(windowHandle);
BFS.Window.SetWindowProperty(windowHandle, "ToggleFullscreen_X", new IntPtr(bounds.X));
BFS.Window.SetWindowProperty(windowHandle, "ToggleFullscreen_Y", new IntPtr(bounds.Y));
BFS.Window.SetWindowProperty(windowHandle, "ToggleFullscreen_Width", new IntPtr(bounds.Width));
BFS.Window.SetWindowProperty(windowHandle, "ToggleFullscreen_Height", new IntPtr(bounds.Height));
BFS.Window.SetWindowProperty(windowHandle, "ToggleFullscreen_IsMaximized", new IntPtr(BFS.Window.IsMaximized(windowHandle) ? 1 : 0));
}

private static Rectangle GetSavedWindowSize(IntPtr windowHandle, out bool isMaximized)
{
Rectangle bounds = new Rectangle();
bounds.X = BFS.Window.GetWindowProperty(windowHandle, "ToggleFullscreen_X").ToInt32();
bounds.Y = BFS.Window.GetWindowProperty(windowHandle, "ToggleFullscreen_Y").ToInt32();
bounds.Width = BFS.Window.GetWindowProperty(windowHandle, "ToggleFullscreen_Width").ToInt32();
bounds.Height = BFS.Window.GetWindowProperty(windowHandle, "ToggleFullscreen_Height").ToInt32();
isMaximized = (BFS.Window.GetWindowProperty(windowHandle, "ToggleFullscreen_IsMaximized").ToInt32() == 1);
return bounds;
}
}</pre><textarea id="code019ea92d2482716fb724b03e56dd3be1" name="code019ea92d2482716fb724b03e56dd3be1" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Please Add Borderless Window Mode</title>
<link>https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#8</link>
<pubDate>Sat, 08 Apr 2017 14:21:35 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#8</guid>
<category>DisplayFusion</category>
<description><![CDATA[Has there been any progress towards this function? Mouse-locking made DisplayFusion one of the most useful tools for my legacy gaming addiction on the market - this would really seal the deal, it's function I've been wanting forever.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Has there been any progress towards this function? Mouse-locking made DisplayFusion one of the most useful tools for my legacy gaming addiction on the market - this would really seal the deal, it's function I've been wanting forever.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Please Add Borderless Window Mode</title>
<link>https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#7</link>
<pubDate>Tue, 13 Oct 2015 21:49:18 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[Vote added! In the meantime, for other users, this script does exist:
https://www.displayfusion.com/ScriptedFunctions/View/?ID=ab674b2f-b76a-4276-b2ad-e1d3651a2c04]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Vote added! In the meantime, for other users, this script does exist: <br/>
<a href="https://www.displayfusion.com/ScriptedFunctions/View/?ID=ab674b2f-b76a-4276-b2ad-e1d3651a2c04" target="_blank" rel="nofollow"><b>https://www.displayfusion.com/ScriptedFunctions/View/?ID=ab674b2f-b76a-4276-b2ad-e1d3651a2c04</b></a>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Please Add Borderless Window Mode</title>
<link>https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#6</link>
<pubDate>Wed, 08 Jan 2014 01:29:09 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
@Matthew: Vote added
Great! Because I'm sure there are other gamers that have display fusion that would love to see this kind of support.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>@Matthew: Vote added <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /></div></div><br/>
<br/>
Great! Because I'm sure there are other gamers that have display fusion that would love to see this kind of support. <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Please Add Borderless Window Mode</title>
<link>https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#5</link>
<pubDate>Tue, 07 Jan 2014 20:00:30 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[@Matthew: Vote added]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
@Matthew: Vote added <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Please Add Borderless Window Mode</title>
<link>https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#4</link>
<pubDate>Fri, 03 Jan 2014 22:29:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[I'd love this feature as well.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I'd love this feature as well.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Please Add Borderless Window Mode</title>
<link>https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#3</link>
<pubDate>Tue, 31 Dec 2013 18:31:24 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[It's still on our feature request list, but it's not currently planned for a specific version. If anything changes on that, I'll be sure to post an update.
The closest I've seen to being able to do this is with an app called ShiftWindow (http://grismar.net/shiftwindow/), but I haven't done a lot...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It's still on our feature request list, but it's not currently planned for a specific version. If anything changes on that, I'll be sure to post an update.<br/>
<br/>
The closest I've seen to being able to do this is with an app called ShiftWindow (<a href="http://grismar.net/shiftwindow/" target="_blank" rel="nofollow"><b>http://grismar.net/shiftwindow/</b></a>), but I haven't done a lot of testing with it to be honest.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Please Add Borderless Window Mode</title>
<link>https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#2</link>
<pubDate>Wed, 25 Dec 2013 22:35:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[What a coincidence.  I was registering to post this EXACT suggestion.
To elaborate on Jesse's explanation, this is what many games call "Fullscreen Windowed".  The game is rendered as an application window, but with the title bar and borders removed and the window sized to occupy the whole of on...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
What a coincidence.  I was registering to post this EXACT suggestion.<br/>
<br/>
To elaborate on Jesse's explanation, this is what many games call "Fullscreen Windowed".  The game is rendered as an application window, but with the title bar and borders removed and the window sized to occupy the whole of one monitor.  There are a variety of ways this is implemented, but the end result is the same: one screen has your game/etc. on it and nothing but while the process is in focus, yet you are still able to alt-tab to other applications if needed without making the display reinitialize.<br/>
<br/>
As you can imagine, Fullscreen Windowed is one of the greatest features to come to games as far as multiple monitor users are concerned.  Unfortunately, it's a RECENT development, and not everyone has adapted to it.  Several current-gen AAA titles are lacking the option.  There are third-party tools out there which can fake the option, but all the ones I've been able to find are freeware and a bit glitchy.  The best one I've found does a good job of keeping the window properly sized for the most part, but apparently doesn't always ensure the current in-focus process is the one it's supposed to be resizing.  What this means is that if you alt-tab too fast it'll sometimes grab whatever you alt-tabbed to and maximize it on the screen.  Rather unpleasant.<br/>
<br/>
Anyway, what I'm trying to say is that there is a definite need for an application that does this, and more importantly does it CORRECTLY without unpleasant side-effects.  It's definitely something that multiple monitor users would want.
</div>
]]></content:encoded>
</item>
<item>
<title>Please Add Borderless Window Mode</title>
<link>https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da</link>
<pubDate>Wed, 25 Dec 2013 01:34:58 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/please-add-borderless-window-mode/?ID=4168b94d-5ed2-411c-84fd-50b3053d27da</guid>
<category>DisplayFusion</category>
<description><![CDATA[(Just bought this off Steam..Love it!)
Has this been implemented yet?
I found a thread posted in this forum by someone else asking the same question that was posted middle of 2012.
Developers said they were looking into it back at that time.
I'm asking primarily for gaming or other applicatio...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
(Just bought this off Steam..Love it!)<br/>
<br/>
Has this been implemented yet?<br/>
<br/>
I found a thread posted in this forum by someone else asking the same question that was posted middle of 2012.<br/>
<br/>
Developers said they were looking into it back at that time.<br/>
<br/>
I'm asking primarily for gaming or other applications that don't offer a full screen window mode. ''There are other border-less apss but they don't work so well.<br/>
<br/>
Like for example I like to play most my games in window full-screen (if supported by the game) to give me easy access to my other monitors. Some games dont support this so your forced to full screen (cant access other monitors without minimizing the game sometimes crashing) or you are stuck in a small bordered window.<br/>
<br/>
Border-less can get rid of those borders and allow non full screen window games to run like they were full screen windowed with no borders.<br/>
<br/>
Hope what I said makes sense.<br/>
<br/>
Hope to see this feature soon if its not implemented already.
</div>
]]></content:encoded>
</item>
</channel>
</rss>