Click here to Skip to main content
15,923,051 members
Home / Discussions / C#
   

C#

 
GeneralRe: The Noisy Screen Saver Pin
max292978-Dec-08 8:43
max292978-Dec-08 8:43 
GeneralRe: The Noisy Screen Saver Pin
Simon P Stevens8-Dec-08 21:36
Simon P Stevens8-Dec-08 21:36 
GeneralRe: The Noisy Screen Saver Pin
max292979-Dec-08 1:43
max292979-Dec-08 1:43 
AnswerRe: The Noisy Screen Saver Pin
Xmen Real 8-Dec-08 4:08
professional Xmen Real 8-Dec-08 4:08 
AnswerRe: The Noisy Screen Saver Pin
Dave Kreskowiak8-Dec-08 4:33
mveDave Kreskowiak8-Dec-08 4:33 
AnswerRe: The Noisy Screen Saver Pin
Guffa8-Dec-08 5:41
Guffa8-Dec-08 5:41 
QuestionHow do I know when Form.Invoke is finished? Pin
arnold_w8-Dec-08 1:23
arnold_w8-Dec-08 1:23 
AnswerRe: How do I know when Form.Invoke is finished? Pin
Simon P Stevens8-Dec-08 1:38
Simon P Stevens8-Dec-08 1:38 
GeneralRe: How do I know when Form.Invoke is finished? Pin
arnold_w8-Dec-08 1:39
arnold_w8-Dec-08 1:39 
QuestionC# windows form ComboBox control Pin
AndieDu8-Dec-08 1:19
AndieDu8-Dec-08 1:19 
GeneralRe: C# windows form ComboBox control Pin
Luc Pattyn8-Dec-08 1:54
sitebuilderLuc Pattyn8-Dec-08 1:54 
AnswerRe: C# windows form ComboBox control Pin
Xmen Real 8-Dec-08 4:05
professional Xmen Real 8-Dec-08 4:05 
QuestionFile.Exists - not finding file on PostBack Pin
Member 34028868-Dec-08 1:17
Member 34028868-Dec-08 1:17 
AnswerRe: File.Exists - not finding file on PostBack Pin
Abhijit Jana8-Dec-08 1:27
professionalAbhijit Jana8-Dec-08 1:27 
GeneralRe: File.Exists - not finding file on PostBack Pin
Member 34028868-Dec-08 1:57
Member 34028868-Dec-08 1:57 
GeneralRe: File.Exists - not finding file on PostBack Pin
Dave Kreskowiak8-Dec-08 4:29
mveDave Kreskowiak8-Dec-08 4:29 
QuestionRecent Files Pin
TJS4u8-Dec-08 0:31
TJS4u8-Dec-08 0:31 
AnswerRe: Recent Files Pin
Colin Angus Mackay8-Dec-08 0:43
Colin Angus Mackay8-Dec-08 0:43 
GeneralRe: Recent Files Pin
Luc Pattyn8-Dec-08 1:56
sitebuilderLuc Pattyn8-Dec-08 1:56 
GeneralRe: Recent Files Pin
Xmen Real 8-Dec-08 4:15
professional Xmen Real 8-Dec-08 4:15 
GeneralRe: Recent Files Pin
Luc Pattyn8-Dec-08 4:35
sitebuilderLuc Pattyn8-Dec-08 4:35 
GeneralRe: Recent File Pin
Xmen Real 8-Dec-08 4:38
professional Xmen Real 8-Dec-08 4:38 
Questionexport Windows Registry information as .REG file using c#.net Pin
sumit70348-Dec-08 0:23
sumit70348-Dec-08 0:23 
AnswerRe: export Windows Registry information as .REG file using c#.net Pin
Giorgi Dalakishvili8-Dec-08 2:59
mentorGiorgi Dalakishvili8-Dec-08 2:59 
QuestionWhat is the difference between Convert.ToInt32() or int.Parse() [modified] Pin
Bottomless Wisdom7-Dec-08 23:32
Bottomless Wisdom7-Dec-08 23:32 
For example I create a string variable as follows:

string strNumber = "123";

To convert it into integer data type which is better option and whats the differnce between these options.

a) Convert.ToInt32(strNumber);

b) int.Parse(strNumber);

Software Development & Web Development is my addiction. I am a Visual C# 2.0 and ASP.NET 2.0 Developer and working in Visual Studio 2005 using Dot Net Framework 2.0.

Email: bottomless.wisdom@hotmail.com
Web: http://bottomless-wisdom.spaces.live.com

modified on Monday, December 8, 2008 2:23 PM

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.