Search results for query: *

  1. Z

    Question Help Implementing Event from Interface

    Thanks for replying JohnH and confirming my suspicion! Yes, my IDE is old (VS 2003). The newer VS 2008 compile-time message you quoted is definitely more helpful than the more mysterious runtime error I was getting. Doh! I was almost on to the proper DELEGATE solution yesterday but I didn’t...
  2. Z

    Question Help Implementing Event from Interface

    I am having trouble implementing an Event from an Interface in a ClassLibrary. Here's the scenario: o I have 2 projects -- a ClassLibrary "CL1" and a Windows Application. The ClassLibrary: o Contains a Friend Interface "I1" and a Public Class "C1". o The Interface defines one Event "E1" and one...
Back
Top