A
alverman
I want open a pptx presentation from my VB6 app.
The older version of presentation (ppt) opened with:
x = ShellExecute(hWnd, "Show", C:\pres1.ppt, vbNullString, vbNullString,
SW_SHOWMAXIMIZED)
and appare at full screen.
I have try with pptx file and presentation open in designtime (not a full)
Why ?
What is the correct system to open a pptx with shellexecute in full screen ?
Thanks, Alberto
P.S. Sorry for my english !!
The older version of presentation (ppt) opened with:
x = ShellExecute(hWnd, "Show", C:\pres1.ppt, vbNullString, vbNullString,
SW_SHOWMAXIMIZED)
and appare at full screen.
I have try with pptx file and presentation open in designtime (not a full)
Why ?
What is the correct system to open a pptx with shellexecute in full screen ?
Thanks, Alberto
P.S. Sorry for my english !!