Click here to Skip to main content
15,891,633 members
Home / Discussions / C#
   

C#

 
GeneralRe: compile EXE that contain .wav file and .ico file Pin
ranzask19-Jan-06 15:42
ranzask19-Jan-06 15:42 
QuestionCombox Bold certain items Pin
Vadim Tabakman19-Jan-06 13:33
Vadim Tabakman19-Jan-06 13:33 
AnswerRe: Combox Bold certain items Pin
Dave Kreskowiak19-Jan-06 13:43
mveDave Kreskowiak19-Jan-06 13:43 
GeneralRe: Combox Bold certain items Pin
Vadim Tabakman19-Jan-06 16:58
Vadim Tabakman19-Jan-06 16:58 
GeneralRe: Combox Bold certain items Pin
Dan Neely20-Jan-06 2:25
Dan Neely20-Jan-06 2:25 
GeneralRe: Combox Bold certain items Pin
Dave Kreskowiak20-Jan-06 4:17
mveDave Kreskowiak20-Jan-06 4:17 
Questiondiff between int and Convrt.Int32 Pin
dvsr19-Jan-06 12:08
dvsr19-Jan-06 12:08 
AnswerRe: diff between int and Convrt.Int32 Pin
Guffa19-Jan-06 12:31
Guffa19-Jan-06 12:31 
You can only cast to an int if the datatype is similar, like a long or a double. You also use that syntax to unbox an int, for an example if you store then in an ArrayList.

Converting to an int can be done from more data types, one common example is a string.

You can also use int.Parse() to convert from a string. That is similar to Convert.ToInt32. One difference, though, is that Convert.ToInt32 will accept an empty string and return a zero value, while int.Parse won't.

---
b { font-weight: normal; }

GeneralRe: diff between int and Convrt.Int32 Pin
dvsr19-Jan-06 12:35
dvsr19-Jan-06 12:35 
AnswerRe: diff between int and Convrt.Int32 Pin
Guffa19-Jan-06 12:52
Guffa19-Jan-06 12:52 
QuestionValueMember of comboBox problem Pin
moonangel_bio19-Jan-06 11:50
moonangel_bio19-Jan-06 11:50 
AnswerRe: ValueMember of comboBox problem Pin
Christian Graus19-Jan-06 15:40
protectorChristian Graus19-Jan-06 15:40 
GeneralRe: ValueMember of comboBox problem Pin
moonangel_bio20-Jan-06 4:51
moonangel_bio20-Jan-06 4:51 
GeneralRe: ValueMember of comboBox problem Pin
Christian Graus22-Jan-06 11:09
protectorChristian Graus22-Jan-06 11:09 
QuestionCompiling and using C Code in .Net C# Pin
gulmisal19-Jan-06 11:17
gulmisal19-Jan-06 11:17 
AnswerRe: Compiling and using C Code in .Net C# Pin
Nick Parker19-Jan-06 11:45
protectorNick Parker19-Jan-06 11:45 
AnswerRe: Compiling and using C Code in .Net C# Pin
Christian Graus19-Jan-06 12:05
protectorChristian Graus19-Jan-06 12:05 
Question[Message Deleted] Pin
DarrenFerne19-Jan-06 9:36
DarrenFerne19-Jan-06 9:36 
AnswerRe: How do I get a control to draw outside its client area Pin
Guffa19-Jan-06 13:13
Guffa19-Jan-06 13:13 
QuestionRTF header. Pin
Agyeman19-Jan-06 8:51
Agyeman19-Jan-06 8:51 
QuestionRCW message, Thread pool Pin
2hdass19-Jan-06 8:36
2hdass19-Jan-06 8:36 
AnswerRe: RCW message, Thread pool Pin
Dave Kreskowiak19-Jan-06 13:33
mveDave Kreskowiak19-Jan-06 13:33 
GeneralRe: RCW message, Thread pool Pin
Monika Dayal6-Feb-20 0:28
Monika Dayal6-Feb-20 0:28 
GeneralRe: RCW message, Thread pool Pin
Dave Kreskowiak6-Feb-20 2:53
mveDave Kreskowiak6-Feb-20 2:53 
QuestionAccessing .AVI As Embedded Resource Pin
rich_wenger19-Jan-06 7:45
rich_wenger19-Jan-06 7:45 

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.