Click here to Skip to main content
15,885,188 members
Home / Discussions / C#
   

C#

 
AnswerRe: exe files Pin
Christian Graus1-Mar-09 20:08
protectorChristian Graus1-Mar-09 20:08 
QuestionField Link in Datagrid Pin
Ramkithepower1-Mar-09 19:38
Ramkithepower1-Mar-09 19:38 
AnswerRe: Field Link in Datagrid Pin
0x3c01-Mar-09 20:35
0x3c01-Mar-09 20:35 
Question# I/O operatinons Pin
shefa' isied1-Mar-09 19:37
shefa' isied1-Mar-09 19:37 
AnswerRe: # I/O operatinons Pin
Christian Graus1-Mar-09 19:40
protectorChristian Graus1-Mar-09 19:40 
Questiondatagrid Pin
cst_kvp1-Mar-09 19:21
cst_kvp1-Mar-09 19:21 
AnswerRe: datagrid Pin
Christian Graus1-Mar-09 19:41
protectorChristian Graus1-Mar-09 19:41 
Questionexceptions Pin
aratireddy1-Mar-09 19:05
aratireddy1-Mar-09 19:05 
using System;
public class class1
{
static void Main(string[]args)
{
try
{
string s1 = args[0];
string s2 = args[1];
int i1 = int.Parse(s1);
int i2 = int.Parse(s2);
int i3 = i1 + i2;
Console.WriteLine(i3);
}

catch (Indexoutofrange Exception)
{
Console.WriteLine(Exception.message);
}
Console.WriteLine("hello");
}
}
when i am running the application it shows the following error
the type or namespace name indexoutofrange could not be found and one more error is system.exception does not contain a definition for message
AnswerRe: exceptions Pin
ABitSmart1-Mar-09 19:31
ABitSmart1-Mar-09 19:31 
QuestionVoice conference application Pin
yesu prakash1-Mar-09 18:59
yesu prakash1-Mar-09 18:59 
AnswerRe: Voice conference application Pin
ABitSmart1-Mar-09 19:37
ABitSmart1-Mar-09 19:37 
GeneralRe: Voice conference application Pin
yesu prakash1-Mar-09 19:49
yesu prakash1-Mar-09 19:49 
GeneralRe: Voice conference application Pin
ABitSmart1-Mar-09 19:56
ABitSmart1-Mar-09 19:56 
QuestionLIB file error Pin
milapjp1-Mar-09 18:09
milapjp1-Mar-09 18:09 
Questionclosing tcp where socket is connected Pin
A_A1-Mar-09 17:49
A_A1-Mar-09 17:49 
AnswerRe: closing tcp where socket is connected Pin
Bharat Jain1-Mar-09 20:42
Bharat Jain1-Mar-09 20:42 
JokeRe: closing tcp where socket is connected Pin
A_A2-Mar-09 3:37
A_A2-Mar-09 3:37 
Questionadd image into image list using image index ( problem) Pin
S K Y1-Mar-09 15:11
S K Y1-Mar-09 15:11 
AnswerRe: add image into image list using image index ( problem) Pin
Luc Pattyn1-Mar-09 16:22
sitebuilderLuc Pattyn1-Mar-09 16:22 
GeneralRe: add image into image list using image index ( problem) Pin
S K Y1-Mar-09 21:07
S K Y1-Mar-09 21:07 
AnswerRe: add image into image list using image index ( problem) Pin
Luc Pattyn2-Mar-09 2:24
sitebuilderLuc Pattyn2-Mar-09 2:24 
QuestionDrag Drop Problem Pin
S K Y1-Mar-09 14:28
S K Y1-Mar-09 14:28 
AnswerRe: Drag Drop Problem Pin
STeAlth-S1-Mar-09 18:15
STeAlth-S1-Mar-09 18:15 
GeneralRe: Drag Drop Problem Pin
S K Y1-Mar-09 20:49
S K Y1-Mar-09 20:49 
GeneralRe: Drag Drop Problem Pin
STeAlth-S1-Mar-09 23:03
STeAlth-S1-Mar-09 23:03 

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.