How to access event handler from one project to another project in the same sloution

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ezhar
    New Member
    • Aug 2010
    • 13

    How to access event handler from one project to another project in the same sloution

    I have a solution in which i am having two projects. and both project use same type to events. How to share events between project. and as well as how to share event with in forms in same project.
  • fastestindian
    New Member
    • Aug 2009
    • 74

    #2
    Can u explain exact use or what you want to achieve in details???

    Comment

    • ezhar
      New Member
      • Aug 2010
      • 13

      #3
      i have some methods in one project i want the same method in other project in same solution how to achieve this

      Comment

      • Aimee Bailey
        Recognized Expert New Member
        • Apr 2010
        • 197

        #4
        You can't, to cut it short :), Projects are seporate entities, and can only work together when one references the other.


        Aimee

        Comment

        • ezhar
          New Member
          • Aug 2010
          • 13

          #5
          how to make refrence from one project to another

          Comment

          • ezhar
            New Member
            • Aug 2010
            • 13

            #6
            that is the problem i m not able to make a refrence from one project to another project.

            Comment

            • fastestindian
              New Member
              • Aug 2009
              • 74

              #7
              Are these projects are Libray project or EXE project?

              If there are Libray projects then i dont see any probl?em to add the refernces.

              Comment

              Working...