Quote: "
rem Little preview in the settings Tab
case "/P"
write to registry regkey$, "Running", 0
rem This parameter looks like "/P:6458" where 6458 is a pointer to the tiny preview window
rem in the screensaver settings tab. It's easy to extract this pointer...
winPointer = val( right$(cl$(),len(cl$())-3) )
rem But I don't know how to use it...
end
endcase
"
The example mentioned has a similar problem that I ran into when I created my screen saver shell. What to do with the preview window pointer? The code base entry does essentially nothing with the /P parameter. In mine, I create a stand alone preview window. Does anyone know how to use this pointer in DBP to create a real preview mode?
--
TAZ