Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
AnswerRe: System Modal Form in .NET Pin
Ravi Bhavnani1-May-06 7:23
professionalRavi Bhavnani1-May-06 7:23 
GeneralRe: System Modal Form in .NET Pin
Dan Neely1-May-06 7:48
Dan Neely1-May-06 7:48 
AnswerRe: System Modal Form in .NET Pin
S. Senthil Kumar1-May-06 6:56
S. Senthil Kumar1-May-06 6:56 
QuestionConverting the XML form of resultset to string in C# Pin
PrashantJ1-May-06 5:11
PrashantJ1-May-06 5:11 
AnswerRe: Converting the XML form of resultset to string in C# Pin
Guffa1-May-06 5:23
Guffa1-May-06 5:23 
GeneralRe: Converting the XML form of resultset to string in C# Pin
PrashantJ1-May-06 5:27
PrashantJ1-May-06 5:27 
AnswerRe: Converting the XML form of resultset to string in C# Pin
Guffa2-May-06 11:08
Guffa2-May-06 11:08 
QuestionHow to determine what encoding a file has Pin
WCup1-May-06 4:11
WCup1-May-06 4:11 
After reading bytes of a file, if I check

ex) file[0]==0xFE && file[1]==0xFF
and the condition is true, I can say that it is encoded in 'BigEndianUnicode'.
but how do I determine encoding of a file if the file has, say, 'Portuguese(DOS)-codepage 860' as an example.
Encodings other than obvious ones like UTF-8, BigEncidnaUnicode, or ASCII, how do I determine the encodings by reading bytes of the file? Is there any efficient way to check the encoding of a file?

AnswerRe: How to determine what encoding a file has Pin
Dan Neely1-May-06 4:39
Dan Neely1-May-06 4:39 
GeneralRe: How to determine what encoding a file has Pin
WCup1-May-06 4:48
WCup1-May-06 4:48 
GeneralRe: How to determine what encoding a file has Pin
Dave Kreskowiak1-May-06 6:41
mveDave Kreskowiak1-May-06 6:41 
QuestionC# Dialer Application Pin
Ashwani_kumar1-May-06 3:49
Ashwani_kumar1-May-06 3:49 
QuestionC# GDI+ Pin
codebala1-May-06 3:31
codebala1-May-06 3:31 
AnswerRe: C# GDI+ Pin
Josh Smith1-May-06 4:03
Josh Smith1-May-06 4:03 
GeneralRe: C# GDI+ Pin
codebala1-May-06 5:29
codebala1-May-06 5:29 
GeneralRe: C# GDI+ Pin
codebala1-May-06 7:08
codebala1-May-06 7:08 
AnswerRe: C# GDI+ Pin
kasik1-May-06 5:13
kasik1-May-06 5:13 
GeneralRe: C# GDI+ Pin
codebala1-May-06 5:22
codebala1-May-06 5:22 
QuestionDifferent exception handling behavior when running application in standalone mode instead of from visual studio Pin
Dan Neely1-May-06 3:23
Dan Neely1-May-06 3:23 
AnswerRe: Different exception handling behavior when running application in standalone mode instead of from visual studio Pin
Drew McGhie1-May-06 4:45
Drew McGhie1-May-06 4:45 
GeneralRe: Different exception handling behavior when running application in standalone mode instead of from visual studio Pin
Dan Neely1-May-06 5:08
Dan Neely1-May-06 5:08 
GeneralRe: Different exception handling behavior when running application in standalone mode instead of from visual studio Pin
S. Senthil Kumar1-May-06 7:03
S. Senthil Kumar1-May-06 7:03 
AnswerRe: Different exception handling behavior when running application in standalone mode instead of from visual studio Pin
Roy Heil1-May-06 7:50
professionalRoy Heil1-May-06 7:50 
GeneralRe: Different exception handling behavior when running application in standalone mode instead of from visual studio Pin
Dan Neely1-May-06 9:29
Dan Neely1-May-06 9:29 
GeneralRe: Different exception handling behavior when running application in standalone mode instead of from visual studio Pin
Roy Heil1-May-06 18:14
professionalRoy Heil1-May-06 18:14 

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.