Author Topic: _TITLE not working in Windows 10  (Read 1216 times)

0 Members and 1 Guest are viewing this topic.

Offline krovit

  • Forum Regular
  • Posts: 179
_TITLE not working in Windows 10
« on: November 03, 2020, 09:02:54 am »
Here's an example why it's important to know your SO: _TITLE not working in windows 10.

With what commando can we replace _TITLE ?

« Last Edit: November 03, 2020, 09:05:16 am by odin »
Nothing is easy, especially when it appears simple (and nothing could be as dangerous as trying to do good to others)

FellippeHeitor

  • Guest
Re: _TITLE not working in Windows 10
« Reply #1 on: November 03, 2020, 09:04:14 am »
Before _TITLE, add this line:

Code: QB64: [Select]

Title requires the window to have been fully established by the OS. The command above will give it time to do so and _TITLE will work.
« Last Edit: November 03, 2020, 09:09:07 am by FellippeHeitor »

Offline krovit

  • Forum Regular
  • Posts: 179
Re: _TITLE not working in Windows 10
« Reply #2 on: November 03, 2020, 09:12:42 am »
Before _TITLE, add this line:

Code: QB64: [Select]

Title requires the window to have been fully established by the OS. The command above will give it time to do so and _TITLE will work.

Thank you, in win7 it shows no difficulty... with win10 I have to place the command elsewhere.
This also applies to _ICON

What a nice collaboration... :)

« Last Edit: November 03, 2020, 09:13:46 am by krovit »
Nothing is easy, especially when it appears simple (and nothing could be as dangerous as trying to do good to others)