View Single Post
  #2  
Old 08-23-2005, 13:29
Innocent
 
Posts: n/a
I think you might be wanting: LoadLibrary yourdll and then GetProcAddress the api you want. It will return the entry point of an api. Check out an api help file or search for these commands.
Reply With Quote