I open a presentation in slide show mode using the followoing code: (note that str_PresFileOpen is a string that contains the paht of the file)
Process.Start("powerpnt", "/s """ & str_PresFileOpen & """")
But this causes a problem - once I open a powerpoint ppresentation in slideshow mode, I can't manage to open another one in slideshow mode (using the same code).
How can I open more than one presentation in slideshow mode simultaneously? And by this I mean I open one and then after a while the user may click to open another presentation file - and this file I want to also open in slideshow mode.