Click here to Skip to main content
15,897,135 members
Home / Discussions / C#
   

C#

 
QuestionRe: How to prevent specified files from being deleted + C# Pin
jojoba201121-May-12 19:10
jojoba201121-May-12 19:10 
AnswerRe: How to prevent specified files from being deleted + C# Pin
Eddy Vluggen22-May-12 0:55
professionalEddy Vluggen22-May-12 0:55 
QuestionRe: How to prevent specified files from being deleted + C# Pin
jojoba201122-May-12 3:16
jojoba201122-May-12 3:16 
AnswerRe: How to prevent specified files from being deleted + C# Pin
Eddy Vluggen22-May-12 8:48
professionalEddy Vluggen22-May-12 8:48 
QuestionRe: How to prevent specified files from being deleted + C# Pin
jojoba201122-May-12 17:11
jojoba201122-May-12 17:11 
AnswerRe: How to prevent specified files from being deleted + C# Pin
Eddy Vluggen23-May-12 0:12
professionalEddy Vluggen23-May-12 0:12 
AnswerRe: How to prevent specified files from being deleted + C# Pin
Mycroft Holmes21-May-12 12:30
professionalMycroft Holmes21-May-12 12:30 
AnswerRe: How to prevent specified files from being deleted + C# Pin
Pete O'Hanlon22-May-12 1:50
mvePete O'Hanlon22-May-12 1:50 
This is a really bad idea. You should never try to stop the user from deleting a file that can grow and grow unrestricted. I am curious as to why you think it's necessary to keep the trace file anyway. If you need to log i/o to the database, you should be logging the actual calls themselves (and you really should only be doing this if you want to cope with application failures).

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

QuestionRe: How to prevent specified files from being deleted + C# Pin
jojoba201122-May-12 3:19
jojoba201122-May-12 3:19 
QuestionApply gradient in control DataGridView(c#) Pin
Emanuel vargas20-May-12 10:54
Emanuel vargas20-May-12 10:54 
AnswerRe: Apply gradient in control DataGridView(c#) Pin
Richard Andrew x6420-May-12 12:04
professionalRichard Andrew x6420-May-12 12:04 
AnswerRe: Apply gradient in control DataGridView(c#) Pin
Emanuel vargas20-May-12 15:30
Emanuel vargas20-May-12 15:30 
AnswerRe: Apply gradient in control DataGridView(c#) Pin
Luc Pattyn20-May-12 13:58
sitebuilderLuc Pattyn20-May-12 13:58 
AnswerRe: Apply gradient in control DataGridView(c#) Pin
Emanuel vargas20-May-12 15:43
Emanuel vargas20-May-12 15:43 
AnswerRe: Apply gradient in control DataGridView(c#) Pin
Luc Pattyn20-May-12 16:11
sitebuilderLuc Pattyn20-May-12 16:11 
AnswerRe: Apply gradient in control DataGridView(c#) Pin
Emanuel vargas21-May-12 5:20
Emanuel vargas21-May-12 5:20 
GeneralFuzzy C# code Pin
Cbadeg20-May-12 10:32
Cbadeg20-May-12 10:32 
GeneralRe: Fuzzy C# code Pin
Dave Kreskowiak20-May-12 11:39
mveDave Kreskowiak20-May-12 11:39 
GeneralRe: Fuzzy C# code Pin
BillWoodruff20-May-12 15:26
professionalBillWoodruff20-May-12 15:26 
QuestionHow to close (kill, release?) a socket, which is in FIN_WAIT_2 state? Pin
ShadowUz20-May-12 7:29
ShadowUz20-May-12 7:29 
AnswerRe: How to close (kill, release?) a socket, which is in FIN_WAIT_2 state? Pin
Ravi Bhavnani20-May-12 7:32
professionalRavi Bhavnani20-May-12 7:32 
GeneralRe: How to close (kill, release?) a socket, which is in FIN_WAIT_2 state? Pin
ShadowUz20-May-12 7:43
ShadowUz20-May-12 7:43 
AnswerRe: How to close (kill, release?) a socket, which is in FIN_WAIT_2 state? Pin
Ravi Bhavnani20-May-12 7:48
professionalRavi Bhavnani20-May-12 7:48 
QuestionHow to refresh or update DataGrid Cell Value ... Pin
nassimnastaran18-May-12 20:25
nassimnastaran18-May-12 20:25 
AnswerRe: How to refresh or update DataGrid Cell Value ... Pin
OriginalGriff18-May-12 20:51
mveOriginalGriff18-May-12 20:51 

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.