User Guide
Container and Control examples 213
FileBrowser
<control name="lblSource" type="Label"
caption="Source:" down=17 right=10
width=60/>
<control name="txtSource" type="FileBrowser" anchor="lblSource"
corner="NE" width="maximum" RELATIVE
FILTER="*.htm;*.html;*.cfml;*.cfm;*.asp" />
See ../VTML_Reference/control.html#filebrowserfilebrowser/a in the VTML
Reference for syntax and usage information.
Image
<control name="imgApplet" type="Image" filepath="Images/Applet.bmp"
down=10 right=10 autosize="Yes"/>
See ../VTML_Reference/control.html#imageimage/a in the VTML Reference for
syntax and usage information.
StyleTextBox
See ../VTML_Reference/control.html#styletextboxstyletextbox/a in the VTML
Reference for syntax and usage information.
ActiveX
<control name="activexGizmoPicker" type="ActiveX"
PROGID="company.Gizmo"/>
See ../VTML_Reference/control.html#activexactiveX/a in the VTML Reference for
syntax and usage information.