Click here to Skip to main content
15,919,341 members
Home / Discussions / C#
   

C#

 
Questioncombobox filternation using c# Pin
sudhir behera23-Mar-10 20:59
sudhir behera23-Mar-10 20:59 
AnswerRe: combobox filternation using c# Pin
Anubhava Dimri23-Mar-10 21:25
Anubhava Dimri23-Mar-10 21:25 
AnswerRe: combobox filternation using c# Pin
Hum Dum23-Mar-10 22:02
Hum Dum23-Mar-10 22:02 
QuestionOnlyconnect HtmlEditor Pin
sonila123-Mar-10 20:05
sonila123-Mar-10 20:05 
AnswerRe: Onlyconnect HtmlEditor PinPopular
Mycroft Holmes23-Mar-10 20:30
professionalMycroft Holmes23-Mar-10 20:30 
AnswerRe: Onlyconnect HtmlEditor Pin
Ahmad Mahmoud [candseeme]24-Mar-10 2:24
Ahmad Mahmoud [candseeme]24-Mar-10 2:24 
QuestionGet List Of Child Process from currentprocess! Pin
divyesh143223-Mar-10 19:55
divyesh143223-Mar-10 19:55 
AnswerRe: Get List Of Child Process from currentprocess! Pin
#realJSOP23-Mar-10 23:32
professional#realJSOP23-Mar-10 23:32 
As far as I know, there's no concept in windows of "child processes". If you want to know what processes were spawned by a given process, that process has to keep track of them and provide some sort of function that allows you to discover those child processes.

I guess an alternative would be to write a windows service that watched for the appropriate system messages, at which time you could capture the originating process.

In other words, you have to be a programmer.
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

GeneralRe: Get List Of Child Process from currentprocess! Pin
OriginalGriff24-Mar-10 0:25
mveOriginalGriff24-Mar-10 0:25 
GeneralMessage Removed Pin
5-Apr-10 1:43
divyesh14325-Apr-10 1:43 
GeneralRe: Get List Of Child Process from currentprocess! Pin
OriginalGriff5-Apr-10 1:54
mveOriginalGriff5-Apr-10 1:54 
GeneralRe: Get List Of Child Process from currentprocess! Pin
Luc Pattyn24-Mar-10 3:42
sitebuilderLuc Pattyn24-Mar-10 3:42 
GeneralRe: Get List Of Child Process from currentprocess! Pin
divyesh14325-Apr-10 1:58
divyesh14325-Apr-10 1:58 
GeneralRe: Get List Of Child Process from currentprocess! Pin
Luc Pattyn5-Apr-10 2:09
sitebuilderLuc Pattyn5-Apr-10 2:09 
GeneralRe: Get List Of Child Process from currentprocess! Pin
divyesh14325-Apr-10 19:33
divyesh14325-Apr-10 19:33 
Questionado.net object transaction + sql trigger fails Pin
Wendell.S23-Mar-10 19:50
Wendell.S23-Mar-10 19:50 
AnswerRe: ado.net object transaction + sql trigger fails Pin
Mycroft Holmes23-Mar-10 20:23
professionalMycroft Holmes23-Mar-10 20:23 
QuestionAddString() Pin
manushi8823-Mar-10 19:24
manushi8823-Mar-10 19:24 
AnswerRe: AddString() Pin
Luc Pattyn23-Mar-10 19:50
sitebuilderLuc Pattyn23-Mar-10 19:50 
AnswerRe: AddString() Pin
carlecomm24-Mar-10 15:34
carlecomm24-Mar-10 15:34 
QuestionPass values from Textbox To Datagridview C# Pin
zafax_23-Mar-10 19:13
zafax_23-Mar-10 19:13 
QuestionHow do I access the Textbox context menu to add items? Pin
steveski7423-Mar-10 18:23
steveski7423-Mar-10 18:23 
AnswerRe: How do I access the Textbox context menu to add items? Pin
Mycroft Holmes23-Mar-10 18:39
professionalMycroft Holmes23-Mar-10 18:39 
GeneralRe: How do I access the Textbox context menu to add items? Pin
steveski7423-Mar-10 19:04
steveski7423-Mar-10 19:04 
GeneralRe: How do I access the Textbox context menu to add items? Pin
Mycroft Holmes23-Mar-10 19:54
professionalMycroft Holmes23-Mar-10 19:54 

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.