Click here to Skip to main content
15,901,001 members
Home / Discussions / C#
   

C#

 
GeneralRe: pls help me Pin
Christian Graus26-Feb-09 20:15
protectorChristian Graus26-Feb-09 20:15 
Answerpls help me Pin
mulla md fozail26-Feb-09 19:48
mulla md fozail26-Feb-09 19:48 
GeneralRe: pls help me Pin
Sajjad Leo26-Feb-09 19:51
Sajjad Leo26-Feb-09 19:51 
Answer[Message Deleted] Pin
Prajeesh26-Feb-09 20:01
Prajeesh26-Feb-09 20:01 
GeneralRe: message problem Pin
Christian Graus26-Feb-09 20:15
protectorChristian Graus26-Feb-09 20:15 
GeneralRe: message problem Pin
Sajjad Leo26-Feb-09 20:20
Sajjad Leo26-Feb-09 20:20 
GeneralRe: message problem Pin
Expert Coming26-Feb-09 20:46
Expert Coming26-Feb-09 20:46 
Questiondelegates Pin
aratireddy26-Feb-09 18:17
aratireddy26-Feb-09 18:17 
using System;
public delegate void hd(string s);
public class class1
{
public void hello(string s)
{
Console.WriteLine(s);
}
}
public class program
{
static void Main()
{
class1 c= new class1();
hd d=new hd(c.hello);
d.Invoke("abcd");
}
}
i saved this program with .cs extension and run the program.but at the time of compilation it is showing the following error
the syntax of the command is incorrect
runned with csc :del.cs
compiled with: del
AnswerRe: delegates Pin
Christian Graus26-Feb-09 18:51
protectorChristian Graus26-Feb-09 18:51 
Questiondisplay message in c# Pin
Sajjad Leo26-Feb-09 18:04
Sajjad Leo26-Feb-09 18:04 
AnswerRe: display message in c# Pin
Christian Graus26-Feb-09 18:11
protectorChristian Graus26-Feb-09 18:11 
GeneralRe: display message in c# Pin
Sajjad Leo26-Feb-09 18:40
Sajjad Leo26-Feb-09 18:40 
GeneralRe: display message in c# Pin
Christian Graus26-Feb-09 18:48
protectorChristian Graus26-Feb-09 18:48 
AnswerRe: display message in c# Pin
shiyulun198426-Feb-09 18:14
shiyulun198426-Feb-09 18:14 
GeneralRe: display message in c# Pin
Christian Graus26-Feb-09 18:17
protectorChristian Graus26-Feb-09 18:17 
GeneralRe: display message in c# Pin
Bino B26-Feb-09 23:22
Bino B26-Feb-09 23:22 
QuestionInterprocess Communication problems Pin
Low Pei Yang26-Feb-09 17:09
Low Pei Yang26-Feb-09 17:09 
AnswerRe: Interprocess Communication problems Pin
N a v a n e e t h26-Feb-09 17:41
N a v a n e e t h26-Feb-09 17:41 
GeneralRe: Interprocess Communication problems [modified] Pin
Shyam K Pananghat26-Feb-09 19:53
Shyam K Pananghat26-Feb-09 19:53 
GeneralRe: Interprocess Communication problems Pin
Shy Agam26-Feb-09 21:12
Shy Agam26-Feb-09 21:12 
GeneralRe: Interprocess Communication problems Pin
Low Pei Yang1-Mar-09 23:48
Low Pei Yang1-Mar-09 23:48 
QuestionDrag and drop in virtual mode problems Pin
Low Pei Yang26-Feb-09 17:00
Low Pei Yang26-Feb-09 17:00 
QuestionDynamic content generation Pin
kinno26-Feb-09 16:07
kinno26-Feb-09 16:07 
AnswerRe: Dynamic content generation Pin
Christian Graus26-Feb-09 18:12
protectorChristian Graus26-Feb-09 18:12 
QuestionDev C++ Pin
Adam_Omer26-Feb-09 9:29
Adam_Omer26-Feb-09 9:29 

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.