I want to create an application in VB to act as a forms processor. I do not want to configure and run perl.
Does anyone know how to do this??
Do I need to create a dll? exe?
If you are using ASP then the best way is to encapsulate your business logic into a DLL. You then access this DLL using Server.CreateObject in the normal manner.
James James Culshaw
jculshaw@active-data-solutions.co.uk
If you are trying to email then use CDONTS. This allows the simple creation of SMTP EMail. Its really simple to use and you don't need to login. You can even use CDONTS directly from an ASP page.
Look at
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.