Click here to Skip to main content
15,886,110 members
Home / Discussions / C#
   

C#

 
AnswerRe: System.Type Pin
exhaulted17-Jan-06 0:10
exhaulted17-Jan-06 0:10 
QuestionWeb Application Organised File Structure Pin
Brendan Vogt16-Jan-06 22:58
Brendan Vogt16-Jan-06 22:58 
AnswerRe: Web Application Organised File Structure Pin
exhaulted17-Jan-06 0:12
exhaulted17-Jan-06 0:12 
QuestionHow to get the web traffic using c#.NET windows application? Pin
sachu_vidya16-Jan-06 21:15
sachu_vidya16-Jan-06 21:15 
QuestionImage Draw Pin
Talktorajeev16-Jan-06 20:40
Talktorajeev16-Jan-06 20:40 
AnswerRe: Image Draw Pin
Hesham Desouky16-Jan-06 22:10
Hesham Desouky16-Jan-06 22:10 
QuestionFind text of label Pin
amirrezaie16-Jan-06 20:36
professionalamirrezaie16-Jan-06 20:36 
AnswerRe: Find text of label Pin
microsoc16-Jan-06 20:39
microsoc16-Jan-06 20:39 
hi! Smile | :)

just cast the sender of the eventhandler.

private void Func(object sender, EventArgs e)
{
Label lbl = sender as Label;
if (lbl != null)
{
MessageBox.Show(lbl.Text);
}
}

hope that helps! Smile | :)


QuestionIs there any utility like DSPack? Pin
Divyang Mithaiwala16-Jan-06 20:16
Divyang Mithaiwala16-Jan-06 20:16 
QuestionFill Data in PDF file through Programming Pin
Jasmy16-Jan-06 19:39
Jasmy16-Jan-06 19:39 
AnswerRe: Fill Data in PDF file through Programming Pin
exhaulted17-Jan-06 0:16
exhaulted17-Jan-06 0:16 
QuestionCreating evaluation software Pin
Sandeep TP16-Jan-06 19:19
Sandeep TP16-Jan-06 19:19 
QuestionDynamic Defination of class Pin
bidisha_tina16-Jan-06 18:35
bidisha_tina16-Jan-06 18:35 
AnswerRe: Dynamic Defination of class Pin
Christian Graus16-Jan-06 18:39
protectorChristian Graus16-Jan-06 18:39 
QuestionHow to use C# classes from other folders Pin
edel_ong16-Jan-06 18:30
edel_ong16-Jan-06 18:30 
AnswerRe: How to use C# classes from other folders Pin
Christian Graus16-Jan-06 18:40
protectorChristian Graus16-Jan-06 18:40 
GeneralRe: How to use C# classes from other folders Pin
edel_ong16-Jan-06 21:54
edel_ong16-Jan-06 21:54 
GeneralRe: How to use C# classes from other folders Pin
Drew McGhie17-Jan-06 4:27
Drew McGhie17-Jan-06 4:27 
GeneralRe: How to use C# classes from other folders Pin
Christian Graus17-Jan-06 9:10
protectorChristian Graus17-Jan-06 9:10 
QuestionNativeMethods Pin
Luis Alonso Ramos16-Jan-06 18:25
Luis Alonso Ramos16-Jan-06 18:25 
AnswerRe: NativeMethods Pin
Hesham Desouky16-Jan-06 22:14
Hesham Desouky16-Jan-06 22:14 
GeneralRe: NativeMethods Pin
Luis Alonso Ramos17-Jan-06 4:32
Luis Alonso Ramos17-Jan-06 4:32 
QuestionHow to add a combo box in a datagrid column in vs 2003 Pin
Suraj R K16-Jan-06 18:21
Suraj R K16-Jan-06 18:21 
AnswerRe: How to add a combo box in a datagrid column in vs 2003 Pin
Christian Graus16-Jan-06 18:40
protectorChristian Graus16-Jan-06 18:40 
QuestionSecurity Settings for UserControl to Run In Web browser Pin
RizwanSharp16-Jan-06 17:56
RizwanSharp16-Jan-06 17:56 

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.