I have a dll downloaded which does some graphs. I registered the DLL and use it in a asp page with a
Set object = Server.CreateObject("File.CTxt")
I would like to do similar things, and cannot find any simple examples.
What is this DLL? Com, .net? How is this implemented?
This is all very confusing. There is all this stuff about asp.net. Just simple want to do a similar thing and be able to call the methods in a dll from a asp page.
Thanks in advance.
Set object = Server.CreateObject("File.CTxt")
I would like to do similar things, and cannot find any simple examples.
What is this DLL? Com, .net? How is this implemented?
This is all very confusing. There is all this stuff about asp.net. Just simple want to do a similar thing and be able to call the methods in a dll from a asp page.
Thanks in advance.