Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > Pro VB 6
|
Pro VB 6 For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 2nd, 2004, 12:51 AM
Authorized User
 
Join Date: Aug 2003
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Default Creating a Powerpoint Screensaver

I need some advice on the best way to create a screensaver out of a powerpoint in VB. I had hoped that I could simply place it as an OLE object but it doesn't seem to be in the list. I also want the presentation to play without PowerPoint installed. I have tried creating an instance of PowerPoint.Application, loading the ppt and running the show, but when the presentation starts I am unable to respond to the form events (Click, DoubleClick, KeyPress and MouseMove) which are necessary to quit the screensaver.

 
Old September 20th, 2004, 12:05 AM
Registered User
 
Join Date: Jul 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

you can use getasynckeystate API to track a key press and getcursorpos to track mouse within a timer.u should create a ppt application from within vb and run the required slide from VB.This works fine for me.

Jaya








Similar Threads
Thread Thread Starter Forum Replies Last Post
ScreenSAver project hamilton C# 1 February 28th, 2007 10:56 AM
Screensaver deactivation question LordMall C# 1 September 7th, 2006 10:17 AM
C# screensaver deactivation LordMall C++ Programming 0 September 6th, 2006 08:37 AM
powerpoint and c# dotnetprogrammer VS.NET 2002/2003 0 October 17th, 2005 05:06 AM
how to highlight in Powerpoint haiying Access VBA 6 April 6th, 2005 08:04 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.