<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Modeless window always on top in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12754344#M57658</link>
    <description>&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/visualstudio/ide/visual-studio-multi-targeting-overview?view=vs-2022" target="_blank"&gt;https://learn.microsoft.com/en-us/visualstudio/ide/visual-studio-multi-targeting-overview?view=vs-2022&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2024 01:44:59 GMT</pubDate>
    <dc:creator>kelidesign</dc:creator>
    <dc:date>2024-05-06T01:44:59Z</dc:date>
    <item>
      <title>Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3295311#M57640</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a problem with modeless window. It stays on top even when it loses focus.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how I show the form:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim myForm As New myFormClass&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Autodesk.AutoCAD.ApplicationServices.Application.ShowModelessDialog(formOwner, myForm)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas? TopMost property is set to False.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 11:11:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3295311#M57640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-17T11:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3296113#M57641</link>
      <description>&lt;P&gt;I think that is because you are using the ShowModelessDialog function and autocad threats your form as it is a paletteset. because you know palettesets are modeless windows but they are always on top. i advise you to use Form instances Hide method in forms lost focus event.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 18:56:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3296113#M57641</guid>
      <dc:creator>cincir</dc:creator>
      <dc:date>2012-01-17T18:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3296847#M57642</link>
      <description>&lt;P&gt;but that's not the behavior i want, the modeless window is the Help window and i want the user to be able to have the help shown and work with the program, be able to swithch to help and back.&lt;/P&gt;&lt;P&gt;the minimize works, but it's not that comfortable&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2012 06:45:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3296847#M57642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-18T06:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3297593#M57643</link>
      <description>&lt;P&gt;Does making help window autohide solve your problem? You can create a paletteset instead of a form and make the paletteset autohide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if not try Form.Show() instead of Application.ShowModelessDialog().&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2012 16:14:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3297593#M57643</guid>
      <dc:creator>cincir</dc:creator>
      <dc:date>2012-01-18T16:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3298589#M57644</link>
      <description>&lt;P&gt;i tried Form.Show with the same result, i guess I'm doing something fundamentally wrong, or it's AutoCAD that's causing the problem&lt;/P&gt;&lt;P&gt;but I'm more inclined to blame AutoCAD, because when I make a winform application, it works fine&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 07:07:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3298589#M57644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T07:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3299759#M57645</link>
      <description>&lt;P&gt;Which autocad are you using? I tested Form.Show in Autocad2012 and it works.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 19:02:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3299759#M57645</guid>
      <dc:creator>cincir</dc:creator>
      <dc:date>2012-01-19T19:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3300351#M57646</link>
      <description>&lt;P&gt;i'm using Civil 2012, but i run it as clean AutoCAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;did you use AcApp.ShowModalDialog for the main window, or did you use Form.ShowDialog ?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2012 07:26:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3300351#M57646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-20T07:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3300385#M57647</link>
      <description>&lt;P&gt;I used Form.Show() not Form.ShowDialog() . i thought that you want a modeless form.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2012 08:09:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3300385#M57647</guid>
      <dc:creator>cincir</dc:creator>
      <dc:date>2012-01-20T08:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3300391#M57648</link>
      <description>&lt;P&gt;I am opening the modeless form from a modal form&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;form1 has a button (or responds to keypress event)&amp;nbsp; that opens form2, form1 is modal, form2 is modeless&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2012 08:20:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/3300391#M57648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-20T08:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12735916#M57649</link>
      <description>&lt;P&gt;I'm just the opposite. No matter whether I apply TopMost or not, I can't switch to display it. I can only see this Form in the taskbar.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 11:56:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12735916#M57649</guid>
      <dc:creator>kelidesign</dc:creator>
      <dc:date>2024-04-26T11:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12736022#M57650</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kelidesign_0-1714135580805.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1355260i6D99C11AD7B2C814/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kelidesign_0-1714135580805.png" alt="kelidesign_0-1714135580805.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have the most confusing problem, I have written two Forms, Form1 and Form2. Form2 can be displayed on top regardless of whether TopMost is set, but Form1 cannot be displayed anyway, and the Form can only be seen on the taskbar. Very infuriating, no distinction or difference to be found at all.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 12:47:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12736022#M57650</guid>
      <dc:creator>kelidesign</dc:creator>
      <dc:date>2024-04-26T12:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12736118#M57651</link>
      <description>&lt;P&gt;In ARX, you can handle WM_ACAD_KEEPFOCUS&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/OARX/2024/ENU/?guid=GUID-90046447-0787-4FF8-8E91-870F085931A0" target="_blank"&gt;https://help.autodesk.com/view/OARX/2024/ENU/?guid=GUID-90046447-0787-4FF8-8E91-870F085931A0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure how to handle this on .NET.&amp;nbsp; I’m sure there’s a hook&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 13:33:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12736118#M57651</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2024-04-26T13:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12736212#M57652</link>
      <description>&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6351805863112w996h540r861" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6351805863112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6351805863112w996h540r861');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6351805863112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 14:18:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12736212#M57652</guid>
      <dc:creator>kelidesign</dc:creator>
      <dc:date>2024-04-26T14:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12736218#M57653</link>
      <description>&lt;P&gt;Anyway, I don't know what the difference is between Form1 and Form2, and why are they treated differently? I probably know that it is related to window focus, but I want to know why these two are treated differently? One is normal and the other is always abnormal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course, I will also try the method you mentioned to ensure that it is directly relevant. However, finding the patterns and characteristics of the problems I am currently facing is meaningful.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 14:23:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12736218#M57653</guid>
      <dc:creator>kelidesign</dc:creator>
      <dc:date>2024-04-26T14:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12736633#M57654</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14739013"&gt;@kelidesign&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Anyway, &lt;FONT color="#FF0000"&gt;&lt;EM&gt;I don't know what the difference is between Form1 and Form2&lt;/EM&gt;&lt;/FONT&gt;, and why are they treated differently? I probably know that it is related to window focus, but I want to know why these two are treated differently? One is normal and the other is always abnormal.&lt;/P&gt;
