Code: Select all
OpenWindow(0, 100, 100, 200, 170, "Icon test")
Repeat
Until WaitWindowEvent() = #PB_Event_CloseWindow
If the icon filename contains Umlaut characters (for example: "VM-Überprüfung.Ico"), the file won't be found:
"Icon file not found."
When renaming the icon file to "VM-Ueberpruefung.Ico", the same icon file will be accepted.
PB 6.02 accepts icon filenames containing Umlaut characters without any problem.