Click here to Skip to main content
15,901,373 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web-Services with a Collection of a custom object Pin
Andy Brummer7-Jan-05 17:18
sitebuilderAndy Brummer7-Jan-05 17:18 
Generalwindows socket Pin
WaleedH7-Jan-05 11:16
WaleedH7-Jan-05 11:16 
GeneralRe: windows socket Pin
Alex Korchemniy7-Jan-05 11:26
Alex Korchemniy7-Jan-05 11:26 
GeneralRe: windows socket Pin
kmansari7-Jan-05 14:30
kmansari7-Jan-05 14:30 
Generalwindows socket Pin
ghjhgjghjghj7-Jan-05 11:16
sussghjhgjghjghj7-Jan-05 11:16 
GeneralRe: windows socket Pin
MoustafaS8-Jan-05 1:17
MoustafaS8-Jan-05 1:17 
GeneralRe: windows socket Pin
Alex Korchemniy8-Jan-05 5:37
Alex Korchemniy8-Jan-05 5:37 
GeneralPowerPoint automation question Pin
Asad Hussain7-Jan-05 11:00
Asad Hussain7-Jan-05 11:00 
I am trying to automate conversion of powerpoint files to html. I have developed this as a windows service and here is the conversion code:

<br />
...<br />
PowerPoint.Application ppApp = new PowerPoint.Application();				<br />
				PowerPoint.Presentation prsPres = <br />
					ppApp.Presentations.Open(targetFile, Microsoft.Office.Core.MsoTriState.msoTrue, <br />
					Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoFalse);<br />
				string testStr = prsPres.Name;<br />
				string fileHTM = filePath.Replace(".ppt", ".html");<br />
				prsPres.SaveCopyAs(fileHTM, PowerPoint.PpSaveAsFileType.ppSaveAsHTML, Microsoft.Office.Core.MsoTriState.msoTrue);<br />
				prsPres.Close();<br />
				ppApp.Quit();<br />
...<br />


The problem is that if i am not the original author of the application, the application will ask me for a confirmation to save changes as revisions.

Is there a way to disable revisions programatically since this application is running as a service.
GeneralRe: PowerPoint automation question Pin
Alex Korchemniy7-Jan-05 11:12
Alex Korchemniy7-Jan-05 11:12 
Questionpressure clock ?? Pin
Sakkijha7-Jan-05 10:46
Sakkijha7-Jan-05 10:46 
AnswerRe: pressure clock ?? Pin
Alex Korchemniy7-Jan-05 11:18
Alex Korchemniy7-Jan-05 11:18 
GeneralRe: pressure clock ?? Pin
Sakkijha8-Jan-05 4:47
Sakkijha8-Jan-05 4:47 
GeneralRe: pressure clock ?? Pin
Alex Korchemniy8-Jan-05 5:33
Alex Korchemniy8-Jan-05 5:33 
Generalservices and WaitForStatus Pin
sprout747-Jan-05 10:36
sprout747-Jan-05 10:36 
GeneralRe: services and WaitForStatus Pin
Heath Stewart7-Jan-05 11:56
protectorHeath Stewart7-Jan-05 11:56 
GeneralRe: services and WaitForStatus Pin
sprout748-Jan-05 8:50
sprout748-Jan-05 8:50 
GeneralRe: services and WaitForStatus Pin
Heath Stewart10-Jan-05 20:19
protectorHeath Stewart10-Jan-05 20:19 
QuestionHow to transfer a file from FTP server Pin
Member 8329617-Jan-05 10:16
Member 8329617-Jan-05 10:16 
AnswerRe: How to transfer a file from FTP server Pin
Heath Stewart7-Jan-05 11:49
protectorHeath Stewart7-Jan-05 11:49 
GeneralRe: How to transfer a file from FTP server Pin
Member 8329617-Jan-05 12:18
Member 8329617-Jan-05 12:18 
GeneralRe: How to transfer a file from FTP server Pin
Heath Stewart10-Jan-05 5:36
protectorHeath Stewart10-Jan-05 5:36 
GeneralModem Control Pin
alex_kl7-Jan-05 9:56
alex_kl7-Jan-05 9:56 
GeneralRe: Modem Control Pin
Heath Stewart7-Jan-05 11:45
protectorHeath Stewart7-Jan-05 11:45 
GeneralApp.Config Question... Pin
Richard Parsons7-Jan-05 8:24
Richard Parsons7-Jan-05 8:24 
GeneralRe: App.Config Question... Pin
Nick Parker7-Jan-05 8:38
protectorNick Parker7-Jan-05 8:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.