<?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: Diablo II Taskbar on top when in &quot;Fullscreen Windowed&quot; mode.</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=7ab3953a-8a36-4caf-83f5-def4874ca5e7" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=7ab3953a-8a36-4caf-83f5-def4874ca5e7</link>
<description>DisplayFusion RSS: Diablo II Taskbar on top when in &quot;Fullscreen Windowed&quot; mode.</description>
<lastBuildDate>Sun, 24 May 2026 17:00:43 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=7ab3953a-8a36-4caf-83f5-def4874ca5e7</generator>
<item>
<title>RE: Diablo II Taskbar on top when in &quot;Fullscreen Windowed&quot; mode.</title>
<link>https://www.displayfusion.com/Discussions/View/diablo-ii-taskbar-on-top-when-in-fullscreen-windowed-mode/?ID=7ab3953a-8a36-4caf-83f5-def4874ca5e7#4</link>
<pubDate>Thu, 05 Aug 2021 17:32:56 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/diablo-ii-taskbar-on-top-when-in-fullscreen-windowed-mode/?ID=7ab3953a-8a36-4caf-83f5-def4874ca5e7#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hello,
Interesting, could you send me over a screenshot of the trigger you were working with?
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello,<br/>
<br/>
Interesting, could you send me over a screenshot of the trigger you were working with?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Diablo II Taskbar on top when in &quot;Fullscreen Windowed&quot; mode.</title>
<link>https://www.displayfusion.com/Discussions/View/diablo-ii-taskbar-on-top-when-in-fullscreen-windowed-mode/?ID=7ab3953a-8a36-4caf-83f5-def4874ca5e7#3</link>
<pubDate>Wed, 04 Aug 2021 18:41:19 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/diablo-ii-taskbar-on-top-when-in-fullscreen-windowed-mode/?ID=7ab3953a-8a36-4caf-83f5-def4874ca5e7#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Nope, I ended up trying to use a scripted function to disable the middle taskbar whilst the window is focused. Just doesn't seem to recognize it. I also tried using scripting to do this as well.
Code
Copy
Select All
using System;
using System.Drawing;
public static class DisplayFusionFuncti...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Nope, I ended up trying to use a scripted function to disable the middle taskbar whilst the window is focused. Just doesn't seem to recognize it. I also tried using scripting to do this as well.<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="#code019e5aee8a6676deb8c98080dd2f85ee" 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('code019e5aee8a6676deb8c98080dd2f85eeJs'); 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="code019e5aee8a6676deb8c98080dd2f85eeJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

public static class DisplayFusionFunction
{
  public static void Run()
    {
    bool isRunning = BFS.Application.IsAppRunningByFile("*Game.exe");
    if (isRunning == true) {
      // Disable the taskbar
      BFS.DisplayFusion.DisableTaskbar(3);
    }
    while (isRunning == true) {
    
        isRunning = BFS.Application.IsAppRunningByFile("*Game.exe");
        BFS.General.ThreadWait(5000);
        
        }
    if (isRunning != true) {
      // After the game has exited, enable the taskbar
      BFS.DisplayFusion.EnableTaskbar(3);
      }
     }
}</pre><textarea id="code019e5aee8a6676deb8c98080dd2f85ee" name="code019e5aee8a6676deb8c98080dd2f85ee" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Diablo II Taskbar on top when in &quot;Fullscreen Windowed&quot; mode.</title>
<link>https://www.displayfusion.com/Discussions/View/diablo-ii-taskbar-on-top-when-in-fullscreen-windowed-mode/?ID=7ab3953a-8a36-4caf-83f5-def4874ca5e7#2</link>
<pubDate>Wed, 04 Aug 2021 17:36:06 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/diablo-ii-taskbar-on-top-when-in-fullscreen-windowed-mode/?ID=7ab3953a-8a36-4caf-83f5-def4874ca5e7#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hello,
If you use the "Disable DisplayFusion Taskbars while this application is running" compatibility setting, does that work?
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello,<br/>
<br/>
If you use the "Disable DisplayFusion Taskbars while this application is running" compatibility setting, does that work?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>Diablo II Taskbar on top when in &quot;Fullscreen Windowed&quot; mode.</title>
<link>https://www.displayfusion.com/Discussions/View/diablo-ii-taskbar-on-top-when-in-fullscreen-windowed-mode/?ID=7ab3953a-8a36-4caf-83f5-def4874ca5e7</link>
<pubDate>Tue, 03 Aug 2021 20:56:15 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/diablo-ii-taskbar-on-top-when-in-fullscreen-windowed-mode/?ID=7ab3953a-8a36-4caf-83f5-def4874ca5e7</guid>
<category>DisplayFusion</category>
<description><![CDATA[Essentially I have to put my taskbar on "Auto Hide" every time I wanna play Diablo II. I've tried creating triggers, as well as the compatibility settings to treat the application as a fullscreen application. Not sure what else to do.
https://i.imgur.com/wV2Q1a2.png]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Essentially I have to put my taskbar on "Auto Hide" every time I wanna play Diablo II. I've tried creating triggers, as well as the compatibility settings to treat the application as a fullscreen application. Not sure what else to do.<br/>
<br/>
https://i.imgur.com/wV2Q1a2.png<br/>
<div class="Image"><a href="https://i.imgur.com/wV2Q1a2.png" target="_blank" data-fancybox="" data-caption="https://i.imgur.com/wV2Q1a2.png" HelpButtonData="https://i.imgur.com/wV2Q1a2.png" HelpButtonDataAlign="BelowMiddle"><img src="https://i.imgur.com/wV2Q1a2.png" alt="https://i.imgur.com/wV2Q1a2.png" title=""></a></div>
</div>
]]></content:encoded>
</item>
</channel>
</rss>