Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Ah, the thing is I prefer no borders, title bars ect. and run a full screen borderless window along with hiding the task bar so as to maximise the full use of my screen and additional monitors.
All the benifits of running full screen and yet also maintain a usable second/third monitor for ASN, G-Plan/Little Nav Map and various other bits and pieces such as a VAS monitor :-)
https://github.com/Codeusa/Borderless-Gaming/releases
Also available as a Steam purchase.
https://store.steampowered.com/app/388080
Cheers
FSX-SE opens multiple windows as it gradually opens while the user is preparing to fly.
This tends to lead to Borderless gaming doing funny things while FSX-SE is opening and to help combat that I use a regex to detect the window title I want to full screen. Regex is a language used for detecting and pulling apart text strings.
For example:
Borderless detects the main FSX-SE window on my machine as having a title of..
Monitor IPC:024C (S32) = <seven numbers>
And to detect it I use the following regex.
^((Monitor IPC:024C \(S32\) = )\d*?.*?)$
Essentually it means look for the text without the numbers playing a part as the numbers change each time.
Once the main window has been detected and full screened I then pause Borderless Gaming's automatic processing.
For myself the result is FSX-SE in a full screen 1920 x 1080 with the task bar hidden and opening on my monitor of choice, something I otherwise couldn't control when I switched to Steve's DX10 fixer.
Cheers