Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6089511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:06:30+00:00 2026-05-23T12:06:30+00:00

I want to remote slide PowerPoint use socket C# like: next/previous slide and go

  • 0

I want to remote slide PowerPoint use socket C# like: next/previous slide and go to slide number.
First, I can connect 2 computer and do something. But I don’t know how to remote PowerPoint. I though I could send keystrokes to it, but the problem is I cannot determine exactly presentation windows (Specially window with UNICODE title).
Is there any way to solve this problem? Or how can I remote slide without keystrokes?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T12:06:30+00:00Added an answer on May 23, 2026 at 12:06 pm

    I would suggest to use the namespace Microsoft.Office.Interop.PowerPoint from the Primery Interop Assembly for Office.
    The code should be something like this:

    var  ppApp = new Microsoft.Office.Interop.PowerPoint.Application();
    ppApp.Visible = MsoTriState.msoTrue;
    var ppPresens = ppApp.Presentations;
    var  objPres = ppPresens.Open(e.FullPath, MsoTriState.msoFalse, MsoTriState.msoTrue, MsoTriState.msoTrue);
    var  objSlides = objPres.Slides;                                                                            
    //Run the Slide show
    var objSSS = objPres.SlideShowSettings;    
    objSSS.Run();
    var objSSWs = ppApp.SlideShowWindows;
    while (objSSWs.Count >= 1) 
       System.Threading.Thread.Sleep(1000);
    objPres.Close();
    ppApp.Quit();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use remote debugging. The program that I want to debug runs
I want to use SOLR's remote-streaming facility to extract and index the content of
When a slideshow running in PowerPoint I want to control the movement (Next and
I want to ask, can I access the remote server using pure client side
can i parse remote(not local) file using JS/Jquery? i want to display remote xml
I want to use Fabric.api.run to directly start an application in a remote box.
I wonder how can I use similar to Eclipse's remote debugging technique to get
mono : Is remote debugging possible with monodevelop? I want to remote debug a
i want to check remote url's page contents. IF remote site's page content contains
I want to save a remote img-file to my server, but I don't know

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.