Click here to Skip to main content
15,925,723 members
Home / Discussions / C#
   

C#

 
QuestionConvert DataReader to Entity list Pin
AndrusM12-Feb-07 12:49
AndrusM12-Feb-07 12:49 
QuestionCrystal Report WebService Report to DataSet Pin
dbambirck12-Feb-07 12:36
dbambirck12-Feb-07 12:36 
QuestionCopy value from that table adapter to data grid cell, how? Pin
TrooperIronMan12-Feb-07 12:33
TrooperIronMan12-Feb-07 12:33 
AnswerRe: Copy value from that table adapter to data grid cell, how? Pin
TrooperIronMan12-Feb-07 14:19
TrooperIronMan12-Feb-07 14:19 
GeneralRe: Copy value from that table adapter to data grid cell, how? Pin
TrooperIronMan14-Feb-07 1:38
TrooperIronMan14-Feb-07 1:38 
QuestionHow can I have a Panel in my WindowForm? Pin
Khoramdin12-Feb-07 12:05
Khoramdin12-Feb-07 12:05 
AnswerRe: How can I have a Panel in my WindowForm? Pin
Ed.Poore12-Feb-07 12:23
Ed.Poore12-Feb-07 12:23 
QuestionOrphan Processes Pin
convivial.developer12-Feb-07 11:40
convivial.developer12-Feb-07 11:40 
Hello,
I ran into the following situation. First, i'll list a small excerpt of the process list output from Process Explorer [^];
Process	                  PID   
System Idle Process	0	   
 Interrupts	        n/a	   
 DPCs	n/a	   
cdas56e.exe	        504	   
StartupMonitor.exe	3388	   
eclipse.exe	        3396	   
 javaw.exe	        3052	   
  emulator.exe	        2752	   
   jdbgagt.exe	        3872	   
procexp.exe	        1592	   
iexplore.exe	        2168	   
taskmgr.exe	        1536	   
procexp.exe	        3688	   
 explorer.exe	        2172	   
 multiDesk.exe	        2164
The process that is bolded, namely eclipse.exe and it's children, is orphaned because the explorer.exe died for some reason. I started a new explorer from the taskmgr.exe application. The problem that I am trying to solve is that I can no longer access the eclipse.exe application after it's parent, explorer.exe, dies. (I tried to use the "Bring to Front" command from taskmgr.exe but that did not work because that option was turned off.)

How would I go about writing a program to reattach an orphan process(es) to a new explorer.exe process?

Sources, URL s, etc..., would be greatly appreciated.


Thanks,
Questionkeyboard handling for short-cuts using "Switch" Pin
Khoramdin12-Feb-07 10:03
Khoramdin12-Feb-07 10:03 
AnswerRe: keyboard handling for short-cuts using "Switch" Pin
Stefan Troschuetz12-Feb-07 10:37
Stefan Troschuetz12-Feb-07 10:37 
Questionhey, how can i retrive a letter from a controll under the cursor?? Pin
NZSmartie12-Feb-07 9:53
NZSmartie12-Feb-07 9:53 
AnswerRe: hey, how can i retrive a letter from a controll under the cursor?? Pin
Christian Graus12-Feb-07 10:34
protectorChristian Graus12-Feb-07 10:34 
GeneralRe: hey, how can i retrive a letter from a controll under the cursor?? Pin
NZSmartie12-Feb-07 10:39
NZSmartie12-Feb-07 10:39 
QuestionConvert Arraylist to Byte[] and back again Pin
DeepToot12-Feb-07 9:50
DeepToot12-Feb-07 9:50 
AnswerRe: Convert Arraylist to Byte[] and back again Pin
Pete O'Hanlon12-Feb-07 10:17
mvePete O'Hanlon12-Feb-07 10:17 
GeneralRe: Convert Arraylist to Byte[] and back again Pin
DeepToot12-Feb-07 10:25
DeepToot12-Feb-07 10:25 
GeneralRe: Convert Arraylist to Byte[] and back again Pin
Pete O'Hanlon12-Feb-07 10:27
mvePete O'Hanlon12-Feb-07 10:27 
QuestionHow to read the IDE Pin
electriac12-Feb-07 9:39
electriac12-Feb-07 9:39 
AnswerRe: How to read the IDE Pin
Christian Graus12-Feb-07 9:49
protectorChristian Graus12-Feb-07 9:49 
GeneralRe: How to read the IDE Pin
electriac12-Feb-07 9:53
electriac12-Feb-07 9:53 
GeneralRe: How to read the IDE Pin
Ed.Poore12-Feb-07 12:25
Ed.Poore12-Feb-07 12:25 
GeneralRe: How to read the IDE Pin
electriac12-Feb-07 12:35
electriac12-Feb-07 12:35 
GeneralRe: How to read the IDE Pin
Ed.Poore12-Feb-07 12:40
Ed.Poore12-Feb-07 12:40 
QuestionC# simulation of Memory Paging Pin
usmanali12312-Feb-07 9:30
usmanali12312-Feb-07 9:30 
AnswerRe: C# simulation of Memory Paging Pin
Marc Clifton12-Feb-07 9:34
mvaMarc Clifton12-Feb-07 9:34 

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.