Click here to Skip to main content
15,910,878 members
Home / Discussions / C#
   

C#

 
GeneralRe: Looking for Text To Speech library for C# ? Pin
Member 245846712-Nov-19 15:33
Member 245846712-Nov-19 15:33 
GeneralRe: Looking for Text To Speech library for C# ? Pin
Richard MacCutchan12-Nov-19 22:07
mveRichard MacCutchan12-Nov-19 22:07 
QuestionHow should I handle versioning of my application that contains versioning information about products? Pin
arnold_w7-Nov-19 1:32
arnold_w7-Nov-19 1:32 
AnswerRe: How should I handle versioning of my application that contains versioning information about products? Pin
Eddy Vluggen7-Nov-19 2:19
professionalEddy Vluggen7-Nov-19 2:19 
AnswerRe: How should I handle versioning of my application that contains versioning information about products? Pin
phil.o7-Nov-19 4:02
professionalphil.o7-Nov-19 4:02 
AnswerRe: How should I handle versioning of my application that contains versioning information about products? Pin
OriginalGriff7-Nov-19 6:15
mveOriginalGriff7-Nov-19 6:15 
GeneralRe: How should I handle versioning of my application that contains versioning information about products? Pin
Richard Deeming7-Nov-19 7:41
mveRichard Deeming7-Nov-19 7:41 
QuestionHow can I block Cross-site Scripting (XSS) through interceptor in proxy tool in ASP.Net using c# code Pin
srinihan6-Nov-19 23:05
srinihan6-Nov-19 23:05 
AnswerRe: How can I block Cross-site Scripting (XSS) through interceptor in proxy tool in ASP.Net using c# code Pin
Pete O'Hanlon6-Nov-19 23:26
mvePete O'Hanlon6-Nov-19 23:26 
QuestionMessage Closed Pin
5-Nov-19 21:00
vasanthkumarmk5-Nov-19 21:00 
AnswerRe: How to Store XML File to Registry Pin
Richard MacCutchan5-Nov-19 22:08
mveRichard MacCutchan5-Nov-19 22:08 
QuestionHoe to send sms through mobile connection not any website registration in c# window application Pin
Member 146424693-Nov-19 8:31
Member 146424693-Nov-19 8:31 
AnswerRe: Hoe to send sms through mobile connection not any website registration in c# window application Pin
Richard MacCutchan3-Nov-19 23:38
mveRichard MacCutchan3-Nov-19 23:38 
GeneralRe: Hoe to send sms through mobile connection not any website registration in c# window application Pin
Member 1464246911-Nov-19 23:47
Member 1464246911-Nov-19 23:47 
QuestionMessage Removed Pin
3-Nov-19 2:33
Acuena3-Nov-19 2:33 
AnswerMessage Removed Pin
3-Nov-19 2:59
mveOriginalGriff3-Nov-19 2:59 
GeneralMessage Removed Pin
3-Nov-19 4:41
Acuena3-Nov-19 4:41 
GeneralMessage Removed Pin
3-Nov-19 4:44
mveOriginalGriff3-Nov-19 4:44 
GeneralMessage Removed Pin
3-Nov-19 5:13
Acuena3-Nov-19 5:13 
Question[Solved] Safe way to insert USB-drive. Pin
Acuena1-Nov-19 5:48
Acuena1-Nov-19 5:48 
AnswerRe: Safe way to insert USB-drive. Pin
Richard Deeming1-Nov-19 6:27
mveRichard Deeming1-Nov-19 6:27 
GeneralRe: Safe way to insert USB-drive. Pin
Acuena1-Nov-19 12:38
Acuena1-Nov-19 12:38 
AnswerRe: Safe way to insert USB-drive. Pin
OriginalGriff1-Nov-19 6:43
mveOriginalGriff1-Nov-19 6:43 
To add to what Richard says, you get no real protection with a basic software solution: many computers are configured to allow "boot from USB" for recovery purposes, and even if disabling it in Windows works, if it has a bootable partition it stands a good chance of taking over the PC completely the next time it is turned on as that is part of the BIOS and before Windows even starts to load. The same problem exists with CD's (where fitted) - they can also be selected as a bootable device.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
AntiTwitter: @DalekDave is now a follower!

GeneralRe: Safe way to insert USB-drive. Pin
Acuena1-Nov-19 12:38
Acuena1-Nov-19 12:38 
GeneralRe: Safe way to insert USB-drive. Pin
OriginalGriff1-Nov-19 12:44
mveOriginalGriff1-Nov-19 12:44 

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.