M
Mike M.
Round and round the mulberry bush..... Here I go again. I am still (again)
trying to automate a presentation and contain it within a window or
form/frame. I have beaten Shyam's example here to death:
http://www.mvps.org/skp/vb/pptvbwnd.htm
The example has two methods, contain the pres within a frame or start in
it's own window. I like each but each has a challenge. Stuffing it in a
frame: When the .run is performed, the pres shows full screen then gets
stuffed in the frame. I cannot live with this flash to full screen.
Running in it's own window:
' Undocument constant used to display show in a window without any
PowerPoint command bars
Const ppShowTypeInWindow = 1000
The window has a title bar and the system close (x). I can't have any
visibile evidence of the window (except the pres showing within of course).
I have tried using LockWindowUpdate (dtHandle) with about every handle I
could find to stop the flash to full screen on .run. To no effect.
Is there anyway to stop the flash or get rid of the window title bar?
TIA
P.S. I (almost) promise to never post this question again.
trying to automate a presentation and contain it within a window or
form/frame. I have beaten Shyam's example here to death:
http://www.mvps.org/skp/vb/pptvbwnd.htm
The example has two methods, contain the pres within a frame or start in
it's own window. I like each but each has a challenge. Stuffing it in a
frame: When the .run is performed, the pres shows full screen then gets
stuffed in the frame. I cannot live with this flash to full screen.
Running in it's own window:
' Undocument constant used to display show in a window without any
PowerPoint command bars
Const ppShowTypeInWindow = 1000
The window has a title bar and the system close (x). I can't have any
visibile evidence of the window (except the pres showing within of course).
I have tried using LockWindowUpdate (dtHandle) with about every handle I
could find to stop the flash to full screen on .run. To no effect.
Is there anyway to stop the flash or get rid of the window title bar?
TIA
P.S. I (almost) promise to never post this question again.