Click here to Skip to main content
15,890,882 members
Home / Discussions / C#
   

C#

 
AnswerRe: Does C# have similar interrupts as embedded C Pin
OriginalGriff7-Jun-13 20:30
mveOriginalGriff7-Jun-13 20:30 
GeneralRe: Does C# have similar interrupts as embedded C Pin
Dave Kreskowiak8-Jun-13 3:35
mveDave Kreskowiak8-Jun-13 3:35 
GeneralRe: Does C# have similar interrupts as embedded C Pin
OriginalGriff8-Jun-13 3:54
mveOriginalGriff8-Jun-13 3:54 
AnswerRe: Does C# have similar interrupts as embedded C Pin
RichardGrimmer10-Jun-13 5:17
RichardGrimmer10-Jun-13 5:17 
AnswerRe: Does C# have similar interrupts as embedded C Pin
jschell10-Jun-13 9:20
jschell10-Jun-13 9:20 
QuestionProgram opening Delay time Pin
rudedog17-Jun-13 4:11
rudedog17-Jun-13 4:11 
AnswerRe: Program opening Delay time Pin
Abhinav S7-Jun-13 7:26
Abhinav S7-Jun-13 7:26 
AnswerRe: Program opening Delay time Pin
Keld Ølykke8-Jun-13 22:45
Keld Ølykke8-Jun-13 22:45 
Hi,

Try replace Diag.exe with notepad.exe to see, if the 30 seconds are on the calling or called side.

Btw. By default Process.Start makes a call hierarchy with caller becoming a parent of called. This means that parent can't be closed without the child being closed. This might be fine. Otherwise, you can add a ProcessInfo argument that makes Process.Start spawn a process detached from the caller.


Kind Regards,

Keld Ølykke
QuestionImplementing Digital Signature Algorithm with Secure Hash Algorithm (DSAwithSHA1) Pin
Ankur Rawat6-Jun-13 23:08
Ankur Rawat6-Jun-13 23:08 
QuestionRe: Implementing Digital Signature Algorithm with Secure Hash Algorithm (DSAwithSHA1) Pin
Eddy Vluggen6-Jun-13 23:55
professionalEddy Vluggen6-Jun-13 23:55 
AnswerRe: Implementing Digital Signature Algorithm with Secure Hash Algorithm (DSAwithSHA1) Pin
Ankur Rawat9-Jun-13 20:36
Ankur Rawat9-Jun-13 20:36 
GeneralRe: Implementing Digital Signature Algorithm with Secure Hash Algorithm (DSAwithSHA1) Pin
Eddy Vluggen10-Jun-13 2:50
professionalEddy Vluggen10-Jun-13 2:50 
Questionproblem in saving an image in windows application Pin
Arun kumar Gautam6-Jun-13 20:02
Arun kumar Gautam6-Jun-13 20:02 
AnswerRe: problem in saving an image in windows application Pin
Richard MacCutchan6-Jun-13 21:17
mveRichard MacCutchan6-Jun-13 21:17 
GeneralMessage Closed Pin
7-Jun-13 0:46
amit293917-Jun-13 0:46 
GeneralRe: problem in saving an image in windows application Pin
Richard MacCutchan7-Jun-13 1:03
mveRichard MacCutchan7-Jun-13 1:03 
AnswerRe: problem in saving an image in windows application Pin
amit293917-Jun-13 1:10
amit293917-Jun-13 1:10 
QuestionConvert Latitude Longitude To X Y Pixel (C#) Pin
zerozaaa6-Jun-13 18:26
zerozaaa6-Jun-13 18:26 
AnswerRe: Convert Latitude Longitude To X Y Pixel (C#) Pin
Eddy Vluggen6-Jun-13 23:54
professionalEddy Vluggen6-Jun-13 23:54 
QuestionInternet Security Pin
MAW306-Jun-13 13:25
MAW306-Jun-13 13:25 
AnswerRe: Internet Security Pin
Dave Kreskowiak6-Jun-13 16:21
mveDave Kreskowiak6-Jun-13 16:21 
AnswerRe: Internet Security Pin
Eddy Vluggen6-Jun-13 23:46
professionalEddy Vluggen6-Jun-13 23:46 
AnswerRe: Internet Security Pin
Abhinav S7-Jun-13 19:06
Abhinav S7-Jun-13 19:06 
QuestionLogitech G27 Steering Wheel input in C# Pin
razvan_grebla6-Jun-13 10:43
razvan_grebla6-Jun-13 10:43 
QuestionWebcam Application Pin
Bishwajit Nepali6-Jun-13 6:23
Bishwajit Nepali6-Jun-13 6:23 

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.