Hi all,
i have seen a few examples of creating controls in a HTA by creating a text string then setting the .InnerHTML property to the text.
Does anyone have any samples of doing it through 'code', e.g.
Set newCheckBox = New Checkbox
hta.document.addcontrol(newCheckBox)
etc
Thanks,
I Hear, I Forget
I See, I Remember
I Do, I Understand
Ronald McDonald
i have seen a few examples of creating controls in a HTA by creating a text string then setting the .InnerHTML property to the text.
Does anyone have any samples of doing it through 'code', e.g.
Set newCheckBox = New Checkbox
hta.document.addcontrol(newCheckBox)
etc
Thanks,
I Hear, I Forget
I See, I Remember
I Do, I Understand
Ronald McDonald