Re: Batch file (CMD) output into HTA

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



On Jan 11, 5:29 pm, "Todd Vargo" <tlva...@xxxxxxxxxxxxxx> wrote:
TomLavedaswrote:
{snip}

I saw a posting for the use of an MS combo box suitable for scripting
a while back, but can't google the reference today.  It would make a
nice addition as the Command input line by letting you pick a previous
command line by inspection.  But, as I said, I can't find it again.

Tom, I tried but could not come up with one of these.

{snip}

I finally found the Combobox I was sure I had seen recently. I found
a Script Center article, though it was not what I saw originally:
http://www.microsoft.com/technet/scriptcenter/topics/activex/combobox.mspx.
It is probably the source of whatever I saw posted. Don't try to find
it in the index. It doesn't seem to be there (at least I can't find
it). It took a search for CLASSID to turn it up.

Anyway, it works like a champ - if you have MS OFFICE installed. The
implication is that all of the form objects can be used, but you would
need to know the ClassID. I haven't looked for a list of those, but
would have some interest in the Tab control for a project I've been
working on, if anyone stumbles on it.

If anyone reads this and wants a copy of the latest version of the
MSDOSDemo.hta with the combobox in operation, let me know at "tlavedas
at hotmail dot com" (since I don't have a web site at this time).

Tom Lavedas
***********
http://there.is.no.more/tglbatch/
.



Relevant Pages

  • Re: Combobox: Handling Extraneous SelectedIndexChange Events
    ... do I break out the event handler setup as you have done? ... Open the form in the IDE, select the combobox, right click the control ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Deleting Combo Box
    ... This makes sharing a combobox very difficult. ... > Make the combobox a static member of your TextObject class... ...
    (microsoft.public.vc.mfc)
  • Re: Combo Box
    ... Table1? ... The source for the combobox is Table2. ...
    (microsoft.public.access.gettingstarted)
  • Re: Do Not Show Box Again
    ... the bigger problem is why do items in the combobox even need "fixed"? ... In the partial samples below the CmdSaveSet sub saves the variable to the registry. ... Private Sub CmdSaveSet_Click ... <SNIP> ...
    (microsoft.public.vb.general.discussion)