I saw the below article and wondered if it affects the presentation and usage of PureBasic applications with OpenConsole(). I don't use Windows 11, so I have very limited knowledge of this.
https://devblogs.microsoft.com/commandl ... indows-11/
Windows 11 command line opens in Terminal
Re: Windows 11 command line opens in Terminal
No, I don't think it does. Keep in mind this is from fairly limited testing, but on a Windows 11 laptop, it appears to still run in conhost,, probably because PB is using some particular API. I could be wrong, however.
Re: Windows 11 command line opens in Terminal
Thanks for the reply, Quin, that sounds encouraging. From what I've seen, a tabbed function has been introduced, as shown in this example I just found. I've developed a server-side application that, for a multitude of reasons, runs best inside the console and I don't want to find the 120 x 30 presentation is broken by Microsoft's want of frivolous changes.Quin wrote: Tue Oct 31, 2023 5:00 am No, I don't think it does. Keep in mind this is from fairly limited testing, but on a Windows 11 laptop, it appears to still run in conhost.
