How to make PP refuse to open anything but presentations

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

Guest

In later versions of PP one can open a lot of different filetypes. Whether they make sense or not PP opens them without protesting. Is it possible from a .NET application through automation to make PP temporarily ignore any installed file converters and only open PP presentations. Even if some other file format has been renamed to an extension .PPT
I have made an application that can get into trouble if the file opened isn't a presentation.
 
In later versions of PP one can open a lot of different filetypes. Whether they make
sense or not PP opens them without protesting.

What file types, specifically? Generally, if you File, Open something it can't handle,
you get an error message (whether that'd produce a programmatically trappable error or
not, I don't know)
ignore any installed file converters and only open PP presentations. Even if some other
file format has been renamed to an extension .PPT

Again, this should simply produce an error in most cases, although it may be able to
open some html files renamed with a PPT or PPS extension.

Many file types have some sort of recognizeable signature in the first few bytes;
sometimes this is optional, other times required. ZIP, TIFF, usually EPS/PS and many
other types should be fairly easy to trap by reading and examining the first few bytes.

You might find that PPT also IDs itself this way - I don't know. It would make things
quite simple, if so.
 
[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello,

PowerPoint doesn't provide the functionality that you are looking for.

If you (or anyone else reading this message) think that it's important that
PowerPoint provide this kind of functionality, don't forget to send your
feedback (in YOUR OWN WORDS, please) to Microsoft at:

http://register.microsoft.com/mswish/suggestion.asp

As with all product suggestions, it's important that you not just state
your wish but also WHY it is important to you that your product suggestion
be implemented by Microsoft. Microsoft receives thousands of product
suggestions every day and we read each one but, in any given product
development cycle, there are only sufficient resources to address the ones
that are most important to our customers so take the extra time to state
your case as clearly and completely as possible.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions).

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Back
Top