Click here to Skip to main content
15,912,578 members
Home / Discussions / C#
   

C#

 
GeneralRe: is it possible for string type constants to be declared in interfaces in C#.net,urgent plz Pin
Dan Neely2-Dec-05 3:58
Dan Neely2-Dec-05 3:58 
GeneralRe: is it possible for string type constants to be declared in interfaces in C#.net,urgent plz Pin
Rob Philpott1-Dec-05 23:24
Rob Philpott1-Dec-05 23:24 
GeneralRe: is it possible for string type constants to be declared in interfaces in C#.net,urgent plz Pin
sridevi20052-Dec-05 17:49
sridevi20052-Dec-05 17:49 
QuestionAny good algorithm for Indexing Pin
adi024461-Dec-05 18:12
adi024461-Dec-05 18:12 
AnswerRe: Any good algorithm for Indexing Pin
Judah Gabriel Himango1-Dec-05 18:26
sponsorJudah Gabriel Himango1-Dec-05 18:26 
GeneralRe: Any good algorithm for Indexing Pin
adi024463-Dec-05 16:44
adi024463-Dec-05 16:44 
QuestionProcess Execution Detection Pin
Shanila1231-Dec-05 17:26
Shanila1231-Dec-05 17:26 
AnswerRe: Process Execution Detection Pin
mcljava2-Dec-05 8:22
mcljava2-Dec-05 8:22 
Well you have a couple options depending on how much control you have over the system and/or user processes. For example, if these processes are also your own source code, then you can design some sort of Health protocol used by all the processes and the Master Service/Process. This would actually pretty fun and easy to do depending on your expertise.

Conversely if you are talking about genuine 3rd party processes, this includes Windows processes then I am afraid we have a complety different cat to skin. You know when you press CTRL+ALT+DEL to bring up the Task List, well get ready cause that is basically what you have to build (aside from the interface). If that is the case, I would have to say that doing so in C# for the sake of using C# would be kinda silly and not advised with all of the marshalling and workarounds to access system data structures`. But under Win32 and VC++ you are in the right element at least. Get the drift?

Finally unless you happen to have lying around, one computer interface to the human brain, it may be slighlty difficult to tell the future. But if your scenario matches the first option then you can ensure the first thing the processes do is use the Health protcol. If you are left with the second option remember the process that scans the Active Task List is probably a high priority process so if your application is polling this list you need to decide how often to interrogate it versus becoming intrusive to the system performance.

Mike
QuestionSQL and AD Pin
MAGrimsley1-Dec-05 14:51
MAGrimsley1-Dec-05 14:51 
QuestionWiping a DirectX Layer Clear? Pin
YawgmothIII1-Dec-05 14:43
YawgmothIII1-Dec-05 14:43 
QuestionWriting Dataset to XML corrupts XML file Pin
Reanalyse1-Dec-05 14:24
Reanalyse1-Dec-05 14:24 
AnswerRe: Writing Dataset to XML corrupts XML file Pin
KaptinKrunch1-Dec-05 17:55
KaptinKrunch1-Dec-05 17:55 
GeneralRe: Writing Dataset to XML corrupts XML file Pin
Reanalyse2-Dec-05 21:16
Reanalyse2-Dec-05 21:16 
QuestionPlease i want to know how to control Windows Audio in C# Pin
Kariem Soudy1-Dec-05 13:27
Kariem Soudy1-Dec-05 13:27 
AnswerRe: Please i want to know how to control Windows Audio in C# Pin
Christian Graus1-Dec-05 14:47
protectorChristian Graus1-Dec-05 14:47 
QuestionADO.NET: DataSet, DataGridView Pin
budidharma1-Dec-05 12:46
budidharma1-Dec-05 12:46 
AnswerRe: ADO.NET: DataSet, DataGridView Pin
Jared Parsons1-Dec-05 13:54
Jared Parsons1-Dec-05 13:54 
GeneralRe: ADO.NET: DataSet, DataGridView Pin
budidharma1-Dec-05 14:03
budidharma1-Dec-05 14:03 
GeneralRe: ADO.NET: DataSet, DataGridView Pin
Jared Parsons1-Dec-05 14:17
Jared Parsons1-Dec-05 14:17 
GeneralRe: ADO.NET: DataSet, DataGridView Pin
budidharma1-Dec-05 15:16
budidharma1-Dec-05 15:16 
GeneralRe: ADO.NET: DataSet, DataGridView Pin
budidharma1-Dec-05 15:24
budidharma1-Dec-05 15:24 
GeneralRe: ADO.NET: DataSet, DataGridView Pin
budidharma1-Dec-05 17:06
budidharma1-Dec-05 17:06 
QuestionHelp in Windows Services Via C# Pin
Kariem Soudy1-Dec-05 12:44
Kariem Soudy1-Dec-05 12:44 
AnswerRe: Help in Windows Services Via C# Pin
KaptinKrunch1-Dec-05 18:02
KaptinKrunch1-Dec-05 18:02 
QuestionReferencing form from user control Pin
Dave Hurt1-Dec-05 10:58
Dave Hurt1-Dec-05 10:58 

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.