Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to know in run time if there is active microphone in current machine ? Pin
Simon P Stevens22-Oct-08 3:37
Simon P Stevens22-Oct-08 3:37 
QuestionCalling a Help File in C# Pin
Vimalsoft(Pty) Ltd22-Oct-08 2:23
professionalVimalsoft(Pty) Ltd22-Oct-08 2:23 
QuestionMake list of properties extracted from list of more complex objects. Pin
ktest1234522-Oct-08 1:16
ktest1234522-Oct-08 1:16 
AnswerRe: Make list of properties extracted from list of more complex objects. Pin
N a v a n e e t h22-Oct-08 1:43
N a v a n e e t h22-Oct-08 1:43 
GeneralRe: Make list of properties extracted from list of more complex objects. Pin
ktest1234522-Oct-08 1:55
ktest1234522-Oct-08 1:55 
AnswerRe: Make list of properties extracted from list of more complex objects. [modified] Pin
Mirko198022-Oct-08 2:12
Mirko198022-Oct-08 2:12 
QuestionProblem with Data Reports in C#.Net Pin
Member 369523622-Oct-08 0:24
Member 369523622-Oct-08 0:24 
QuestionProblem while executing pps file from C# Pin
selcuks21-Oct-08 22:32
selcuks21-Oct-08 22:32 
Hi,

I am executing a PowerPoint slide show file (.pps) from my C# source code using:

System.Diagnostics.Process extProcess = System.Diagnostics.Process.Start("xdsfr.pps");
extProcess.WaitForExit();


The problem here is my source code immediately continues to execute and does wait for PowerPoint to exit.
It seems that somehow extProcess receives "Exit" event from PowerPoint (although PowerPoint is still operating.) Because when I check for "HasExited" property of extProcess while debugging I can see it as "true".

Googling about the issue gave me nothing. If you guys can give me a hint, it is appreciated.

Thank you for your time,
Regards,

Always keep the Murphy Rules in mind!

AnswerRe: Problem while executing pps file from C# Pin
Giorgi Dalakishvili21-Oct-08 22:51
mentorGiorgi Dalakishvili21-Oct-08 22:51 
AnswerRe: Problem while executing pps file from C# Pin
Ashfield21-Oct-08 23:32
Ashfield21-Oct-08 23:32 
GeneralRe: Problem while executing pps file from C# [modified] Pin
selcuks22-Oct-08 0:25
selcuks22-Oct-08 0:25 
GeneralRe: Problem while executing pps file from C# Pin
Thomas Stockwell22-Oct-08 1:53
professionalThomas Stockwell22-Oct-08 1:53 
GeneralRe: Problem while executing pps file from C# [modified] Pin
selcuks22-Oct-08 2:54
selcuks22-Oct-08 2:54 
AnswerRe: Problem while executing pps file from C# Pin
selcuks22-Oct-08 4:25
selcuks22-Oct-08 4:25 
QuestionAutoFormat an Excel file and Import it into Sql Server 2000 Pin
Nitin Raj21-Oct-08 22:00
Nitin Raj21-Oct-08 22:00 
AnswerRe: AutoFormat an Excel file and Import it into Sql Server 2000 Pin
Simon P Stevens21-Oct-08 22:28
Simon P Stevens21-Oct-08 22:28 
QuestionMulti Thread On Multi Processors Pin
hamed_farasat21-Oct-08 22:00
hamed_farasat21-Oct-08 22:00 
AnswerRe: Multi Thread On Multi Processors Pin
Eddy Vluggen21-Oct-08 22:11
professionalEddy Vluggen21-Oct-08 22:11 
Question[Message Deleted] Pin
anithagaraga21-Oct-08 21:40
anithagaraga21-Oct-08 21:40 
QuestionRe: Computer Names from the Server System Pin
Eddy Vluggen21-Oct-08 21:54
professionalEddy Vluggen21-Oct-08 21:54 
AnswerRe: Computer Names from the Server System Pin
anithagaraga21-Oct-08 22:06
anithagaraga21-Oct-08 22:06 
AnswerRe: Computer Names from the Server System Pin
Eddy Vluggen21-Oct-08 22:48
professionalEddy Vluggen21-Oct-08 22:48 
GeneralRe: Computer Names from the Server System Pin
anithagaraga21-Oct-08 23:00
anithagaraga21-Oct-08 23:00 
GeneralRe: Computer Names from the Server System Pin
Eddy Vluggen21-Oct-08 23:11
professionalEddy Vluggen21-Oct-08 23:11 
GeneralRe: Computer Names from the Server System Pin
anithagaraga21-Oct-08 23:25
anithagaraga21-Oct-08 23:25 

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.