Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTA Question

Status
Not open for further replies.

AndyEck

Programmer
Jan 4, 2001
1
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top