I have been given a VB app and asked to construct a HTA to replace it. More or less, all the VB app does is collect some information from the user, create an INI file (on the user's machine), and write out a couple of lines of text to the file based on the collected information.
Can this be done without constructing a custom DLL. I know I could do it with a DLL, but this HTA is going to be distributed on a CD and, "the powers that be" want user's to be able to click on one file, make a couple of choices and have the INI file created. No setup (no registering DLL).
Does anyone how to do this, or if it is even possible?
Thanx
Can this be done without constructing a custom DLL. I know I could do it with a DLL, but this HTA is going to be distributed on a CD and, "the powers that be" want user's to be able to click on one file, make a couple of choices and have the INI file created. No setup (no registering DLL).
Does anyone how to do this, or if it is even possible?
Thanx