Click here to Skip to main content
15,914,780 members
Home / Discussions / C#
   

C#

 
AnswerRe: AAAHHH GDI+ is driving me nuts...help! Pin
Mike Marynowski1-Jun-08 17:39
professionalMike Marynowski1-Jun-08 17:39 
AnswerAHA! A solution! Pin
Mike Marynowski4-Jun-08 8:17
professionalMike Marynowski4-Jun-08 8:17 
QuestionHow can the ListView display its last item? Pin
lemueladane25-May-08 19:27
lemueladane25-May-08 19:27 
AnswerRe: How can the ListView display its last item? Pin
lemueladane25-May-08 19:36
lemueladane25-May-08 19:36 
QuestionHow to convert Multiple Reports to PDF format at runtime without using CrystalViewer. Pin
Nitten25-May-08 17:59
Nitten25-May-08 17:59 
Question2d moveable, zoomable image, like windows photo gallery, OpenGL or any other? Pin
Xmen Real 25-May-08 17:52
professional Xmen Real 25-May-08 17:52 
Questionhow to trap name of control clicked by mouse Pin
moonmonkey825-May-08 12:03
moonmonkey825-May-08 12:03 
AnswerRe: how to trap name of control clicked by mouse Pin
Xmen Real 25-May-08 17:23
professional Xmen Real 25-May-08 17:23 
every default event has an object named "sender", you can use it to know who called that event, take your example, you want to know the caller control's name, then just convert the sender to your caller control, like this

Button tmp_button = (Button)sender;
MessageBox.Show(tmp_button.Name);


hope this will help Smile | :)

TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87??6?N8?BcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i?TV.C\y<p?jxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can

AnswerRe: how to trap name of control clicked by mouse Pin
topcatalpha25-May-08 20:54
topcatalpha25-May-08 20:54 
Questionneutral density on screen AKA changing gamma only on part of screen Pin
jackeill25-May-08 9:44
jackeill25-May-08 9:44 
Questionis there a way to browse bitween tabPages using a ListBox control? Pin
leeoze25-May-08 7:07
leeoze25-May-08 7:07 
AnswerRe: is there a way to browse bitween tabPages using a ListBox control? Pin
Brady Kelly25-May-08 7:25
Brady Kelly25-May-08 7:25 
AnswerRe: is there a way to browse bitween tabPages using a ListBox control? Pin
User 665825-May-08 7:26
User 665825-May-08 7:26 
QuestionDrow Paint Pin
mihalich125-May-08 5:05
mihalich125-May-08 5:05 
AnswerRe: Drow Paint Pin
Anthony Mushrow25-May-08 5:21
professionalAnthony Mushrow25-May-08 5:21 
Questionrepresenting dataset after receiving from webservice Pin
Faysal25-May-08 4:55
Faysal25-May-08 4:55 
AnswerRe: representing dataset after receiving from webservice Pin
Bert delaVega25-May-08 8:45
Bert delaVega25-May-08 8:45 
Questionhow to get the correct code Pin
angels77725-May-08 2:51
angels77725-May-08 2:51 
AnswerRe: how to get the correct code Pin
Scott Dorman25-May-08 3:03
professionalScott Dorman25-May-08 3:03 
GeneralRe: how to get the correct code Pin
Laddie25-May-08 4:11
Laddie25-May-08 4:11 
GeneralRe: how to get the correct code Pin
Scott Dorman25-May-08 4:22
professionalScott Dorman25-May-08 4:22 
GeneralRe: how to get the correct code Pin
Laddie25-May-08 4:30
Laddie25-May-08 4:30 
AnswerRe: how to get the correct code Pin
angels77725-May-08 3:09
angels77725-May-08 3:09 
GeneralRe: how to get the correct code Pin
Scott Dorman25-May-08 3:28
professionalScott Dorman25-May-08 3:28 
GeneralRe: how to get the correct code Pin
angels77725-May-08 4:03
angels77725-May-08 4: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.