Click here to Skip to main content
15,881,413 members
Home / Discussions / C#
   

C#

 
GeneralRe: Create a form from a XML Pin
Stephane Rodriguez.31-Dec-03 21:50
Stephane Rodriguez.31-Dec-03 21:50 
Generalcreate a form dynamically from XML Pin
Member 49620031-Dec-03 15:44
Member 49620031-Dec-03 15:44 
GeneralRounding Pin
Anonymous31-Dec-03 7:09
Anonymous31-Dec-03 7:09 
GeneralRe: Rounding Pin
Mazdak31-Dec-03 7:20
Mazdak31-Dec-03 7:20 
GeneralRe: Rounding Pin
Nick Parker31-Dec-03 7:45
protectorNick Parker31-Dec-03 7:45 
GeneralReadline() ignores some characters Pin
Rostrox31-Dec-03 6:47
Rostrox31-Dec-03 6:47 
GeneralRe: Readline() ignores some characters Pin
Mazdak31-Dec-03 7:06
Mazdak31-Dec-03 7:06 
GeneralRe: Readline() ignores some characters Pin
Rostrox31-Dec-03 8:24
Rostrox31-Dec-03 8:24 
I made:

StreamReader inp = new StreamReader(@"c:\inp.txt",System.Text.Encoding.UTF7);
Tx1.Text = inp.ReadLine();
Inp.Close();

and it worked. Thanks.

However, it is the firts time I experienced this kind of problem. I live in South America. Now, ¿should I change all my thousands of programs to include this encoding parameter? or is this possible to change it any kind of global parameter?
Thanks for your help
GeneralRe: Readline() ignores some characters Pin
Mazdak31-Dec-03 9:59
Mazdak31-Dec-03 9:59 
GeneralBinaryFormatter.Deserialize() Pin
Guinness4Strength31-Dec-03 6:04
Guinness4Strength31-Dec-03 6:04 
GeneralRe: BinaryFormatter.Deserialize() Pin
Tristan Rhodes31-Dec-03 6:29
Tristan Rhodes31-Dec-03 6:29 
GeneralRe: BinaryFormatter.Deserialize() Pin
Guinness4Strength31-Dec-03 6:41
Guinness4Strength31-Dec-03 6:41 
GeneralRe: BinaryFormatter.Deserialize() Pin
Tristan Rhodes31-Dec-03 6:46
Tristan Rhodes31-Dec-03 6:46 
GeneralRe: BinaryFormatter.Deserialize() Pin
Kentamanos31-Dec-03 8:57
Kentamanos31-Dec-03 8:57 
GeneralRe: BinaryFormatter.Deserialize() Pin
Guinness4Strength1-Jan-04 4:34
Guinness4Strength1-Jan-04 4:34 
GeneralRe: BinaryFormatter.Deserialize() Pin
Kentamanos2-Jan-04 6:07
Kentamanos2-Jan-04 6:07 
GeneralRe: BinaryFormatter.Deserialize() Pin
Heath Stewart31-Dec-03 11:14
protectorHeath Stewart31-Dec-03 11:14 
Generalimplementing rubber banding into a drawing program Pin
Miles Roberts31-Dec-03 5:03
Miles Roberts31-Dec-03 5:03 
GeneralRe: implementing rubber banding into a drawing program Pin
Tristan Rhodes31-Dec-03 6:42
Tristan Rhodes31-Dec-03 6:42 
GeneralRe: implementing rubber banding into a drawing program Pin
Heath Stewart31-Dec-03 11:06
protectorHeath Stewart31-Dec-03 11:06 
Generalhelp meeee plzzzzzz in ActiveX msChart control Pin
hebzzz31-Dec-03 3:27
hebzzz31-Dec-03 3:27 
GeneralRe: help meeee plzzzzzz in ActiveX msChart control Pin
Heath Stewart31-Dec-03 4:49
protectorHeath Stewart31-Dec-03 4:49 
GeneralRe: help meeee plzzzzzz in ActiveX msChart control Pin
Ivan Budiono31-Dec-03 13:27
Ivan Budiono31-Dec-03 13:27 
QuestionHow to duplicate controls from one form to another ?? Pin
nigs_krec31-Dec-03 3:17
nigs_krec31-Dec-03 3:17 
AnswerRe: How to duplicate controls from one form to another ?? Pin
Heath Stewart31-Dec-03 4:41
protectorHeath Stewart31-Dec-03 4:41 

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.