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

C#

 
AnswerRe: Does C# have similar interrupts as embedded C Pin
Garth J Lancaster7-Jun-13 14:53
professionalGarth J Lancaster7-Jun-13 14:53 
GeneralRe: Does C# have similar interrupts as embedded C Pin
Member 100880257-Jun-13 16:36
Member 100880257-Jun-13 16:36 
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 
I have 2 threaded applications one called diag and the other called tester.
The both access the same circuit boards, one USB Relay board, and another board that it communicates via TCP.
I have button controls on each application screen, that I can start the other.

diag -> tester
tester -> diag

code

C#
private void btnOptions_Click(object sender, EventArgs e)
        {
            //ShowOptions();
            _continue = false;
            SetRelaysALLOffCallBack(); // Reset Relays
            _board.Disconnect();
            this.Close();
            Process.Start("C:/Diag.exe");


        }



code

In my code I open the other application, and close the application that is open.

This works fine, but the time that the other application opens takes about 30 seconds.

How can I speed up the time for the applications to open ??
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 
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 

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.