Start powerpoint

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want to start up a powerpoint presentation directly from my vb.NET 2005
application,
is this possible? does anyone have a code snippet for this task?

Thx!!
 
Hi,
Try this code:
'path to ur ppt file
Dim fPath As String = "\myfolder\myfile.ppt"
System.Diagnostics.Process.Start(filePath)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top