Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: Customized date formating Pin
Glen Harvy30-Oct-07 1:33
Glen Harvy30-Oct-07 1:33 
AnswerRe: Customized date formating Pin
PIEBALDconsult29-Oct-07 14:32
mvePIEBALDconsult29-Oct-07 14:32 
QuestionQuestion On Multithreading Lock Pin
cateyes9929-Oct-07 11:25
cateyes9929-Oct-07 11:25 
AnswerRe: Question On Multithreading Lock Pin
Daniel Grunwald29-Oct-07 11:53
Daniel Grunwald29-Oct-07 11:53 
GeneralRe: Question On Multithreading Lock Pin
cateyes9929-Oct-07 15:19
cateyes9929-Oct-07 15:19 
QuestionCast from string/text to int Pin
Manfr3d29-Oct-07 10:58
Manfr3d29-Oct-07 10:58 
AnswerRe: Cast from string/text to int Pin
DavidNohejl29-Oct-07 11:06
DavidNohejl29-Oct-07 11:06 
AnswerRe: Cast from string/text to int Pin
snorkie29-Oct-07 11:20
professionalsnorkie29-Oct-07 11:20 
Look at the Convert class. Type "Convert." and see what comes up in IntelliSense. You'll find Convert.ToInt32() is probably what you want. While it is not as save as Int32.TryParse(), it is quick and dirty.

Hogan
AnswerRe: Cast from string/text to int [modified] Pin
Spiff Dog29-Oct-07 13:56
Spiff Dog29-Oct-07 13:56 
QuestionC# Build configuration in C# VS 2005 [modified] Pin
Rachel88b29-Oct-07 8:48
Rachel88b29-Oct-07 8:48 
AnswerRe: C# Build configuration in C# VS 2008 Pin
Dave Kreskowiak29-Oct-07 11:17
mveDave Kreskowiak29-Oct-07 11:17 
GeneralRe: C# Build configuration in C# VS 2005 [modified] Pin
Rachel88b29-Oct-07 22:33
Rachel88b29-Oct-07 22:33 
GeneralRe: C# Build configuration in C# VS 2005 Pin
Dave Kreskowiak30-Oct-07 1:34
mveDave Kreskowiak30-Oct-07 1:34 
QuestionDisplaying a progress bar while executing an SQL Query Pin
yoavyoavyoav29-Oct-07 8:40
yoavyoavyoav29-Oct-07 8:40 
AnswerRe: Displaying a progress bar while executing an SQL Query Pin
Ennis Ray Lynch, Jr.29-Oct-07 8:43
Ennis Ray Lynch, Jr.29-Oct-07 8:43 
GeneralRe: Displaying a progress bar while executing an SQL Query Pin
yoavyoavyoav29-Oct-07 9:21
yoavyoavyoav29-Oct-07 9:21 
GeneralRe: Displaying a progress bar while executing an SQL Query Pin
Ennis Ray Lynch, Jr.29-Oct-07 9:30
Ennis Ray Lynch, Jr.29-Oct-07 9:30 
QuestionBackgroundWorker, delegates, and exceptions? Pin
JerryNakamura29-Oct-07 8:21
JerryNakamura29-Oct-07 8:21 
AnswerRe: BackgroundWorker, delegates, and exceptions? Pin
Nathan Holt at EMOM29-Oct-07 9:28
Nathan Holt at EMOM29-Oct-07 9:28 
Questionprinting String problem Pin
netJP12L29-Oct-07 7:29
netJP12L29-Oct-07 7:29 
AnswerRe: printing String problem Pin
Ennis Ray Lynch, Jr.29-Oct-07 8:40
Ennis Ray Lynch, Jr.29-Oct-07 8:40 
GeneralRe: printing String problem Pin
netJP12L29-Oct-07 8:55
netJP12L29-Oct-07 8:55 
GeneralI really don't know Pin
Ennis Ray Lynch, Jr.29-Oct-07 9:13
Ennis Ray Lynch, Jr.29-Oct-07 9:13 
GeneralRe: I really don't know Pin
netJP12L29-Oct-07 9:58
netJP12L29-Oct-07 9:58 
GeneralRe: I really don't know Pin
Ennis Ray Lynch, Jr.29-Oct-07 10:18
Ennis Ray Lynch, Jr.29-Oct-07 10:18 

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.