Click here to Skip to main content
15,889,578 members
Home / Discussions / C#
   

C#

 
GeneralReEdit Data freezes Controls; No Edition possible Pin
STW16-Sep-03 11:01
STW16-Sep-03 11:01 
QuestionHOW TO SPREAD TEXT OVER COLUMNS IN A LISTVIEW IN C# Pin
ARTURO CAJINA16-Sep-03 9:57
ARTURO CAJINA16-Sep-03 9:57 
AnswerRe: HOW TO SPREAD TEXT OVER COLUMNS IN A LISTVIEW IN C# Pin
Alvaro Mendez17-Sep-03 5:58
Alvaro Mendez17-Sep-03 5:58 
GeneralWait Cursor Pin
Joel Matthias16-Sep-03 9:52
Joel Matthias16-Sep-03 9:52 
GeneralSelected Checkbox... Pin
.gonad16-Sep-03 9:28
.gonad16-Sep-03 9:28 
GeneralRe: Selected Checkbox... Pin
Tomas Petricek16-Sep-03 9:44
Tomas Petricek16-Sep-03 9:44 
GeneralRe: Selected Checkbox... Pin
.gonad16-Sep-03 10:46
.gonad16-Sep-03 10:46 
GeneralRe: Selected Checkbox... Pin
Tomas Petricek16-Sep-03 10:56
Tomas Petricek16-Sep-03 10:56 
First parameter (sender) of event handler is affected object.
it is passed as object so you need to cast it to correct type (Button / CheckBox etc..).
So when you have event handler for Button, sender is button user clicked on. If you have event handler for TextBox, sender is this TextBox.

i'm only pointer to myself
GeneralCollection Pin
yyf16-Sep-03 8:59
yyf16-Sep-03 8:59 
GeneralNeed help with winforms treeview control Pin
Ramesh11046616-Sep-03 6:26
Ramesh11046616-Sep-03 6:26 
GeneralWindows Forms, Formating Edit Box Pin
Braulio Dez16-Sep-03 4:26
Braulio Dez16-Sep-03 4:26 
GeneralRe: Windows Forms, Formating Edit Box Pin
Alvaro Mendez16-Sep-03 5:09
Alvaro Mendez16-Sep-03 5:09 
GeneralRe: Windows Forms, Formating Edit Box Pin
Braulio Dez16-Sep-03 5:41
Braulio Dez16-Sep-03 5:41 
GeneralRe: Windows Forms, Formating Edit Box Pin
Alvaro Mendez16-Sep-03 6:16
Alvaro Mendez16-Sep-03 6:16 
GeneralRe: Windows Forms, Formating Edit Box Pin
Braulio Dez16-Sep-03 5:47
Braulio Dez16-Sep-03 5:47 
GeneralPort Number in Web Services Pin
cman719716-Sep-03 3:51
cman719716-Sep-03 3:51 
Generalsending packets over TCP Pin
WildFuse16-Sep-03 2:19
WildFuse16-Sep-03 2:19 
GeneralRe: sending packets over TCP Pin
Smitha Nishant16-Sep-03 3:54
protectorSmitha Nishant16-Sep-03 3:54 
GeneralRe: sending packets over TCP Pin
WildFuse16-Sep-03 21:17
WildFuse16-Sep-03 21:17 
GeneralC# coding Pin
ASGill16-Sep-03 0:41
ASGill16-Sep-03 0:41 
GeneralRe: C# coding Pin
Frank Olorin Rizzi16-Sep-03 1:30
Frank Olorin Rizzi16-Sep-03 1:30 
GeneralDeserialization problem.. Pin
morefire15-Sep-03 22:20
morefire15-Sep-03 22:20 
GeneralRe: Deserialization problem.. Pin
MeisterBiber17-Sep-03 4:25
MeisterBiber17-Sep-03 4:25 
GeneralRe: Deserialization problem.. Pin
morefire17-Sep-03 4:51
morefire17-Sep-03 4:51 
GeneralPInvoke and classes Pin
Rheikon15-Sep-03 21:26
Rheikon15-Sep-03 21:26 

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.