Click here to Skip to main content
15,920,217 members
Home / Discussions / C#
   

C#

 
AnswerRe: Drag and drop to the cursor Pin
originSH3-Jul-07 3:01
originSH3-Jul-07 3:01 
Questionhow can i save a C# form at run time ? Pin
B.A3-Jul-07 2:01
B.A3-Jul-07 2:01 
AnswerRe: how can i save a C# form at run time ? Pin
Martin#3-Jul-07 2:17
Martin#3-Jul-07 2:17 
AnswerRe: how can i save a C# form at run time ? Pin
Vikram A Punathambekar3-Jul-07 2:18
Vikram A Punathambekar3-Jul-07 2:18 
QuestionProblem with MemorySream Pin
wesch3-Jul-07 1:58
wesch3-Jul-07 1:58 
AnswerRe: Problem with MemorySream Pin
WillemM3-Jul-07 2:31
WillemM3-Jul-07 2:31 
GeneralRe: Problem with MemorySream Pin
wesch3-Jul-07 2:37
wesch3-Jul-07 2:37 
AnswerRe: Problem with MemorySream Pin
Luc Pattyn3-Jul-07 2:42
sitebuilderLuc Pattyn3-Jul-07 2:42 
when you create a stream or file in UTF8 or in Unicode, it will start with a 2-byte
indication of the encoding; in your case it is 0xFE 0xBB. Only then will appear the
first "real" character (0x3C for <).

If you write to file, then open the file in a text editor, both cases work just fine,
because the editor consumes the optional 2-byte to understand how it needs to interpret
the remainder.

Your reading code however does not discover the encoding, it has that information baked
into the code, so it treats the 0xFE oxBB as real characters and since they are not
really printable (above 0x7E), it turns them into a single question mark.

Smile | :)



QuestionMagnification Algorithm Pin
free_soul4243-Jul-07 1:38
free_soul4243-Jul-07 1:38 
AnswerRe: Magnification Algorithm [modified] Pin
small_programmer3-Jul-07 3:19
small_programmer3-Jul-07 3:19 
GeneralRe: Magnification Algorithm Pin
free_soul4244-Jul-07 7:42
free_soul4244-Jul-07 7:42 
QuestionPrinting dynamically in C#.net window application Pin
kk_upadhyay3-Jul-07 1:25
kk_upadhyay3-Jul-07 1:25 
AnswerRe: Printing dynamically in C#.net window application Pin
originSH3-Jul-07 1:32
originSH3-Jul-07 1:32 
QuestionWindows Authentification Problem. Pin
lygine ng lee chuang3-Jul-07 1:22
lygine ng lee chuang3-Jul-07 1:22 
AnswerRe: Windows Authentification Problem. Pin
originSH3-Jul-07 1:34
originSH3-Jul-07 1:34 
GeneralRe: Windows Authentification Problem. Pin
lygine ng lee chuang3-Jul-07 2:11
lygine ng lee chuang3-Jul-07 2:11 
Questionreporting Pin
omarikom3-Jul-07 0:40
omarikom3-Jul-07 0:40 
AnswerRe: reporting Pin
Sathesh Sakthivel3-Jul-07 1:11
Sathesh Sakthivel3-Jul-07 1:11 
QuestionError: 80045901 Initializing SQL Server Reconciler failed. Minor error: 29045. Pin
fakhirov3-Jul-07 0:39
fakhirov3-Jul-07 0:39 
AnswerRe: Error: 80045901 Initializing SQL Server Reconciler failed. Minor error: 29045. Pin
Sathesh Sakthivel3-Jul-07 1:09
Sathesh Sakthivel3-Jul-07 1:09 
Questiontx text control Pin
WhiteGirl233-Jul-07 0:09
WhiteGirl233-Jul-07 0:09 
AnswerRe: tx text control Pin
Giorgi Dalakishvili3-Jul-07 0:13
mentorGiorgi Dalakishvili3-Jul-07 0:13 
Questionado.net 2 select Pin
Glen Harvy2-Jul-07 23:21
Glen Harvy2-Jul-07 23:21 
AnswerRe: ado.net 2 select Pin
Urs Enzler2-Jul-07 23:28
Urs Enzler2-Jul-07 23:28 
GeneralRe: ado.net 2 select Pin
Colin Angus Mackay2-Jul-07 23:31
Colin Angus Mackay2-Jul-07 23:31 

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.