473,406 Members | 2,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Change location of PowerPoint SlideSHow

Hi,
My application wants to run on two screens, one for the backoffice and another for the public. The public wants to make run a ppt when the screen is much idle time, my problem is when I do

PowerPoint.SlideShowWindow ssWindow = pptPresentation.SlideShowSettings.Run ();
System.Drawing.Rectangle workingArea = System.Windows.Forms.Screen.AllScreens [1]. WorkingArea;
ssWindow.Left = workingArea.X;
ssWindow.Top = workingArea.Y;
ssWindow.Width = workingArea.Width;
ssWindow.Height = workingArea.Height;

the left is not correct, ie is not exactly the second screen.

Unfortunately I cannot find any info on this...

I apreciate any help from you
Thanks
Feb 25 '09 #1
0 1206

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: WillRead | last post by:
I have a VB.Net application and a PowerPoint presentation explaining how each form in the application works, etc.. I would like to select and display the slide appropriate for each form by pressing...
1
by: Sascha Kerschhofer | last post by:
Hi, 1) How can I extract single slides from a PowerPoint file? (as graphic or even as Animation) from C#? 2) How can I read the properties of the single elements within a Slide of a PowerPoint...
0
by: ProfessorKaos | last post by:
I'm trying to open a slide show from an application but I am receiving an error when tring to reference the PowerPoint.Presentation object. I'm not sure if it a framework, registry, or version...
9
by: Sensei76 | last post by:
Hello, I have the following problem and I do not know how to accomplish this. I have an (existing) powerpoint presentation that should be displayed not within its own window, but within a control...
2
by: Ivers | last post by:
My C# asp.net app (.NET 1.1) can generate an email whose body contains a link to the current page of the app. When the recipient of the email clicks the link (usually from Outlook), the app...
0
by: denvercr | last post by:
Hi Guys, If you can help me on this problem, how can i possibly call or run a powerpoint slideshow when clicking a button in an asp.net page? Thank you guys for your assistance..
4
by: RobinDiederen | last post by:
I have a Powerpoint presentation I want to show on a website. I know that Word documents, Excel sheets etc can be showed on a HTML page, in a way so that the frame containing them is filled with this...
1
by: EmmettBrown | last post by:
Hello, Just wondering if anyone can advise. I am trying to remotely control Powerpoint using a microprocessor. I am using RS232 (COM1). The idea is that the microprocessor sends ASCII strings...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.