Click here to Skip to main content
15,895,709 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Alan N7-Dec-08 23:50
Alan N7-Dec-08 23:50 
AnswerRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Simon P Stevens8-Dec-08 0:05
Simon P Stevens8-Dec-08 0:05 
GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
#realJSOP8-Dec-08 0:10
mve#realJSOP8-Dec-08 0:10 
GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Simon P Stevens8-Dec-08 0:23
Simon P Stevens8-Dec-08 0:23 
GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Colin Angus Mackay8-Dec-08 0:46
Colin Angus Mackay8-Dec-08 0:46 
The difference between using TryParse and Parse is that if you expect that it will fail (e.g. you are using it to validate and convert user input) then you should use TryParse. If you expect that it will always work then use Parse (e.g. you are parsing a value from an XML file where the schema says it is an integer).


GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Ben Fair8-Dec-08 4:06
Ben Fair8-Dec-08 4:06 
GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
leppie8-Dec-08 0:47
leppie8-Dec-08 0:47 
AnswerRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
PIEBALDconsult8-Dec-08 2:14
mvePIEBALDconsult8-Dec-08 2:14 
AnswerRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Le centriste8-Dec-08 2:26
Le centriste8-Dec-08 2:26 
Questionabout Chart Control Pin
Seraph_summer7-Dec-08 22:47
Seraph_summer7-Dec-08 22:47 
AnswerRe: about Chart Control Pin
Simon P Stevens7-Dec-08 22:55
Simon P Stevens7-Dec-08 22:55 
GeneralRe: about Chart Control Pin
vinay_K8-Dec-08 22:42
vinay_K8-Dec-08 22:42 
GeneralRe: about Chart Control Pin
Simon P Stevens8-Dec-08 22:52
Simon P Stevens8-Dec-08 22:52 
GeneralRe: about Chart Control Pin
vinay_K8-Dec-08 23:28
vinay_K8-Dec-08 23:28 
Questionmapping output paramters in ssis Pin
l.laxmikant7-Dec-08 22:18
l.laxmikant7-Dec-08 22:18 
QuestionError:The name 'Container' does not exist in the current context Pin
Exelioindia7-Dec-08 21:59
Exelioindia7-Dec-08 21:59 
AnswerRe: Error:The name 'Container' does not exist in the current context Pin
leppie7-Dec-08 22:48
leppie7-Dec-08 22:48 
AnswerRe: Error:The name 'Container' does not exist in the current context Pin
Hossein Mayboudi28-Mar-11 7:06
Hossein Mayboudi28-Mar-11 7:06 
Questionhow to maximize picture box & listview? Pin
ping_jacob7-Dec-08 21:41
ping_jacob7-Dec-08 21:41 
AnswerRe: how to maximize picture box & listview? Pin
Lev Danielyan7-Dec-08 21:48
Lev Danielyan7-Dec-08 21:48 
QuestionHow to Set StartupObject Property of Project at runtime. Pin
am 20097-Dec-08 20:34
am 20097-Dec-08 20:34 
QuestionGMT Pin
srinivaskonijeti7-Dec-08 20:07
srinivaskonijeti7-Dec-08 20:07 

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.