Pal, Peter's AutoIt Library News
Library for window, GUI, controls, string, math, data lists, dialogues
Brought to you by:
peverbeek
On a multiple monitor setup it could be that a monitor is switched off or the desktop is going from expand to duplicate. Both cases causes your window to appear beyond the desktop when you use a restore to a former saved position. _WindowForceToPrimaryMonitor() forces the window to the primary monitor if it isn't on an active monitor (so beyond the desktop).
2 new string functions _StringStartsWith() and _StringEndsWith() are useful for determine a string at the beginning or end of a string.