Update

  • Thread starter Thread starter CJ Taylor
  • Start date Start date
C

CJ Taylor

Alright, so I have the event commuincation of my framework working now. I
think I understand reflection "pretty well" by now. I don't want to say I
know it well because there is still a LOT still in here.

But if anyone needs help with it feel free to email me or write me here. No
matter, if you want to email my address is cege at tavayn dot com (take that
trolls, even though regular expression checking on message could get that).

And as soon as its ready I'll put out a version if I can (that I feel
comfortable with). But the way this thing works now is a dynamic visual
event linker heavily using CustomAttributes, Reflection and Interfaces.
Wow, I never thought I would put something together like this. But I have
two dll's talking to eachother all through a common framework and I don't
know why, but thats just cool, mainly because all the event handling is
dynamic (use AddHandler exactly 1 time. =))

Anyways, just thought I would share and thank you guys for some help!!!

CJ
 
glad you've got it going...did you decide to use the eventhandlerlist?

btw, does your boss appreciate that he's asked you to create a 5gl? if he
plans on selling it then that would be a license agreement violation w/ ms
b/c it would recreate or be in direct competion w/ the software that created
it. no worry though, you can download an open source program called
sharpDevelop which compiles your code to msil and has the same ide as
vs.net...there's one way around it.

anyway, i can't believe your boss asked you to do that.

post you later,

steve
 
Back
Top