Click here to Skip to main content
15,883,749 members
Home / Discussions / C#
   

C#

 
GeneralRe: "handling" an event on controls Pin
cignox122-Aug-07 0:22
cignox122-Aug-07 0:22 
GeneralRe: "handling" an event on controls Pin
Martin#22-Aug-07 1:16
Martin#22-Aug-07 1:16 
QuestionSoftware Licening.. Pin
Rahul.RK21-Aug-07 20:40
Rahul.RK21-Aug-07 20:40 
AnswerRe: Software Licening.. Pin
Nouman Bhatti21-Aug-07 21:00
Nouman Bhatti21-Aug-07 21:00 
AnswerRe: Software Licening.. Pin
Mark Churchill21-Aug-07 21:18
Mark Churchill21-Aug-07 21:18 
QuestionDeleting a file being loaded in a picturebox Pin
aravinda77721-Aug-07 20:17
aravinda77721-Aug-07 20:17 
AnswerRe: Deleting a file being loaded in a picturebox Pin
Michael Sync21-Aug-07 20:39
Michael Sync21-Aug-07 20:39 
AnswerRe: Deleting a file being loaded in a picturebox Pin
Hessam Jalali21-Aug-07 20:41
Hessam Jalali21-Aug-07 20:41 
as Christian Graus said before ,you must Dispose the image not the pictureBox

this.pictureBox1.Image.Dispose();
System.IO.File.Delete(path);


Good Luck
AnswerRe: Deleting a file being loaded in a picturebox Pin
Luc Pattyn22-Aug-07 1:01
sitebuilderLuc Pattyn22-Aug-07 1:01 
QuestionIdentifying the type of file Pin
aravinda77721-Aug-07 19:57
aravinda77721-Aug-07 19:57 
AnswerRe: Identifying the type of file Pin
Christian Graus21-Aug-07 20:01
protectorChristian Graus21-Aug-07 20:01 
GeneralRe: Identifying the type of file Pin
Michael Sync21-Aug-07 20:19
Michael Sync21-Aug-07 20:19 
GeneralRe: Identifying the type of file Pin
aravinda77721-Aug-07 20:32
aravinda77721-Aug-07 20:32 
GeneralRe: Identifying the type of file Pin
Christian Graus21-Aug-07 20:45
protectorChristian Graus21-Aug-07 20:45 
GeneralRe: Identifying the type of file Pin
Michael Sync21-Aug-07 21:59
Michael Sync21-Aug-07 21:59 
GeneralRe: Identifying the type of file Pin
Christian Graus22-Aug-07 0:10
protectorChristian Graus22-Aug-07 0:10 
AnswerRe: Identifying the type of file Pin
Michael Sync21-Aug-07 20:03
Michael Sync21-Aug-07 20:03 
GeneralRe: Identifying the type of file Pin
aravinda77721-Aug-07 20:13
aravinda77721-Aug-07 20:13 
GeneralRe: Identifying the type of file Pin
Luc Pattyn22-Aug-07 1:04
sitebuilderLuc Pattyn22-Aug-07 1:04 
GeneralRe: Identifying the type of file Pin
Thomas Krojer23-Aug-07 0:53
Thomas Krojer23-Aug-07 0:53 
AnswerRe: Identifying the type of file Pin
Giorgi Dalakishvili21-Aug-07 22:07
mentorGiorgi Dalakishvili21-Aug-07 22:07 
QuestionHelp me in Invoking Dll's Pin
kandy_soliton21-Aug-07 19:38
kandy_soliton21-Aug-07 19:38 
AnswerRe: Help me in Invoking Dll's Pin
Christian Graus21-Aug-07 20:00
protectorChristian Graus21-Aug-07 20:00 
GeneralRe: Help me in Invoking Dll's Pin
Giorgi Dalakishvili21-Aug-07 22:09
mentorGiorgi Dalakishvili21-Aug-07 22:09 
QuestionQuickFix protocol Pin
sujithkumarsl21-Aug-07 19:07
sujithkumarsl21-Aug-07 19:07 

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.