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

C#

 
GeneralRe: HttpWebRequest Pin
Stephane Rodriguez.2-Nov-02 8:39
Stephane Rodriguez.2-Nov-02 8:39 
GeneralComponent.Site Pin
Pete Bassett2-Nov-02 7:30
Pete Bassett2-Nov-02 7:30 
GeneralRe: Component.Site Pin
ian mariano2-Nov-02 7:39
ian mariano2-Nov-02 7:39 
GeneralRe: Component.Site Pin
Pete Bassett2-Nov-02 11:15
Pete Bassett2-Nov-02 11:15 
GeneralRe: Component.Site Pin
Stephane Rodriguez.2-Nov-02 19:00
Stephane Rodriguez.2-Nov-02 19:00 
GeneralRe: Component.Site Pin
Pete Bassett2-Nov-02 22:37
Pete Bassett2-Nov-02 22:37 
GeneralRe: Component.Site Pin
Pete Bassett3-Nov-02 1:10
Pete Bassett3-Nov-02 1:10 
GeneralRe: Component.Site Pin
Stephane Rodriguez.3-Nov-02 1:57
Stephane Rodriguez.3-Nov-02 1:57 
Pete Bassett wrote:
just a component that adds some event handlers to the forms events and does some processing based on them.

This is a different topic now. Confused | :confused:

To get it done, you need to declare a delegate, an event object, an eventarg object, and a handler. Adding this to a Form-derived class, along with appropriate [design-time] attributes will make the event handlers show in the Form designer.
Whenever the event handler is actually subscribed for, you have internal code executed where you can process the event using another component (non-visible if you like) of yours.

All you need is a good sample to start with. There are articles about new event creation on CP (C# programming section), MSDN, ...



Back to real work : D-27.
GeneralRe: Component.Site Pin
Pete Bassett3-Nov-02 2:41
Pete Bassett3-Nov-02 2:41 
GeneralRe: Component.Site Pin
leppie3-Nov-02 3:25
leppie3-Nov-02 3:25 
GeneralRe: Component.Site Pin
Stephane Rodriguez.3-Nov-02 3:46
Stephane Rodriguez.3-Nov-02 3:46 
GeneralRe: Component.Site Pin
Pete Bassett3-Nov-02 7:52
Pete Bassett3-Nov-02 7:52 
GeneralRe: Component.Site Pin
ian mariano3-Nov-02 8:07
ian mariano3-Nov-02 8:07 
GeneralRe: Component.Site Pin
Pete Bassett3-Nov-02 22:19
Pete Bassett3-Nov-02 22:19 
QuestionWhen has the context menu disappeared? Pin
Nnamdi Onyeyiri2-Nov-02 2:22
Nnamdi Onyeyiri2-Nov-02 2:22 
AnswerRe: When has the context menu disappeared? Pin
Stephane Rodriguez.2-Nov-02 3:47
Stephane Rodriguez.2-Nov-02 3:47 
GeneralRe: When has the context menu disappeared? Pin
Nnamdi Onyeyiri2-Nov-02 8:06
Nnamdi Onyeyiri2-Nov-02 8:06 
QuestionHow to enforce db access security? Pin
Martin Haesemeyer1-Nov-02 23:23
Martin Haesemeyer1-Nov-02 23:23 
AnswerRe: How to enforce db access security? Pin
leppie1-Nov-02 23:24
leppie1-Nov-02 23:24 
GeneralRe: How to enforce db access security? Pin
Martin Haesemeyer1-Nov-02 23:47
Martin Haesemeyer1-Nov-02 23:47 
GeneralRe: How to enforce db access security? Pin
leppie1-Nov-02 23:58
leppie1-Nov-02 23:58 
GeneralRe: How to enforce db access security? Pin
Martin Haesemeyer2-Nov-02 0:18
Martin Haesemeyer2-Nov-02 0:18 
AnswerRe: How to enforce db access security? Pin
James T. Johnson2-Nov-02 5:04
James T. Johnson2-Nov-02 5:04 
GeneralRe: String Methods Seem Broken Pin
David Stone1-Nov-02 11:25
sitebuilderDavid Stone1-Nov-02 11:25 
QuestionHow to notify the parent? (passing event to the parent) Pin
Zinj1-Nov-02 9:13
sussZinj1-Nov-02 9:13 

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.