Habe noch ein kleines Problem gefunden..
In uMain muss dieser Punkt noch addiert werden sonst wird der letzte Status in der INI nicht gesetzt.
Delphi-Quellcode:
// Menu Option füllen
Option.OptionList := TStringList.create;
Option.OptionList.Add('
Show Playback Position');
Option.OptionList.Add('
Resize Video Window');
Option.OptionList.Add('
Show The Movie Data Base');
Option.OptionList.Add('
Load The Movie Data Base from URL');
Option.OptionList.Add('
Use MediaInfo Overlay');
// <<< addieren (function WinMain)
gruss