Click here to Skip to main content
15,919,422 members
Home / Discussions / C#
   

C#

 
GeneralDefine structs in C# Pin
leppie9-Aug-02 23:24
leppie9-Aug-02 23:24 
GeneralAnyone? Pin
leppie11-Aug-02 2:42
leppie11-Aug-02 2:42 
GeneralRe: Define structs in C# Pin
Eric Gunnerson (msft)12-Aug-02 6:42
Eric Gunnerson (msft)12-Aug-02 6:42 
GeneralRe: Define structs in C# Pin
leppie12-Aug-02 12:19
leppie12-Aug-02 12:19 
Generali install net frameworksdk Pin
imran_rafique9-Aug-02 21:41
imran_rafique9-Aug-02 21:41 
GeneralRe: i install net frameworksdk Pin
leppie9-Aug-02 21:58
leppie9-Aug-02 21:58 
GeneralRe: i install net frameworksdk Pin
imran_rafique9-Aug-02 22:53
imran_rafique9-Aug-02 22:53 
GeneralRe: i install net frameworksdk Pin
leppie9-Aug-02 23:09
leppie9-Aug-02 23:09 
GeneralRe: i install net frameworksdk Pin
imran_rafique10-Aug-02 10:34
imran_rafique10-Aug-02 10:34 
GeneralRe: i install net frameworksdk Pin
imran_rafique10-Aug-02 11:09
imran_rafique10-Aug-02 11:09 
GeneralRe: i install net frameworksdk Pin
leppie10-Aug-02 11:22
leppie10-Aug-02 11:22 
Questionhow to click a button Pin
imran_rafique9-Aug-02 21:02
imran_rafique9-Aug-02 21:02 
Questionhow to click a button Pin
imran_rafique9-Aug-02 10:47
imran_rafique9-Aug-02 10:47 
AnswerRe: how to click a button Pin
Nick Parker9-Aug-02 10:52
protectorNick Parker9-Aug-02 10:52 
GeneralRe: how to click a button Pin
Rama Krishna Vavilala9-Aug-02 12:07
Rama Krishna Vavilala9-Aug-02 12:07 
GeneralRe: how to click a button Pin
Nick Parker9-Aug-02 13:51
protectorNick Parker9-Aug-02 13:51 
GeneralRe: how to click a button Pin
Rama Krishna Vavilala9-Aug-02 15:36
Rama Krishna Vavilala9-Aug-02 15:36 
GeneralRe: how to click a button Pin
Nick Parker9-Aug-02 16:31
protectorNick Parker9-Aug-02 16:31 
GeneralRe: how to click a button Pin
James T. Johnson9-Aug-02 17:00
James T. Johnson9-Aug-02 17:00 
GeneralRe: how to click a button Pin
Nick Parker9-Aug-02 17:24
protectorNick Parker9-Aug-02 17:24 
GeneralRe: how to click a button Pin
James T. Johnson9-Aug-02 18:32
James T. Johnson9-Aug-02 18:32 
Nick Parker wrote:
Why would another object attach itself (i.e. - your example with one button handling multiple events) to something that already handles an event.

It doesn't happen often, but one possiblity could be a logging application where it logs all actions taken by the user. It would have one method attached to all control's Click event so it could log the event.

Another thing to look out for would be any code the button itself performs when it is clicked. The default button doesn't do anything [that i know of], but derived classes might.

James
GeneralRe: how to click a button Pin
Nick Parker9-Aug-02 18:39
protectorNick Parker9-Aug-02 18:39 
AnswerRe: how to click a button Pin
Rama Krishna Vavilala9-Aug-02 12:06
Rama Krishna Vavilala9-Aug-02 12:06 
GeneralControlling the Mouse pointer Pin
albean9-Aug-02 9:42
albean9-Aug-02 9:42 
GeneralRe: Controlling the Mouse pointer Pin
Nick Parker9-Aug-02 10:57
protectorNick Parker9-Aug-02 10:57 

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.