Click here to Skip to main content
16,008,175 members
Home / Discussions / C#
   

C#

 
GeneralTypeConverter Attribute and DataSource property Pin
Shaun Wilde21-Aug-02 6:14
Shaun Wilde21-Aug-02 6:14 
GeneralRe: TypeConverter Attribute and DataSource property Pin
Shaun Wilde21-Aug-02 6:53
Shaun Wilde21-Aug-02 6:53 
GeneralC++ CALLBACK to Managed Event Pin
leppie21-Aug-02 5:31
leppie21-Aug-02 5:31 
GeneralRe: C++ CALLBACK to Managed Event Pin
Stephane Rodriguez.21-Aug-02 7:36
Stephane Rodriguez.21-Aug-02 7:36 
GeneralRe: C++ CALLBACK to Managed Event Pin
leppie21-Aug-02 8:00
leppie21-Aug-02 8:00 
GeneralEUREKA - I have found it :) Pin
leppie21-Aug-02 11:34
leppie21-Aug-02 11:34 
GeneralRe: EUREKA - I have found it :) Pin
Stephane Rodriguez.21-Aug-02 21:31
Stephane Rodriguez.21-Aug-02 21:31 
GeneralRe: EUREKA - I have found it :) Pin
leppie21-Aug-02 21:53
leppie21-Aug-02 21:53 
heheh, I'm not too sure either.....it just looked right and I found an example how to do Event Properties (add/remove) and it showed you had to implement "delegate storage" (what ever thats mean to do, sounds fancy though). The example was actually for implementing multiple events with the same name from different interfaces.

From what I can process (catch StupidyException me) , it works like a normal Property. That's why the compiler originally moaned. So the Event property adds/removes the events to the "store" (any old delegate, my case EventHandler, "store" is actually confusing and is actually THE eventhandler for firing event, not the Property). Now this "store" delegate can be initiated like you would for any event, like i tried.

I think I got it now too Smile | :) , the keyword being Event Property and using that to set/unset the underlying EventHandler for the Event. Unfortunately, I have no clue about C++, so its a bit difficult for me, but I find the 2 languages "similar" in operation.

Hope this provides some more insight Smile | :)

MYrc : A .NET IRC client with C# Plugin Capabilities. See
http://sourceforge.net/projects/myrc
for more info. Big Grin | :-D
GeneralRe: EUREKA - I have found it :) Pin
imran_rafique22-Aug-02 0:52
imran_rafique22-Aug-02 0:52 
GeneralRe: EUREKA - I have found it :) Pin
leppie22-Aug-02 1:12
leppie22-Aug-02 1:12 
GeneralRe: EUREKA - I have found it :) Pin
Stephane Rodriguez.22-Aug-02 1:35
Stephane Rodriguez.22-Aug-02 1:35 
QuestionAnyone has any library for lan communication written in c#?? Pin
Wang Kaiming21-Aug-02 5:07
Wang Kaiming21-Aug-02 5:07 
AnswerRe: Anyone has any library for lan communication written in c#?? Pin
Philip Fitzsimons22-Aug-02 0:35
Philip Fitzsimons22-Aug-02 0:35 
GeneralDeriving with "heavy" constructors Pin
EdgarBM21-Aug-02 0:56
EdgarBM21-Aug-02 0:56 
GeneralRe: Deriving with "heavy" constructors Pin
leppie21-Aug-02 1:08
leppie21-Aug-02 1:08 
GeneralRe: Deriving with "heavy" constructors Pin
Ryan Cromwell21-Aug-02 2:48
Ryan Cromwell21-Aug-02 2:48 
GeneralSignature of an object. Pin
4space21-Aug-02 0:54
4space21-Aug-02 0:54 
GeneralComponent from different Forms and DataBinding Pin
Zombies with Coffee, LLC20-Aug-02 11:31
professionalZombies with Coffee, LLC20-Aug-02 11:31 
GeneralRe: Component from different Forms and DataBinding Pin
jparsons20-Aug-02 15:37
jparsons20-Aug-02 15:37 
GeneralQuestion about global common areas Pin
tmagoo20-Aug-02 11:28
tmagoo20-Aug-02 11:28 
GeneralRe: Question about global common areas Pin
Michael Mac20-Aug-02 21:20
Michael Mac20-Aug-02 21:20 
GeneralRe: Question about global common areas Pin
tmagoo21-Aug-02 2:48
tmagoo21-Aug-02 2:48 
GeneralRe: Question about global common areas Pin
tmagoo21-Aug-02 12:13
tmagoo21-Aug-02 12:13 
GeneralRe: Question about global common areas Pin
leppie21-Aug-02 12:40
leppie21-Aug-02 12:40 
GeneralRe: Question about global common areas Pin
tmagoo22-Aug-02 14:15
tmagoo22-Aug-02 14:15 

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.