Click here to Skip to main content
15,881,803 members
Home / Discussions / C#
   

C#

 
GeneralRe: Event Handling Pin
J4amieC2-Jun-09 23:57
J4amieC2-Jun-09 23:57 
AnswerRe: Event Handling Pin
Nagy Vilmos2-Jun-09 22:17
professionalNagy Vilmos2-Jun-09 22:17 
GeneralRe: Event Handling Pin
J4amieC2-Jun-09 22:19
J4amieC2-Jun-09 22:19 
GeneralRe: Event Handling Pin
Nagy Vilmos2-Jun-09 22:27
professionalNagy Vilmos2-Jun-09 22:27 
GeneralRe: Event Handling Pin
S. Senthil Kumar2-Jun-09 23:00
S. Senthil Kumar2-Jun-09 23:00 
GeneralRe: Event Handling Pin
Nagy Vilmos2-Jun-09 23:30
professionalNagy Vilmos2-Jun-09 23:30 
GeneralRe: Event Handling Pin
molesworth2-Jun-09 22:27
molesworth2-Jun-09 22:27 
AnswerRe: Event Handling Pin
Pete O'Hanlon2-Jun-09 22:20
mvePete O'Hanlon2-Jun-09 22:20 
When you hook up to an event handler, there's the sender object passed in as an argument. This tells you which instance was used to raise the event, so you could just cast this to a TextBox to see which box actually raised the event.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



Questionrun script on remote machine Pin
arkiboys2-Jun-09 21:47
arkiboys2-Jun-09 21:47 
AnswerRe: run script on remote machine Pin
EliottA3-Jun-09 2:51
EliottA3-Jun-09 2:51 
GeneralRe: run script on remote machine Pin
arkiboys3-Jun-09 3:09
arkiboys3-Jun-09 3:09 
GeneralRe: run script on remote machine Pin
EliottA3-Jun-09 3:12
EliottA3-Jun-09 3:12 
QuestionIs there iges model/file show UIControl or code? Pin
BegtostudyBoy2-Jun-09 21:42
BegtostudyBoy2-Jun-09 21:42 
AnswerRe: Is there iges model/file show UIControl or code? Pin
Pete O'Hanlon2-Jun-09 22:04
mvePete O'Hanlon2-Jun-09 22:04 
GeneralRe: Is there iges model/file show UIControl or code? Pin
BegtostudyBoy2-Jun-09 22:08
BegtostudyBoy2-Jun-09 22:08 
Questionhow to implement iframes in window application using c# Pin
lakshmichawala2-Jun-09 21:23
lakshmichawala2-Jun-09 21:23 
AnswerRe: how to implement iframes in window application using c# Pin
Christian Graus2-Jun-09 21:28
protectorChristian Graus2-Jun-09 21:28 
GeneralRe: how to implement iframes in window application using c# Pin
lakshmichawala2-Jun-09 21:32
lakshmichawala2-Jun-09 21:32 
GeneralRe: how to implement iframes in window application using c# Pin
Pete O'Hanlon2-Jun-09 21:33
mvePete O'Hanlon2-Jun-09 21:33 
GeneralRe: how to implement iframes in window application using c# Pin
lakshmichawala2-Jun-09 21:47
lakshmichawala2-Jun-09 21:47 
GeneralRe: how to implement iframes in window application using c# Pin
Pete O'Hanlon2-Jun-09 21:53
mvePete O'Hanlon2-Jun-09 21:53 
GeneralRe: how to implement iframes in window application using c# Pin
Christian Graus2-Jun-09 21:35
protectorChristian Graus2-Jun-09 21:35 
QuestionNeed some information regarding OLE objects to implement OLE server application in C# Pin
Member 447082-Jun-09 20:08
Member 447082-Jun-09 20:08 
AnswerRe: Need some information regarding OLE objects to implement OLE server application in C# Pin
Beginner2-Jun-09 23:26
Beginner2-Jun-09 23:26 
GeneralRe: Need some information regarding OLE objects to implement OLE server application in C# Pin
Member 447083-Jun-09 20:21
Member 447083-Jun-09 20:21 

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.