Click here to Skip to main content
15,912,207 members
Home / Discussions / C#
   

C#

 
GeneralRe: Where's ListView.SelectedItem?! Pin
Ravi Bhavnani6-Feb-07 15:56
professionalRavi Bhavnani6-Feb-07 15:56 
Questionforcasting wheater Pin
gerri2026-Feb-07 14:12
gerri2026-Feb-07 14:12 
AnswerRe: forcasting wheater Pin
Ravi Bhavnani6-Feb-07 14:48
professionalRavi Bhavnani6-Feb-07 14:48 
GeneralRe: forcasting wheater Pin
gerri2027-Feb-07 9:25
gerri2027-Feb-07 9:25 
GeneralRe: forcasting wheater Pin
Ravi Bhavnani7-Feb-07 10:02
professionalRavi Bhavnani7-Feb-07 10:02 
QuestionScroll Bar Position Mirroring Pin
Rabbit176-Feb-07 12:53
Rabbit176-Feb-07 12:53 
AnswerRe: Scroll Bar Position Mirroring Pin
Christian Graus6-Feb-07 13:30
protectorChristian Graus6-Feb-07 13:30 
QuestionType conversion Pin
robert1106-Feb-07 10:26
robert1106-Feb-07 10:26 
Hello everyone:

What is the difference b/w

int x = (int)MyValue;


and

int x = System.Convert.ToInt32(MyValue);


which should be used when and why? Thanks.

We are using an automated tool for standard validation and its fussing about (int) way of type conversion, can someone plz explain the difference b/w the two. Thanks.

Robert
AnswerRe: Type conversion Pin
philip_cole6-Feb-07 11:14
philip_cole6-Feb-07 11:14 
GeneralRe: Type conversion Pin
aSarafian6-Feb-07 20:37
aSarafian6-Feb-07 20:37 
Questionvoice in chat Pin
matata_mn6-Feb-07 10:11
matata_mn6-Feb-07 10:11 
AnswerRe: voice in chat Pin
jack_claudine6-Feb-07 14:56
jack_claudine6-Feb-07 14:56 
GeneralRe: voice in chat Pin
matata_mn6-Feb-07 20:24
matata_mn6-Feb-07 20:24 
Questioncmd's tree structure execution from application Pin
THE DDDD6-Feb-07 10:05
THE DDDD6-Feb-07 10:05 
AnswerRe: cmd's tree structure execution from application Pin
Ravi Bhavnani6-Feb-07 16:05
professionalRavi Bhavnani6-Feb-07 16:05 
AnswerRe: cmd's tree structure execution from application Pin
Judah Gabriel Himango6-Feb-07 16:07
sponsorJudah Gabriel Himango6-Feb-07 16:07 
QuestionInheriting a Form via Class Pin
Rizawn6-Feb-07 9:23
Rizawn6-Feb-07 9:23 
AnswerRe: Inheriting a Form via Class Pin
Pete O'Hanlon6-Feb-07 9:42
mvePete O'Hanlon6-Feb-07 9:42 
QuestionHaving a System Tray app slide it's form up into view Pin
LongRange.Shooter6-Feb-07 9:21
LongRange.Shooter6-Feb-07 9:21 
AnswerRe: Having a System Tray app slide it's form up into view Pin
Rizawn6-Feb-07 9:29
Rizawn6-Feb-07 9:29 
QuestionGet keys Pin
drc_no16-Feb-07 9:21
drc_no16-Feb-07 9:21 
AnswerRe: Get keys Pin
jack_claudine6-Feb-07 15:06
jack_claudine6-Feb-07 15:06 
AnswerRe: Get keys Pin
Stefan Troschuetz6-Feb-07 21:59
Stefan Troschuetz6-Feb-07 21:59 
GeneralRe: Get keys Pin
drc_no16-Feb-07 22:02
drc_no16-Feb-07 22:02 
QuestionAssembly Pin
vasini6-Feb-07 8:41
vasini6-Feb-07 8:41 

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.