Click here to Skip to main content
15,891,976 members
Home / Discussions / C#
   

C#

 
GeneralMDI parent and children Pin
Jacob Dixon2-Feb-08 14:44
Jacob Dixon2-Feb-08 14:44 
GeneralRe: MDI parent and children Pin
DaveyM692-Feb-08 15:46
professionalDaveyM692-Feb-08 15:46 
GeneralRe: MDI parent and children Pin
Jacob Dixon2-Feb-08 17:27
Jacob Dixon2-Feb-08 17:27 
GeneralRe: MDI parent and children Pin
DaveyM692-Feb-08 23:55
professionalDaveyM692-Feb-08 23:55 
GeneralNeed a Interactive Map control. Pin
hdv2122-Feb-08 8:41
hdv2122-Feb-08 8:41 
GeneralRe: Need a Interactive Map control. Pin
Gareth H2-Feb-08 11:16
Gareth H2-Feb-08 11:16 
GeneralRe: Need a Interactive Map control. Pin
hdv2122-Feb-08 11:20
hdv2122-Feb-08 11:20 
QuestionEncoding problem?? Pin
andredani2-Feb-08 7:36
andredani2-Feb-08 7:36 
Hi guys!


having a bit of a problem.. im picking upp value from file rowes, and i live in sweden so we use the characters å,ä,ö a lot.
so i want to replace the å ä ö with something else, because when i return the row in a listview the ö are like ? or something like that... =(

i have tryade to save in diffirent encoding.. nothing works! anyone with the same problem as me??
i pick upp info from rowes like this:
String row5 = File.ReadAllLines(file)[row];
string[] tecken = row5.Split(';');
string person = tecken[21];

anyone with good suggestions??

thanks!! peace! D'Oh! | :doh:
AnswerRe: Encoding problem?? Pin
DaveyM692-Feb-08 12:06
professionalDaveyM692-Feb-08 12:06 
GeneralRe: Encoding problem?? Pin
andredani2-Feb-08 12:13
andredani2-Feb-08 12:13 
GeneralRe: Encoding problem?? Pin
DaveyM692-Feb-08 12:30
professionalDaveyM692-Feb-08 12:30 
Question[Serializable] for class inside class Pin
Roland Bär2-Feb-08 6:58
Roland Bär2-Feb-08 6:58 
AnswerRe: [Serializable] for class inside class Pin
Roland Bär2-Feb-08 7:18
Roland Bär2-Feb-08 7:18 
GeneralChange the value of text box in another form Pin
Strategic_Thinker2-Feb-08 3:48
Strategic_Thinker2-Feb-08 3:48 
GeneralRe: Change the value of text box in another form Pin
Jacob Dixon2-Feb-08 4:22
Jacob Dixon2-Feb-08 4:22 
GeneralRe: Change the value of text box in another form Pin
Strategic_Thinker2-Feb-08 7:45
Strategic_Thinker2-Feb-08 7:45 
GeneralRe: sig Pin
Luc Pattyn2-Feb-08 7:56
sitebuilderLuc Pattyn2-Feb-08 7:56 
GeneralRe: sig Pin
Paul Conrad2-Feb-08 12:07
professionalPaul Conrad2-Feb-08 12:07 
GeneralExceptions related to IEnumerator Pin
SeeBees2-Feb-08 3:48
SeeBees2-Feb-08 3:48 
GeneralRe: Exceptions related to IEnumerator Pin
Luc Pattyn2-Feb-08 4:22
sitebuilderLuc Pattyn2-Feb-08 4:22 
GeneralRe: Exceptions related to IEnumerator Pin
SeeBees2-Feb-08 17:05
SeeBees2-Feb-08 17:05 
GeneralRe: Exceptions related to IEnumerator Pin
Luc Pattyn2-Feb-08 17:14
sitebuilderLuc Pattyn2-Feb-08 17:14 
GeneralExchange server 2007 Pin
Abhijit Jana2-Feb-08 3:11
professionalAbhijit Jana2-Feb-08 3:11 
GeneralCustom Toolbar For IE Pin
M. Ahmed2-Feb-08 3:10
M. Ahmed2-Feb-08 3:10 
GeneralRe: Custom Toolbar For IE Pin
TJoe4-Feb-08 2:11
TJoe4-Feb-08 2:11 

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.