Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to compare MemoryStream? Pin
god4k5-Jul-04 14:30
god4k5-Jul-04 14:30 
AnswerRe: How to add custom properties in PropertyGrid at Runtime Pin
Heath Stewart5-Jul-04 5:11
protectorHeath Stewart5-Jul-04 5:11 
GeneralHowto Delete a file at run time!?! Pin
QzRz5-Jul-04 4:45
QzRz5-Jul-04 4:45 
GeneralRe: Howto Delete a file at run time!?! Pin
Heath Stewart5-Jul-04 4:50
protectorHeath Stewart5-Jul-04 4:50 
GeneralRe: Howto Delete a file at run time!?! Pin
QzRz5-Jul-04 5:09
QzRz5-Jul-04 5:09 
GeneralRe: Howto Delete a file at run time!?! Pin
Heath Stewart5-Jul-04 5:12
protectorHeath Stewart5-Jul-04 5:12 
GeneralRe: Howto Delete a file at run time!?! Pin
QzRz5-Jul-04 5:15
QzRz5-Jul-04 5:15 
GeneralRe: Howto Delete a file at run time!?! Pin
Heath Stewart5-Jul-04 5:19
protectorHeath Stewart5-Jul-04 5:19 
Yes, but you have to know what the process is. You also shouldn't just go stopping processes just so you can delete a file.

See the System.Diagnostics.Process class for a way to get a list of running processes. You'd have to enumerate them and then enumerate their Process.Modules property to find which process is using test.dll, then attempt to close it gracefully using Process.Close. If that doesn't work, use Process.Kill to terminate it.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Howto Delete a file at run time!?! Pin
QzRz5-Jul-04 5:25
QzRz5-Jul-04 5:25 
GeneralRe: Howto Delete a file at run time!?! Pin
Colin Angus Mackay5-Jul-04 5:57
Colin Angus Mackay5-Jul-04 5:57 
GeneralRe: Howto Delete a file at run time!?! Pin
QzRz5-Jul-04 9:53
QzRz5-Jul-04 9:53 
GeneralRe: Howto Delete a file at run time!?! Pin
Jeremy Falcon5-Jul-04 10:14
professionalJeremy Falcon5-Jul-04 10:14 
GeneralRe: Howto Delete a file at run time!?! Pin
Colin Angus Mackay5-Jul-04 11:06
Colin Angus Mackay5-Jul-04 11:06 
GeneralObject reference not set to an instance of an object Pin
rturner0035-Jul-04 4:34
rturner0035-Jul-04 4:34 
GeneralRe: Object reference not set to an instance of an object Pin
Colin Angus Mackay5-Jul-04 4:43
Colin Angus Mackay5-Jul-04 4:43 
GeneralRe: Object reference not set to an instance of an object Pin
Heath Stewart5-Jul-04 4:53
protectorHeath Stewart5-Jul-04 4:53 
GeneralRe: Object reference not set to an instance of an object Pin
exhaulted5-Jul-04 5:00
exhaulted5-Jul-04 5:00 
GeneralRe: Object reference not set to an instance of an object Pin
rturner0035-Jul-04 5:54
rturner0035-Jul-04 5:54 
Generalupdating label in main form Pin
Jason Ranin5-Jul-04 4:16
Jason Ranin5-Jul-04 4:16 
GeneralRe: updating label in main form Pin
exhaulted5-Jul-04 4:24
exhaulted5-Jul-04 4:24 
GeneralReading TOC and text from Word 2002 Pin
Steven_T5-Jul-04 2:34
Steven_T5-Jul-04 2:34 
QuestionHow to add custom properties in PropertyGrid at Runtime Pin
ilmian5-Jul-04 1:34
ilmian5-Jul-04 1:34 
Questionhow to get my computer speed Pin
maro-gb5-Jul-04 1:10
maro-gb5-Jul-04 1:10 
AnswerRe: how to get my computer speed Pin
Heath Stewart5-Jul-04 5:29
protectorHeath Stewart5-Jul-04 5:29 
Generalgenerics Pin
noraguta5-Jul-04 0:21
noraguta5-Jul-04 0:21 

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.