CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    Colombo, Sri Lanka
    Posts
    27

    Possible to pass a reference to a function?

    Is it possible for one function to pass a reference to itself to another class?

    Basically I'm trying to implement a tracing class.. for this Ideally the class should have a reference to the function and it's values... how do I do this?

    Thanks,

    Rob.


  2. #2
    Join Date
    Oct 1999
    Location
    NV, USA
    Posts
    4

    Re: Possible to pass a reference to a function?

    if using vb5.0/6.0 did u try the AddressOf operator.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured