In an HTA, I need a control or other object that can grow and shrink based on
its contents; I need this to stay on one line; the user cannot edit it, but
it needs to be accessible for read/write from VBScript.
The contents will be a string network path to a folder selected by the user
(I can already do this part), thus the varying lengths needed.
What is the best control/tool to use for this? Can an example for read/write
please be included?
Thank you very much.