Click here to Skip to main content
15,886,864 members
Home / Discussions / C#
   

C#

 
Questionview MS Word from web Pin
Jassim Rahma13-Aug-12 5:05
Jassim Rahma13-Aug-12 5:05 
QuestionRe: view MS Word from web Pin
Eddy Vluggen13-Aug-12 5:22
professionalEddy Vluggen13-Aug-12 5:22 
AnswerRe: view MS Word from web Pin
Jassim Rahma13-Aug-12 9:18
Jassim Rahma13-Aug-12 9:18 
AnswerRe: view MS Word from web Pin
Eddy Vluggen13-Aug-12 9:23
professionalEddy Vluggen13-Aug-12 9:23 
GeneralRe: view MS Word from web Pin
Jassim Rahma13-Aug-12 10:10
Jassim Rahma13-Aug-12 10:10 
NewsRe: view MS Word from web Pin
Eddy Vluggen13-Aug-12 11:39
professionalEddy Vluggen13-Aug-12 11:39 
AnswerRe: view MS Word from web Pin
Vijay Selvaraj26-Aug-12 22:07
Vijay Selvaraj26-Aug-12 22:07 
Questioncreate a new process at runtime Pin
George Nistor13-Aug-12 4:54
George Nistor13-Aug-12 4:54 
Hi
I need to implement a "real time" logger. The idea is to get the last line logged even if the application hangs one instruction after.
Because the logger takes the data from GUI I need also not to overload the GUI thread. The data comes fast in the GUI, so I will implement a LoggerQueue.

I have been thinking of creating a new process for the logging and send my information with some basic IPC.

the question:
Is it possible to create a real time process?
I mean not by creating a separate project and a separate exe file.

Is it possible to lunch some code in a separate process at run-time?
AnswerRe: create a new process at runtime Pin
Wes Aday13-Aug-12 5:17
professionalWes Aday13-Aug-12 5:17 
AnswerRe: create a new process at runtime Pin
Eddy Vluggen13-Aug-12 5:20
professionalEddy Vluggen13-Aug-12 5:20 
AnswerRe: create a new process at runtime Pin
Dave Kreskowiak13-Aug-12 5:22
mveDave Kreskowiak13-Aug-12 5:22 
GeneralRe: create a new process at runtime Pin
George Nistor13-Aug-12 5:27
George Nistor13-Aug-12 5:27 
GeneralRe: create a new process at runtime Pin
Dave Kreskowiak13-Aug-12 17:08
mveDave Kreskowiak13-Aug-12 17:08 
QuestionDeclaring a connection string in class file Pin
Member 925960613-Aug-12 3:21
Member 925960613-Aug-12 3:21 
AnswerRe: Declaring a connection string in class file Pin
Wes Aday13-Aug-12 3:27
professionalWes Aday13-Aug-12 3:27 
GeneralRe: Declaring a connection string in class file Pin
Pete O'Hanlon13-Aug-12 4:06
mvePete O'Hanlon13-Aug-12 4:06 
GeneralRe: Declaring a connection string in class file Pin
Wes Aday13-Aug-12 4:39
professionalWes Aday13-Aug-12 4:39 
GeneralRe: Declaring a connection string in class file Pin
Member 925960613-Aug-12 18:43
Member 925960613-Aug-12 18:43 
GeneralRe: Declaring a connection string in class file Pin
Pete O'Hanlon13-Aug-12 22:51
mvePete O'Hanlon13-Aug-12 22:51 
GeneralRe: Declaring a connection string in class file Pin
Member 925960614-Aug-12 0:00
Member 925960614-Aug-12 0:00 
GeneralRe: Declaring a connection string in class file Pin
Pete O'Hanlon14-Aug-12 0:04
mvePete O'Hanlon14-Aug-12 0:04 
AnswerRe: Declaring a connection string in class file Pin
Shameel13-Aug-12 4:23
professionalShameel13-Aug-12 4:23 
AnswerRe: Declaring a connection string in class file Pin
Pete O'Hanlon13-Aug-12 4:31
mvePete O'Hanlon13-Aug-12 4:31 
GeneralRe: Declaring a connection string in class file Pin
Shameel13-Aug-12 5:47
professionalShameel13-Aug-12 5:47 
GeneralRe: Declaring a connection string in class file Pin
Pete O'Hanlon14-Aug-12 0:04
mvePete O'Hanlon14-Aug-12 0:04 

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.