i have try to make some "Slide-Show" with SumatraPDF.
it does work so far but i notice that i got multi Instance of SumatraPDF

i have look into PDFview Demo Source and found
Code: Select all
ON KEY CONTROL+O OF PDFviewWnd ACTION FileGetAndOpen(.T.)
ON KEY CONTROL+SHIFT+O OF PDFviewWnd ACTION FileGetAndOpen(.F.)
---
in SumatraPDF-settings.txt i found "ReuseInstance". when change to TRUE Menu of SumatraPDF change.
PDFview now have no TAB and only 1 Instance is running. that is what i want.
so what do i miss

do i need to "read" SumatraPDF-settings.txt ( PDFview seems to do it )
