PPS files via MSN Hardware and Software Microsoft Windows by dee101g … works well except for retrieval of some attachments, most notably PPS (PowerPointShow) files. Her ISP is MSN and she accesses …play when that is completed. Saved as .PPS files, they are unreadable.), old PPS files I moved from her previous machine …, not IE8 (beta). If it did not play any PPS files, I would look at the association bug that came… Re: pps.PPSFrame class Where is it? Programming Software Development by DavidKroukamp … I'm trying to write such a code: [CODE] import pps.PPSFrame; public class X extends PPSFrame{ ..... } [/CODE] Of …course there's no such pps package in java. Where can i find it ? or at…do see there is a class or package known as pps.PPSFrame, uhm however i couldnt find the actual package… Re: PPS files via MSN Hardware and Software Microsoft Windows by cguan_77 check this link [url]http://www.winhelponline.com/articles/149/1/Unable-to-open-PPS-attachments-directly-from-Windows-Mail-in-Windows-Vista.html[/url] Re: PPS files via MSN Hardware and Software Microsoft Windows by dee101g … on another PC (XP) with the 2007 viewer installed. Some PPS files on the computer play -- and, oddly, it is only… Re: PPS files via MSN Hardware and Software Microsoft Windows by dee101g Spent some time repairing the MSN install instead of focussing on the PPS. All files now downloading work, so I am going to assume that was the problem. Thanks for replies. pps.PPSFrame class Where is it? Programming Software Development by eng_mary Hi everybody I'm trying to write such a code: [CODE] import pps.PPSFrame; public class X extends PPSFrame{ ..... } [/CODE] Of course there's no such pps package in java. Where can i find it ? or at least PPSFrame.class ? Regards, Re: pps.PPSFrame class Where is it? Programming Software Development by eng_mary … all over internet .. I didn't find such a package (pps) or such a class (PPSFrame) So, I'm wondering! should… Re: pps.PPSFrame class Where is it? Programming Software Development by eng_mary [QUOTE]PS. We're not experts in finding missing, third party classes.[/QUOTE] This means pps is not a popular library neither PPSFrame ... that is all I need to kwnow. [QUOTE]Who made the assignment? Can you ask him?[/QUOTE] I'll ask him tomorrow. Thank u very much for ur help VB.Net code to automate several powerpoint slideshows saved as .pps Programming Software Development by kipslem …("Powerpnt.exe", "C:\Test\Powerpshows\1.pps") txtNumberEntery.Text = "" txtNumberEntery.Focus() …Start("Powerpnt.exe", "C:\Test\Powerpshows\3.pps") txtNumberEntery.Text = "" txtNumberEntery.Focus() … How to play(embed) pps file within VB form..? Programming Software Development by prem.teamwork …, I've created some PPT files & converted it into pps fils. Now what i need is, I've designed a… clicks on any one list from the menu, that particular pps file must display it in VB form itself with animations… & all. If user quits VB application, the opened pps file must also quit. I don't know how to… Re: How to play(embed) pps file within VB form..? Programming Software Development by SCBWV If you know the PPS file ahead of time, you can embed them in the … Do you know a framework that converts pdf to pps in Java? Programming Software Development by m1051f Do you know how to convert PDF to PPT|PPS documents in Java? I generated a PDF document with IText and now I want to put an option for users to save as ppt|pps recognize end of pps show by visual basic Programming Software Development by IgniteTCS hi. i would liek to know how i could make my vb project recognize the end of the slide show, so that, i can call another slide show once it ends... is there a way i can loop the slide show through visual basic, without needing to open the ppt application window? i am opening the pps file thro shellexecute... please help me as soon as possible... How to make ppt/pps file uneditable? Hardware and Software Microsoft Windows by prem.teamwork Hi, I want to make my ppt file uneditable. Itried with everything. But I didn't get solution. Could anybody help me how to make ppt or pps file uneditable, in which user can only possible to read that. I'm using Office-2003 Version. Please explain in step-by-step. Please... How can I gnerate random PPS Numbers in Java? Programming Software Development by Gl753 I'm working on assignment that requires me to generate and store 50 random PPS Numbers in an array but I'm not sure as to how to go about doing this. Keep in mind that I'm not asking anyone to do this assignment for me, this is just the part I need help with Thanks in adavance Re: How can I gnerate random PPS Numbers in Java? Programming Software Development by JamesCherrill What's a "PPS number"? The java.util.Random class has methods for generating random ints, arrays of random bytes etcetc Re: How can I gnerate random PPS Numbers in Java? Programming Software Development by JamesCherrill If there's a letter in there then you cannot create it as a numeric type, it has to be a String. Generate the 7 digit number, convert it to String, add the letter on the end. If that's an Irish PPS then there's a very clear description of how to generate the letter in the WikiPedia article Re: How can I gnerate random PPS Numbers in Java? Programming Software Development by Phaelax I looked up PPS on wiki to see how it is calculated. Once the … Re: PPS files via MSN Hardware and Software Microsoft Windows by dee101g Thanks cguan_77. I should probably have included that link for the Vista equivalent of PPSFix for information here. Sadly, that isn't the problem here. It would have been nice. Any other ideas? Re: PPS files via MSN Hardware and Software Microsoft Windows by cguan_77 do you have the office installed on your pc? or only the powerpoint viewer? the file downloaded from attachment on that particular pc if copied to another pc does it work or not? Re: pps.PPSFrame class Where is it? Programming Software Development by NormR1 Why do you think that class exists? Where did you see it used or recommended? Why do you need it? Re: pps.PPSFrame class Where is it? Programming Software Development by NormR1 [QUOTE]I have an assignment to be solved, [/QUOTE] Who made the assignment? Can you ask him? Or is the assignment to find the class? PS. We're not experts in finding missing, third party classes. Re: pps.PPSFrame class Where is it? Programming Software Development by eng_mary I did found it too, but without the java package. thanks for helping Re: VB.Net code to automate several powerpoint slideshows saved as .pps Programming Software Development by Luc001 Hi, I think you should use a powerpointviewer for that instead of the powerpoint.exe . That means that you can use an ActiveX control like the activex control from windows media player. To download the powerpointviewer look, [URL="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=048dc840-14e1-467d-8dca-19d2a8fd7485"]here… Re: VB.Net code to automate several powerpoint slideshows saved as .pps Programming Software Development by kipslem Luc001, Thanks for the reply. I actually downloaded the ActiveX Control already and have installed that in my PC. It is working but showing within the form. I just want the application to be a avenue where the user enters the ppt number and then the Powerpoint should be start showing. Not on the form, but just as a normal Slide view show. In … Re: How to play(embed) pps file within VB form..? Programming Software Development by hkdani [QUOTE=prem.teamwork;796550]Hi Everybody, I don't know how to embed this.. Could anybody help me please... Thanks.[/QUOTE] You're looking at using the OLEDB capabilities of VB. You should add a Microsoft Power Point Slide component into your project. Go to the Project Menu and click on Components. Click on the Insertable Objects tab. … Re: How to play(embed) pps file within VB form..? Programming Software Development by Denver Museka i have a serious problem i need to open an external powerpoint slide from my documents in vb6 i ve managed to open powerpoint from vb 6 but i cant open the file please help Shell "C:\Program Files\Microsoft Office\Office14\POWERPNT.EXE" Re: Do you know a framework that converts pdf to pps in Java? Programming Software Development by stultuske http://stackoverflow.com/questions/5593928/how-to-convert-pdf-file-into-ppt-file-using-java http://converting.software.informer.com/download-converting-pdf-to-powerpoint-from-java/ those links might be able to help you a bit. Re: Do you know a framework that converts pdf to pps in Java? Programming Software Development by sheraz786 Please check the following product, I think it can help you... http://www.aspose.com/java/pdf-component.aspx Re: How to make ppt/pps file uneditable? Hardware and Software Microsoft Windows by AdarshN Hi, give this a shot : Open your editable powepoint file and click on [b]File[/b] then [b]Save As... [/b] and give it the same filename. On the top left corner of the file save dialog (the same screen you are on now, while entering the filename to save the file as), click on [b]Tools[/b] and select, [b]Security Options[/b]. Under [b]…