Click here to Skip to main content
15,885,546 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Printing pdf files in batch using VB.net Pin
_Erik_15-Dec-10 4:23
_Erik_15-Dec-10 4:23 
GeneralRe: Printing pdf files in batch using VB.net Pin
Saiju Menon15-Dec-10 22:49
Saiju Menon15-Dec-10 22:49 
GeneralRe: Printing pdf files in batch using VB.net [modified] Pin
_Erik_16-Dec-10 6:12
_Erik_16-Dec-10 6:12 
QuestionDatagridview Pin
kindman_nb13-Dec-10 20:43
kindman_nb13-Dec-10 20:43 
AnswerRe: Datagridview Pin
dan!sh 13-Dec-10 21:18
professional dan!sh 13-Dec-10 21:18 
AnswerRe: Datagridview Pin
Ger Hayden17-Dec-10 11:16
Ger Hayden17-Dec-10 11:16 
AnswerRe: Datagridview Pin
Ger Hayden18-Dec-10 5:22
Ger Hayden18-Dec-10 5:22 
QuestionSystem.Diagnostics.Process.GetProcessesByName Question Pin
gmhanna13-Dec-10 10:10
gmhanna13-Dec-10 10:10 
Hi,

I am opening a spreadsheet, then opening 10 others to extract information from them to update the 1st spreadsheet. I then want to kill them in the reverse order that they were opened. I know I can get an array of processes (See code below) but what order is the array? Do I walk the array in the reverse order to kill the last one first?
Process[] pProcess;
pProcess = System.Diagnostics.Process.GetProcessesByName("Excel");


Thank you,
Glenn

AnswerRe: System.Diagnostics.Process.GetProcessesByName Question Pin
Not Active13-Dec-10 10:30
mentorNot Active13-Dec-10 10:30 
GeneralRe: System.Diagnostics.Process.GetProcessesByName Question Pin
Brian C Hart13-Dec-10 11:23
professionalBrian C Hart13-Dec-10 11:23 
GeneralRe: System.Diagnostics.Process.GetProcessesByName Question Pin
Pete O'Hanlon13-Dec-10 11:28
mvePete O'Hanlon13-Dec-10 11:28 
AnswerRe: System.Diagnostics.Process.GetProcessesByName Question Pin
_Erik_13-Dec-10 12:55
_Erik_13-Dec-10 12:55 
GeneralRe: System.Diagnostics.Process.GetProcessesByName Question Pin
gmhanna14-Dec-10 3:30
gmhanna14-Dec-10 3:30 
QuestionData Transfer using MAC address [modified] Pin
ganesh_IT12-Dec-10 22:24
ganesh_IT12-Dec-10 22:24 
AnswerRe: Data Transfer using MAC address Pin
Luc Pattyn12-Dec-10 22:47
sitebuilderLuc Pattyn12-Dec-10 22:47 
AnswerRe: Data Transfer using MAC address Pin
Pete O'Hanlon13-Dec-10 1:08
mvePete O'Hanlon13-Dec-10 1:08 
AnswerRe: Data Transfer using MAC address Pin
Dave Kreskowiak13-Dec-10 9:03
mveDave Kreskowiak13-Dec-10 9:03 
GeneralRe: Data Transfer using MAC address Pin
ganesh_IT13-Dec-10 18:01
ganesh_IT13-Dec-10 18:01 
GeneralRe: Data Transfer using MAC address Pin
Dave Kreskowiak13-Dec-10 18:14
mveDave Kreskowiak13-Dec-10 18:14 
Questionapp.Config deployment Pin
Jassim Rahma12-Dec-10 2:39
Jassim Rahma12-Dec-10 2:39 
AnswerRe: app.Config deployment Pin
Estys12-Dec-10 3:04
Estys12-Dec-10 3:04 
AnswerRe: app.Config deployment Pin
Not Active12-Dec-10 3:38
mentorNot Active12-Dec-10 3:38 
Questionmultiple project assembly Pin
Jassim Rahma12-Dec-10 2:37
Jassim Rahma12-Dec-10 2:37 
AnswerRe: multiple project assembly Pin
Not Active12-Dec-10 3:32
mentorNot Active12-Dec-10 3:32 
GeneralRe: multiple project assembly Pin
Jassim Rahma13-Dec-10 2:42
Jassim Rahma13-Dec-10 2:42 

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.