Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
QuestionPls hedp me, its urgent Pin
anurajju5-Apr-06 19:31
anurajju5-Apr-06 19:31 
GeneralRe: Pls hedp me, its urgent Pin
Guffa5-Apr-06 21:09
Guffa5-Apr-06 21:09 
GeneralRe: Pls hedp me, its urgent Pin
anurajju5-Apr-06 22:26
anurajju5-Apr-06 22:26 
GeneralRe: Pls hedp me, its urgent Pin
Colin Angus Mackay5-Apr-06 22:54
Colin Angus Mackay5-Apr-06 22:54 
Questionplease help me in c# datagrid Pin
simran0075-Apr-06 19:30
simran0075-Apr-06 19:30 
AnswerRe: please help me in c# datagrid Pin
sathish s5-Apr-06 20:46
sathish s5-Apr-06 20:46 
QuestionHelp me in AddHandler from VB.NET to C# Pin
khanfresh5-Apr-06 18:45
khanfresh5-Apr-06 18:45 
AnswerRe: Help me in AddHandler from VB.NET to C# Pin
Robert Rohde5-Apr-06 19:27
Robert Rohde5-Apr-06 19:27 
In C# you need to know what type of delegate the vent needs. Assuming the the event delegate is named EventHandler (the default one for many events) the code would look like this:
m_PacketMonitors(i).NewPacket += new EventHandler(OnNewPacket);

Also note that the Visual Studio designer greatly helps. If you type until += the designer should automatically popup some stub with the correct delegate.
GeneralRe: Help me in AddHandler from VB.NET to C# Pin
khanfresh6-Apr-06 14:36
khanfresh6-Apr-06 14:36 
QuestionLocking XML File Pin
emran8345-Apr-06 14:24
emran8345-Apr-06 14:24 
AnswerRe: Locking XML File Pin
Christian Graus5-Apr-06 15:00
protectorChristian Graus5-Apr-06 15:00 
GeneralRe: Locking XML File Pin
emran8345-Apr-06 15:37
emran8345-Apr-06 15:37 
GeneralRe: Locking XML File Pin
Christian Graus5-Apr-06 16:04
protectorChristian Graus5-Apr-06 16:04 
QuestionHow to send email using SMTP with Authentication Pin
emran8345-Apr-06 14:15
emran8345-Apr-06 14:15 
QuestionPolynomial coefficients... Pin
KORCARI5-Apr-06 13:10
KORCARI5-Apr-06 13:10 
AnswerRe: Polynomial coefficients... Pin
Christian Graus5-Apr-06 13:46
protectorChristian Graus5-Apr-06 13:46 
QuestionDataGrid Edit a Cell Pin
cppdotnet5-Apr-06 10:53
cppdotnet5-Apr-06 10:53 
AnswerRe: DataGrid Edit a Cell Pin
russellsoft6-Apr-06 4:36
russellsoft6-Apr-06 4:36 
QuestionFor loop performance problem in .NET 2.0 Pin
ayevkin5-Apr-06 10:32
ayevkin5-Apr-06 10:32 
Questionhow to play wav file in C# Pin
nauty5-Apr-06 9:49
nauty5-Apr-06 9:49 
AnswerRe: how to play wav file in C# Pin
Ed.Poore5-Apr-06 9:54
Ed.Poore5-Apr-06 9:54 
GeneralRe: how to play wav file in C# Pin
Graham Nimbley5-Apr-06 10:51
Graham Nimbley5-Apr-06 10:51 
GeneralRe: how to play wav file in C# Pin
Ed.Poore5-Apr-06 12:07
Ed.Poore5-Apr-06 12:07 
GeneralRe: how to play wav file in C# Pin
nauty5-Apr-06 18:45
nauty5-Apr-06 18:45 
GeneralRe: how to play wav file in C# Pin
Bob_Sun5-Apr-06 20:14
Bob_Sun5-Apr-06 20:14 

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.