DLL and ASP
-
Hi guys, I need to make a DLL that can RECIEVE and SEND data to an ASP file depending on information that an ASP file sends or recieves from this DLL. Please help...Ive never worked with DLLs before. I would greatly appreciate a small example. THANKS GUYS! Jonavis X-ZD Designs
-
Hi guys, I need to make a DLL that can RECIEVE and SEND data to an ASP file depending on information that an ASP file sends or recieves from this DLL. Please help...Ive never worked with DLLs before. I would greatly appreciate a small example. THANKS GUYS! Jonavis X-ZD Designs
-Open the VB6 IDE -in the new project screen choose ActiveX DLL -in the class module you can write your functions , subs just as you make in VBScript. register the DLL and call it from the ASP. create it using Server.createObject