Click here to Skip to main content
15,910,773 members
Home / Discussions / C#
   

C#

 
GeneralRe: Converting /doc XML file to HTML or help Pin
Jesse Squire25-Aug-04 9:54
Jesse Squire25-Aug-04 9:54 
GeneralRe: Converting /doc XML file to HTML or help Pin
Nick Parker25-Aug-04 10:08
protectorNick Parker25-Aug-04 10:08 
GeneralRe: Converting /doc XML file to HTML or help Pin
Joe Woodbury25-Aug-04 10:37
professionalJoe Woodbury25-Aug-04 10:37 
GeneralEmpty Dataset Pin
MrJJKoolJ25-Aug-04 8:56
MrJJKoolJ25-Aug-04 8:56 
GeneralRe: Empty Dataset Pin
Heath Stewart25-Aug-04 9:38
protectorHeath Stewart25-Aug-04 9:38 
GeneralReading Values from multiple ListBoxes and forming an query Pin
abhishk2001@yahoo.com25-Aug-04 8:19
abhishk2001@yahoo.com25-Aug-04 8:19 
GeneralRe: Reading Values from multiple ListBoxes and forming an query Pin
Heath Stewart25-Aug-04 8:29
protectorHeath Stewart25-Aug-04 8:29 
GeneralDateTimePicker Customization Pin
ssTech25-Aug-04 7:37
ssTech25-Aug-04 7:37 
GeneralRe: DateTimePicker Customization Pin
Heath Stewart25-Aug-04 8:55
protectorHeath Stewart25-Aug-04 8:55 
GeneralRe: DateTimePicker Customization Pin
ssTech26-Aug-04 4:57
ssTech26-Aug-04 4:57 
Questionhow to hook up event of winform-based control hosting in IE Pin
EricHu25-Aug-04 7:05
EricHu25-Aug-04 7:05 
AnswerRe: how to hook up event of winform-based control hosting in IE Pin
Nick Parker25-Aug-04 7:20
protectorNick Parker25-Aug-04 7:20 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
EricHu25-Aug-04 7:51
EricHu25-Aug-04 7:51 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Nick Parker25-Aug-04 8:52
protectorNick Parker25-Aug-04 8:52 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Heath Stewart25-Aug-04 9:22
protectorHeath Stewart25-Aug-04 9:22 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Nick Parker25-Aug-04 10:06
protectorNick Parker25-Aug-04 10:06 
AnswerRe: how to hook up event of winform-based control hosting in IE Pin
Heath Stewart25-Aug-04 9:16
protectorHeath Stewart25-Aug-04 9:16 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
EricHu25-Aug-04 13:28
EricHu25-Aug-04 13:28 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Heath Stewart26-Aug-04 6:50
protectorHeath Stewart26-Aug-04 6:50 
Generalplay a movie Pin
kornstyle25-Aug-04 4:25
kornstyle25-Aug-04 4:25 
GeneralRe: play a movie Pin
Nick Parker25-Aug-04 5:31
protectorNick Parker25-Aug-04 5:31 
GeneralRe: play a movie Pin
kornstyle25-Aug-04 5:56
kornstyle25-Aug-04 5:56 
GeneralConvert vs parse Pin
Not Active25-Aug-04 3:27
mentorNot Active25-Aug-04 3:27 
I was wondering what the pros and cons of using convert vs parse, as in

<br />
string s = "2";<br />
<br />
Convert.ToInt32(s);<br />
<br />
int.Parse(s);<br />

GeneralRe: Convert vs parse Pin
LongRange.Shooter25-Aug-04 4:13
LongRange.Shooter25-Aug-04 4:13 
GeneralRe: Convert vs parse Pin
Norman-Timo25-Aug-04 4:20
Norman-Timo25-Aug-04 4:20 

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.