Click here to Skip to main content
15,900,907 members
Home / Discussions / C#
   

C#

 
AnswerRe: Showing the corresponding data from other text file after being sorted and searched other text file Pin
Luc Pattyn4-Sep-09 14:23
sitebuilderLuc Pattyn4-Sep-09 14:23 
GeneralRe: Showing the corresponding data from other text file after being sorted and searched other text file Pin
gamer11274-Sep-09 18:04
gamer11274-Sep-09 18:04 
GeneralRe: Showing the corresponding data from other text file after being sorted and searched other text file Pin
Luc Pattyn5-Sep-09 0:28
sitebuilderLuc Pattyn5-Sep-09 0:28 
Questionget list of available printers Pin
Jassim Rahma4-Sep-09 11:26
Jassim Rahma4-Sep-09 11:26 
AnswerRe: get list of available printers Pin
DaveyM694-Sep-09 11:38
professionalDaveyM694-Sep-09 11:38 
QuestionThousand Seperator in TextBox Pin
freshonlineMax4-Sep-09 9:20
freshonlineMax4-Sep-09 9:20 
AnswerRe: Thousand Seperator in TextBox Pin
harold aptroot4-Sep-09 9:33
harold aptroot4-Sep-09 9:33 
AnswerRe: Thousand Seperator in TextBox Pin
0x3c04-Sep-09 9:36
0x3c04-Sep-09 9:36 
You can replace FormatString with ToString("N0"). And there are at least two problems with your parsing code. First of all, you convert TextBox1.Text to a 16-bit integer, then store it as a 32-bit integer. This constrains it to the value 65,535. That's far too small for the value you want.

Additionally, you're using Convert.ToInt16. Use the method int.Parse() instead.

Between the motion
And the act
Falls the Shadow

AnswerRe: Thousand Seperator in TextBox Pin
Luc Pattyn4-Sep-09 10:40
sitebuilderLuc Pattyn4-Sep-09 10:40 
GeneralRe: Thousand Seperator in TextBox Pin
freshonlineMax4-Sep-09 19:56
freshonlineMax4-Sep-09 19:56 
GeneralRe: Thousand Seperator in TextBox Pin
Morteza Karimian Kelishadrokhi31-Jul-11 4:09
Morteza Karimian Kelishadrokhi31-Jul-11 4:09 
GeneralRe: Thousand Seperator in TextBox Pin
freshonlineMax4-Sep-09 20:04
freshonlineMax4-Sep-09 20:04 
QuestionReading The MAC Address Pin
Wamuti4-Sep-09 8:26
Wamuti4-Sep-09 8:26 
AnswerRe: Reading The MAC Address Pin
Xmen Real 4-Sep-09 8:29
professional Xmen Real 4-Sep-09 8:29 
GeneralRe: Reading The MAC Address Pin
Wamuti4-Sep-09 8:52
Wamuti4-Sep-09 8:52 
AnswerRe: Reading The MAC Address Pin
0x3c04-Sep-09 9:02
0x3c04-Sep-09 9:02 
AnswerRe: Reading The MAC Address Pin
Dave Kreskowiak4-Sep-09 10:08
mveDave Kreskowiak4-Sep-09 10:08 
AnswerRe: Reading The MAC Address Pin
Luc Pattyn4-Sep-09 10:25
sitebuilderLuc Pattyn4-Sep-09 10:25 
QuestionCreating a ClientProxy from Scratch Pin
Lochnagar4-Sep-09 8:22
Lochnagar4-Sep-09 8:22 
QuestionRegex help Pin
Xmen Real 4-Sep-09 8:12
professional Xmen Real 4-Sep-09 8:12 
AnswerRe: Regex help Pin
PIEBALDconsult4-Sep-09 9:13
mvePIEBALDconsult4-Sep-09 9:13 
GeneralRe: Regex help Pin
Xmen Real 4-Sep-09 13:42
professional Xmen Real 4-Sep-09 13:42 
Questiondetach attach [modified] Pin
sos_amin4-Sep-09 7:04
sos_amin4-Sep-09 7:04 
AnswerRe: detach attach Pin
musefan4-Sep-09 7:16
musefan4-Sep-09 7:16 
AnswerRe: detach attach Pin
Xmen Real 4-Sep-09 8:13
professional Xmen Real 4-Sep-09 8:13 

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.