Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
AnswerRe: MiniHttpServer Pin
PIEBALDconsult23-Mar-11 16:06
mvePIEBALDconsult23-Mar-11 16:06 
AnswerRe: MiniHttpServer [modified] Pin
Dave Kreskowiak23-Mar-11 17:58
mveDave Kreskowiak23-Mar-11 17:58 
GeneralRe: MiniHttpServer Pin
DaveyM6924-Mar-11 0:18
professionalDaveyM6924-Mar-11 0:18 
GeneralRe: MiniHttpServer Pin
Dave Kreskowiak24-Mar-11 1:54
mveDave Kreskowiak24-Mar-11 1:54 
AnswerRe: MiniHttpServer Pin
BobJanova24-Mar-11 3:13
BobJanova24-Mar-11 3:13 
AnswerRe: MiniHttpServer -- ANSWERED Pin
Pascal Ganaye26-Mar-11 8:19
Pascal Ganaye26-Mar-11 8:19 
QuestionWindows service setup custom action Error 1001 System.BadImageFormatException Pin
Chesnokov Yuriy23-Mar-11 9:30
professionalChesnokov Yuriy23-Mar-11 9:30 
QuestionWriting a Text in StreamWriter such that alignment should be proper for different languages ( like English, Chinise, German...etc). Pin
Piyush Vaishnav23-Mar-11 0:42
Piyush Vaishnav23-Mar-11 0:42 
Hi All,

I am writing text into StreamWriter by sw.Write("Text coming from Labels : so can be in english or chinese or any other languages") method.
After writing first text, I am adding tabs and then adding second text.
Now adding a new line and adding first text + tabs + second text.
It looks like this:

Model :\t \t \t \t \t XXXX
Version :\t \t \t \t YYYY
Note : I am not able to put white spaces here so just putted \t.
Assume that the first X and first Y starting position is equal.
Alignment is coming properly for English.
But if the input texts are in Chinese then it comes like this :

Model :\t \t \t \t \t XXXX
Version :\t \t \t \t YYYY
Here YYYY is not coming just below XXXX such that the start position of first X and first Y should be same,
This Tab spaces are the same for different languages.
I want atleast alignment should be proper with every languages.

Thanks in Advance..

Piyush Vaishnav
AnswerRe: Writing a Text in StreamWriter such that alignment should be proper for different languages ( like English, Chinise, German...etc). PinPopular
Luc Pattyn23-Mar-11 1:24
sitebuilderLuc Pattyn23-Mar-11 1:24 
AnswerRe: Writing a Text in StreamWriter such that alignment should be proper for different languages ( like English, Chinise, German...etc). Pin
TheyCallMeMrJames23-Mar-11 3:53
TheyCallMeMrJames23-Mar-11 3:53 
GeneralRe: Writing a Text in StreamWriter such that alignment should be proper for different languages ( like English, Chinise, German...etc). Pin
Piyush Vaishnav23-Mar-11 22:20
Piyush Vaishnav23-Mar-11 22:20 
GeneralRe: Writing a Text in StreamWriter such that alignment should be proper for different languages ( like English, Chinise, German...etc). Pin
TheyCallMeMrJames24-Mar-11 5:51
TheyCallMeMrJames24-Mar-11 5:51 
QuestionHow to improve listbox databind in WIndows Mobile 6 Pin
Eder Sa22-Mar-11 9:33
Eder Sa22-Mar-11 9:33 
AnswerRe: How to improve listbox databind in WIndows Mobile 6 Pin
Not Active22-Mar-11 9:55
mentorNot Active22-Mar-11 9:55 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Eder Sa22-Mar-11 10:10
Eder Sa22-Mar-11 10:10 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Not Active22-Mar-11 10:36
mentorNot Active22-Mar-11 10:36 
AnswerRe: How to improve listbox databind in WIndows Mobile 6 Pin
Eddy Vluggen22-Mar-11 10:41
professionalEddy Vluggen22-Mar-11 10:41 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Eder Sa22-Mar-11 11:26
Eder Sa22-Mar-11 11:26 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Eddy Vluggen22-Mar-11 22:19
professionalEddy Vluggen22-Mar-11 22:19 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Eder Sa23-Mar-11 6:19
Eder Sa23-Mar-11 6:19 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Pete O'Hanlon23-Mar-11 6:45
mvePete O'Hanlon23-Mar-11 6:45 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Eder Sa23-Mar-11 6:52
Eder Sa23-Mar-11 6:52 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Pete O'Hanlon23-Mar-11 23:07
mvePete O'Hanlon23-Mar-11 23:07 
GeneralRe: How to improve listbox databind in WIndows Mobile 6 Pin
Eddy Vluggen23-Mar-11 8:54
professionalEddy Vluggen23-Mar-11 8:54 
AnswerRe: How to improve listbox databind in WIndows Mobile 6 Pin
Nitheesh George24-Mar-11 2:56
Nitheesh George24-Mar-11 2:56 

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.