Theres a simplified sample of what i want to do:
VB Code:
'Say i used the GetProcAddress() APi to get the handle for ProcToCall Public Function ProcToCall(intValue as Integer) as Integer '//code doesnt matter End Function Public Function DifferenceProc() 'How can I call ProcToCall Here? End Function




Reply With Quote