&lt;P&gt;patterns and characteristics of the problems I am currently facing is meaningful.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What does "I don't know what the difference..." mean? Your code creates/shows the forms, doe it not?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should post your code that creates the forms (or even the code in the [Form].Designer.cs) and shows the forms. The video does not help much for identify the possible issues here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 16:52:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12736633#M57654</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2024-04-26T16:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12738659#M57655</link>
      <description>&lt;P&gt;Of course I submitted it, in the &lt;STRONG&gt;Test.zip&lt;/STRONG&gt; compressed package. Submitted along with the video.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2024 01:24:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12738659#M57655</guid>
      <dc:creator>kelidesign</dc:creator>
      <dc:date>2024-04-28T01:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12739251#M57656</link>
      <description>&lt;P&gt;You did not mention, but the video clip shows that your running the code against AutoCAD 2018 (or, pre-2025 version, for that matters). However, when I open the *.csproj file, it CLEARLY shows that you selected WRONG project template of the Visual Studio: you used project template for .NET CORE class library, instead of class library template for .NET Framework. Things get event more confusing is that how come you can managed to make this project to target .NET Framework 4.6.2?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is how a .NET Framework class project's Properties window look like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="normanyuan_0-1714314201652.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1355791i4EFF56D712B940FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="normanyuan_0-1714314201652.png" alt="normanyuan_0-1714314201652.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is how a .NET 8 class library project Properties window look like (&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;FOR ACAD2025!&lt;FONT color="#000000"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="normanyuan_1-1714314386151.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1355792i1CB2A31BADF3EFAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="normanyuan_1-1714314386151.png" alt="normanyuan_1-1714314386151.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, this is YOUR PROJECT:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="normanyuan_2-1714314499023.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1355793iDDF7E535824F5360/image-size/medium?v=v2&amp;amp;px=400" role="button" title="normanyuan_2-1714314499023.png" alt="normanyuan_2-1714314499023.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am quite confused that how could you managed .NET Framework as target framework into .NET Core class library project? Did you somehow MANUALLY edited the project file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you are targeting pre-AutoCAD2025 versions of AutoCAD, you MUST create the class library with .NET Framework project template. I think that is the cause of your issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2024 14:33:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12739251#M57656</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2024-04-28T14:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12754340#M57657</link>
      <description>&lt;P&gt;Yes, the new project architecture supports this, in a simpler and more effective way, and there is no problem. I did this very early on and it has been working fine, you can try to create a traditional project, I don't think it is a core factor.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 01:39:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12754340#M57657</guid>
      <dc:creator>kelidesign</dc:creator>
      <dc:date>2024-05-06T01:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12754344#M57658</link>
      <description>&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/visualstudio/ide/visual-studio-multi-targeting-overview?view=vs-2022" target="_blank"&gt;https://learn.microsoft.com/en-us/visualstudio/ide/visual-studio-multi-targeting-overview?view=vs-2022&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 01:44:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12754344#M57658</guid>
      <dc:creator>kelidesign</dc:creator>
      <dc:date>2024-05-06T01:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Modeless window always on top</title>
      <link>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12755466#M57659</link>
      <description>&lt;P&gt;OK. I used your project, made necessary changes: since the oldest AutoCAD version I have access to is Acad2021, so I had to change the referenced AutoCAD managed assemblies to Acad2021's, and in turn, change the .NET Framework to 4.7x, instead of your original 4.6x.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the video clip: the 2 forms showed correctly (as modal dialog):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6352411157112w784h540r370" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6352411157112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6352411157112w784h540r370');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6352411157112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;Here I do not believe the fact you use Acad2018/.NET Framework 4.6x is the cause of your issue: I have used&amp;nbsp;&lt;SPAN&gt;Application.ShowModelessDialog() for all these years since Acad2006, and certainly in AutoCAD2018 with .NET Framework 4.6.x a few years back.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So, your issue is probably an strange, isolated issue to your specific computer/AutoCAD2018/.NET Framework4.6.x. Have you tried with other version of AutoCAD, in other computer? Have you made sure the "Copy Local" of the referenced AutoCAD assemblies are set to False?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 13:24:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/modeless-window-always-on-top/m-p/12755466#M57659</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2024-05-06T13:24:50Z</dc:date>
    </item>
  </channel>
</rss>

