Click here to Skip to main content
15,916,846 members
Home / Discussions / C#
   

C#

 
QuestionClickOnce Pin
yesu prakash2-Jun-09 22:23
yesu prakash2-Jun-09 22:23 
QuestionExporting Data from XML file to Excel workbooks using C# Pin
Krishna Aditya2-Jun-09 22:18
Krishna Aditya2-Jun-09 22:18 
QuestionEvent Handling Pin
Jayboss2-Jun-09 21:55
Jayboss2-Jun-09 21:55 
AnswerRe: Event Handling Pin
DaveyM692-Jun-09 22:14
professionalDaveyM692-Jun-09 22:14 
AnswerRe: Event Handling Pin
Manas Bhardwaj2-Jun-09 22:15
professionalManas Bhardwaj2-Jun-09 22:15 
GeneralRe: Event Handling Pin
Uwe Keim2-Jun-09 22:19
sitebuilderUwe Keim2-Jun-09 22:19 
GeneralRe: Event Handling Pin
J4amieC2-Jun-09 22:20
J4amieC2-Jun-09 22:20 
GeneralRe: Event Handling Pin
Uwe Keim2-Jun-09 22:29
sitebuilderUwe Keim2-Jun-09 22:29 
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 

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.