Tip Bank

DevX - Software Development Resource

Dynamic Array Allocation

Java does not offer arrays that can be extended at run time, for primitives or Objects, so it is common to use a Vector for a set of elements that

DevX - Software Development Resource

File Upload using VBScript

Question: I would like to ask about uploading a file using HTML. I have the code, but the problem is that I can not receive and save the file that

DevX - Software Development Resource

Use a Selfmade ActiveX-DLL on an ASP

Question: I’ve made an ActiveX-DLL using VB6 with one public and several private functions.How can I use (and call) the public function from an Active Server Page?? Answer: Invoke your

DevX - Software Development Resource

Executing an ASP page from a VB App

Question: I have an ASP file residing on a Web server. Is there any way that I can execute this file from within my VB application? This should be similar

DevX - Software Development Resource

Dynamic Includes

Question: How can I do a dynamic include, such as:However, I think I know why this doesn’t work– because includes are tossed in before it goes to the parser (asp.dll).