Click here to Skip to main content
15,886,812 members
Home / Discussions / C#
   

C#

 
AnswerRe: VS2005 deployment / installer project: copy version data around Pin
Not Active23-Aug-06 1:02
mentorNot Active23-Aug-06 1:02 
GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Jan R Hansen23-Aug-06 21:28
Jan R Hansen23-Aug-06 21:28 
GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Not Active24-Aug-06 2:17
mentorNot Active24-Aug-06 2:17 
GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Jan R Hansen24-Aug-06 3:10
Jan R Hansen24-Aug-06 3:10 
Questionsecurity Pin
Legolas.Bilbao23-Aug-06 0:04
Legolas.Bilbao23-Aug-06 0:04 
AnswerRe: security Pin
22491723-Aug-06 0:52
22491723-Aug-06 0:52 
GeneralRe: security Pin
Legolas_Bilbao23-Aug-06 5:43
Legolas_Bilbao23-Aug-06 5:43 
Question"it is being used" problem..[Really Urgent.. Please Help !!!] Pin
kkadir22-Aug-06 23:10
kkadir22-Aug-06 23:10 
in my application I want to try delete an image file.. but at every attempt I get an

[System.IO.IOException] {"The process cannot access the file '..\\addAll.png' because it is being used by another process."}

I am sure that this file is not in use because I just dispose the Image object using this file with :

((PictureBox)flowLayoutPanelThumbs.Controls[0]).Image.Dispose();
flowLayoutPanelThumbs.Controls.RemoveAt(1)İ

1-Why occurs this cannot access bla bla bla error and how can I avoid this?
2-How can I find the process using this file

I will REALLY appreciate any help..

thanks and best regards

.:: Something is Wrong ::.

AnswerRe: "it is being used" problem..[Really Urgent.. Please Help !!!] Pin
22491722-Aug-06 23:59
22491722-Aug-06 23:59 
AnswerRe: "it is being used" problem..[Really Urgent.. Please Help !!!] Pin
S. Senthil Kumar23-Aug-06 2:05
S. Senthil Kumar23-Aug-06 2:05 
AnswerRe: "it is being used" problem..[Really Urgent.. Please Help !!!] Pin
Christian Graus23-Aug-06 2:12
protectorChristian Graus23-Aug-06 2:12 
GeneralRe: "it is being used" problem..[Really Urgent.. Please Help !!!] Pin
kkadir23-Aug-06 3:16
kkadir23-Aug-06 3:16 
QuestionHow to Skin VC#.Net app? Pin
bug_aonz22-Aug-06 23:09
bug_aonz22-Aug-06 23:09 
AnswerRe: How to Skin VC#.Net app? Pin
Not Active23-Aug-06 1:07
mentorNot Active23-Aug-06 1:07 
QuestionFunky problem with reading multiline XML contents into a multiline textbox Pin
ThisIsMyUserName222-Aug-06 23:08
ThisIsMyUserName222-Aug-06 23:08 
AnswerRe: Funky problem with reading multiline XML contents into a multiline textbox Pin
benjymous22-Aug-06 23:30
benjymous22-Aug-06 23:30 
AnswerRe: Funky problem with reading multiline XML contents into a multiline textbox [modified] Pin
Guffa23-Aug-06 1:43
Guffa23-Aug-06 1:43 
GeneralRe: Funky problem with reading multiline XML contents into a multiline textbox Pin
ThisIsMyUserName223-Aug-06 14:17
ThisIsMyUserName223-Aug-06 14:17 
AnswerRe: Funky problem with reading multiline XML contents into a multiline textbox Pin
Guffa23-Aug-06 21:23
Guffa23-Aug-06 21:23 
QuestionPrinting from a WebBrowser control in a separate thread Pin
User 137680022-Aug-06 22:58
User 137680022-Aug-06 22:58 
QuestionRe: Printing from a WebBrowser control in a separate thread [modified] Pin
User 137680023-Aug-06 2:04
User 137680023-Aug-06 2:04 
QuestionRibbon Control Pin
seq-22-Aug-06 22:45
seq-22-Aug-06 22:45 
QuestionSchedule task Pin
minniemooo22-Aug-06 22:44
minniemooo22-Aug-06 22:44 
AnswerRe: Schedule task Pin
Colin Angus Mackay22-Aug-06 23:00
Colin Angus Mackay22-Aug-06 23:00 
GeneralRe: Schedule task Pin
minniemooo22-Aug-06 23:10
minniemooo22-Aug-06 23:10 

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.