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

C#

 
AnswerRe: Enregistrer le Son sous forme Numérique dés Le port paralléle du pc avec c # sur la base de données Pin
BobJanova21-May-12 4:51
BobJanova21-May-12 4:51 
GeneralRe: Enregistrer le Son sous forme Numérique dés Le port paralléle du pc avec c # sur la base de données Pin
pogrebnyak21-May-12 6:13
pogrebnyak21-May-12 6:13 
QuestionDetect window change Pin
thecipri21-May-12 0:33
thecipri21-May-12 0:33 
AnswerRe: Detect window change Pin
Dave Kreskowiak21-May-12 2:19
mveDave Kreskowiak21-May-12 2:19 
AnswerRe: Detect window change Pin
Manfred Rudolf Bihy21-May-12 2:25
professionalManfred Rudolf Bihy21-May-12 2:25 
QuestionHow to prevent specified files from being deleted + C# Pin
jojoba201120-May-12 22:28
jojoba201120-May-12 22:28 
AnswerRe: How to prevent specified files from being deleted + C# Pin
Dave Kreskowiak21-May-12 2:16
mveDave Kreskowiak21-May-12 2:16 
AnswerRe: How to prevent specified files from being deleted + C# Pin
Eddy Vluggen21-May-12 4:39
professionalEddy Vluggen21-May-12 4:39 
Why are you afraid of the file being deleted? If it's part of your application, then it'll be copied to the application-folder of your application. Users aren't supposed to delete anything there. There's NO WAY of preventing users to delete an item (and there never will be) - you'll have to trust the idea that they won't try to kill your application on purpose.

Look at it this way; if I delete things from the "World of Warcraft"-folder, chances are that my game will no longer work. Is that the fault of Blizzard, or my fault? Obviously my fault Smile | :)

Yes, this sh*t happens often. That's why most installers give the option to "repair" an existing installation, where they re-copy the original installation files. That would be the correct way to restore your missing/corrupted trace-file if it suddenly went missing.

Best option (if the file is readonly) would be to include it in your executable as a resource. But don't lock my files on - it'd feel as if you were hijacking my computer, and that's not a good feelin'.
Bastard Programmer from Hell Suspicious | :suss:

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 
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 

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.