Click here to Skip to main content
15,914,642 members
Home / Discussions / C#
   

C#

 
GeneralRe: passing data from child form to parent Pin
DaveyM6913-Dec-09 4:10
professionalDaveyM6913-Dec-09 4:10 
GeneralRe: passing data from child form to parent Pin
dan!sh 13-Dec-09 5:38
professional dan!sh 13-Dec-09 5:38 
GeneralRe: passing data from child form to parent Pin
tasumisra13-Dec-09 2:45
tasumisra13-Dec-09 2:45 
QuestionHttpWebRequest.BegineGetResponse() not running asynchronously… Pin
royk12312-Dec-09 17:53
royk12312-Dec-09 17:53 
AnswerRe: HttpWebRequest.BegineGetResponse() not running asynchronously… Pin
Luc Pattyn13-Dec-09 2:04
sitebuilderLuc Pattyn13-Dec-09 2:04 
GeneralRe: HttpWebRequest.BegineGetResponse() not running asynchronously… Pin
royk12314-Dec-09 0:37
royk12314-Dec-09 0:37 
Questionconnectionstring Pin
farokhian12-Dec-09 10:03
farokhian12-Dec-09 10:03 
QuestionException Handling Pin
Razanust12-Dec-09 7:53
Razanust12-Dec-09 7:53 
While adopting exception handling techniques, is the compiler able to give correct answers or we just handle those conditions by printing an error message using longjmp() etc?

Like in the following program the square of 1000000 would overflow? So can the compiler print its original result? And also in other cases such as " ArrayTypeMismatchException ", what technique is adopted to handle it?


int square(int i)
{
return i * i;
}
void f()
{
checked
{
int i = square(1000000);
}
}
AnswerRe: Exception Handling Pin
PIEBALDconsult12-Dec-09 8:52
mvePIEBALDconsult12-Dec-09 8:52 
QuestionSchedulle a task for some days of the week Pin
baranils12-Dec-09 6:14
baranils12-Dec-09 6:14 
AnswerRe: Schedulle a task for some days of the week Pin
Abhinav S12-Dec-09 6:20
Abhinav S12-Dec-09 6:20 
AnswerRe: Schedulle a task for some days of the week Pin
Luc Pattyn12-Dec-09 6:22
sitebuilderLuc Pattyn12-Dec-09 6:22 
GeneralRe: Schedulle a task for some days of the week Pin
baranils12-Dec-09 6:35
baranils12-Dec-09 6:35 
GeneralRe: Schedulle a task for some days of the week Pin
baranils12-Dec-09 6:56
baranils12-Dec-09 6:56 
GeneralRe: Schedulle a task for some days of the week Pin
Luc Pattyn12-Dec-09 7:21
sitebuilderLuc Pattyn12-Dec-09 7:21 
GeneralRe: Schedulle a task for some days of the week Pin
baranils12-Dec-09 7:38
baranils12-Dec-09 7:38 
GeneralRe: Schedulle a task for some days of the week Pin
PIEBALDconsult12-Dec-09 8:55
mvePIEBALDconsult12-Dec-09 8:55 
GeneralRe: Schedulle a task for some days of the week Pin
baranils12-Dec-09 9:24
baranils12-Dec-09 9:24 
GeneralRe: Schedulle a task for some days of the week Pin
PIEBALDconsult12-Dec-09 9:35
mvePIEBALDconsult12-Dec-09 9:35 
AnswerRe: Schedulle a task for some days of the week Pin
PIEBALDconsult12-Dec-09 8:53
mvePIEBALDconsult12-Dec-09 8:53 
GeneralRe: Schedulle a task for some days of the week Pin
baranils12-Dec-09 12:02
baranils12-Dec-09 12:02 
GeneralRe: Schedulle a task for some days of the week Pin
PIEBALDconsult12-Dec-09 18:02
mvePIEBALDconsult12-Dec-09 18:02 
GeneralRe: Schedulle a task for some days of the week Pin
baranils12-Dec-09 23:04
baranils12-Dec-09 23:04 
GeneralRe: Schedulle a task for some days of the week Pin
PIEBALDconsult13-Dec-09 4:02
mvePIEBALDconsult13-Dec-09 4:02 
GeneralRe: Schedulle a task for some days of the week Pin
baranils13-Dec-09 4:21
baranils13-Dec-09 4:21 

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.