Results 1 to 3 of 3

Thread: Calling Function by Address?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2004
    Posts
    13

    Calling Function by Address?

    Theres a simplified sample of what i want to do:

    VB Code:
    1. 'Say i used the GetProcAddress() APi to get the handle for ProcToCall
    2.  
    3. Public Function ProcToCall(intValue as Integer) as Integer
    4. '//code doesnt matter
    5. End Function
    6.  
    7. Public Function DifferenceProc()
    8.  
    9. 'How can I call ProcToCall Here?
    10.  
    11. End Function

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Huh?

    Look up information on Delegates and see if that helps.

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    VB is High-Level Language to do that thing . If you want , then you should learn C/C++ .

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