Click here to Skip to main content
15,902,636 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to block website Pin
Tahir Abbasi19-Feb-08 3:37
Tahir Abbasi19-Feb-08 3:37 
GeneralRe: how to block website Pin
Mircea Puiu19-Feb-08 3:53
Mircea Puiu19-Feb-08 3:53 
Generalthis.MaximumSize issue Pin
Harvey Saayman18-Feb-08 23:09
Harvey Saayman18-Feb-08 23:09 
AnswerRe: this.MaximumSize issue Pin
Martin#18-Feb-08 23:15
Martin#18-Feb-08 23:15 
GeneralRe: this.MaximumSize issue Pin
Harvey Saayman18-Feb-08 23:28
Harvey Saayman18-Feb-08 23:28 
GeneralRe: this.MaximumSize issue Pin
Giorgi Dalakishvili18-Feb-08 23:18
mentorGiorgi Dalakishvili18-Feb-08 23:18 
Generalsetting folder/file access after creation Pin
marky77718-Feb-08 22:33
marky77718-Feb-08 22:33 
GeneralRe: setting folder/file access after creation Pin
CKnig18-Feb-08 23:17
CKnig18-Feb-08 23:17 
My guess is that your own process still has the file handle opened.
So make sure that you close the File(Stream?).

Best practice is to surround the FileStream with an using(...){} - so you make sure that Dispose is called and the handle is freed.

If you forget this you will have to wait till the GC kicks in and frees the object for you (or till you close the process)
GeneralRe: setting folder/file access after creation Pin
marky77718-Feb-08 23:42
marky77718-Feb-08 23:42 
GeneralRe: setting folder/file access after creation Pin
marky77719-Feb-08 0:00
marky77719-Feb-08 0:00 
General"Child is not a child control of this parant" Pin
kakanis18-Feb-08 22:14
kakanis18-Feb-08 22:14 
GeneralRe: "Child is not a child control of this parant" Pin
LongRange.Shooter19-Feb-08 8:03
LongRange.Shooter19-Feb-08 8:03 
GeneralFind multiple instance using Mutex Pin
CodingLover18-Feb-08 22:11
CodingLover18-Feb-08 22:11 
GeneralRe: Find multiple instance using Mutex Pin
Giorgi Dalakishvili18-Feb-08 22:33
mentorGiorgi Dalakishvili18-Feb-08 22:33 
GeneralRe: Find multiple instance using Mutex Pin
CodingLover18-Feb-08 22:41
CodingLover18-Feb-08 22:41 
GeneralRe: Find multiple instance using Mutex Pin
Giorgi Dalakishvili18-Feb-08 22:58
mentorGiorgi Dalakishvili18-Feb-08 22:58 
GeneralRe: Find multiple instance using Mutex Pin
CodingLover18-Feb-08 23:41
CodingLover18-Feb-08 23:41 
GeneralRe: Find multiple instance using Mutex Pin
Giorgi Dalakishvili18-Feb-08 23:48
mentorGiorgi Dalakishvili18-Feb-08 23:48 
GeneralRe: Find multiple instance using Mutex Pin
CodingLover18-Feb-08 23:57
CodingLover18-Feb-08 23:57 
GeneralRe: Find multiple instance using Mutex Pin
Giorgi Dalakishvili19-Feb-08 0:01
mentorGiorgi Dalakishvili19-Feb-08 0:01 
GeneralRe: Find multiple instance using Mutex Pin
CodingLover20-Feb-08 17:44
CodingLover20-Feb-08 17:44 
Questioncreating graphs in C# .net Pin
Bhaskar Ravindranath18-Feb-08 22:10
Bhaskar Ravindranath18-Feb-08 22:10 
GeneralRe: creating graphs in C# .net Pin
Christian Graus18-Feb-08 22:13
protectorChristian Graus18-Feb-08 22:13 
GeneralMHT File Problem. Pin
hdv21218-Feb-08 21:53
hdv21218-Feb-08 21:53 
GeneralRe: MHT File Problem. Pin
Pete O'Hanlon18-Feb-08 22:23
mvePete O'Hanlon18-Feb-08 22:23 

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.