Click here to Skip to main content
15,885,767 members
Home / Discussions / C#
   

C#

 
AnswerRe: 'is' operator Pin
PIEBALDconsult8-Jun-09 13:13
mvePIEBALDconsult8-Jun-09 13:13 
QuestionKilling a process Pin
CodingYoshi8-Jun-09 9:27
CodingYoshi8-Jun-09 9:27 
AnswerRe: Killing a process Pin
Luc Pattyn8-Jun-09 9:35
sitebuilderLuc Pattyn8-Jun-09 9:35 
GeneralRe: Killing a process Pin
EliottA8-Jun-09 9:38
EliottA8-Jun-09 9:38 
GeneralRe: Killing a process Pin
CodingYoshi8-Jun-09 9:54
CodingYoshi8-Jun-09 9:54 
AnswerRe: Killing a process Pin
EliottA8-Jun-09 9:36
EliottA8-Jun-09 9:36 
GeneralRe: Killing a process Pin
CodingYoshi8-Jun-09 9:53
CodingYoshi8-Jun-09 9:53 
GeneralRe: Killing a process Pin
EliottA8-Jun-09 9:56
EliottA8-Jun-09 9:56 
Did you try something along the lines of
Where _excelApplication = Excel.Application
_excelApplication.Quit();
System.Runtime.InteropServices.Marshal.ReleaseComObject(_excelApplication);


?


GeneralRe: Killing a process Pin
CodingYoshi8-Jun-09 10:00
CodingYoshi8-Jun-09 10:00 
GeneralRe: Killing a process Pin
EliottA8-Jun-09 10:01
EliottA8-Jun-09 10:01 
GeneralRe: Killing a process Pin
CodingYoshi8-Jun-09 10:05
CodingYoshi8-Jun-09 10:05 
GeneralRe: Killing a process Pin
EliottA8-Jun-09 10:07
EliottA8-Jun-09 10:07 
GeneralRe: Killing a process Pin
CodingYoshi8-Jun-09 10:19
CodingYoshi8-Jun-09 10:19 
GeneralRe: Killing a process Pin
EliottA8-Jun-09 10:26
EliottA8-Jun-09 10:26 
GeneralRe: Killing a process Pin
CodingYoshi8-Jun-09 10:30
CodingYoshi8-Jun-09 10:30 
GeneralRe: Killing a process Pin
EliottA8-Jun-09 10:36
EliottA8-Jun-09 10:36 
AnswerRe: Killing a process Pin
yunusdemiray8-Jun-09 20:11
yunusdemiray8-Jun-09 20:11 
GeneralRe: Killing a process Pin
CodingYoshi9-Jun-09 3:35
CodingYoshi9-Jun-09 3:35 
QuestionC# Images on Forms Pin
markymarky8-Jun-09 9:08
markymarky8-Jun-09 9:08 
AnswerRe: C# Images on Forms Pin
Henry Minute8-Jun-09 9:52
Henry Minute8-Jun-09 9:52 
GeneralRe: C# Images on Forms Pin
Luc Pattyn8-Jun-09 10:50
sitebuilderLuc Pattyn8-Jun-09 10:50 
GeneralRe: C# Images on Forms Pin
Henry Minute8-Jun-09 10:56
Henry Minute8-Jun-09 10:56 
GeneralRe: C# Images on Forms Pin
Luc Pattyn8-Jun-09 11:03
sitebuilderLuc Pattyn8-Jun-09 11:03 
GeneralRe: C# Images on Forms Pin
Henry Minute8-Jun-09 12:23
Henry Minute8-Jun-09 12:23 
GeneralRe: C# Images on Forms Pin
Luc Pattyn8-Jun-09 12:31
sitebuilderLuc Pattyn8-Jun-09 12:31 

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.