
Highlight a File List box from an option box
Quote:
>Does anyone know how to update (highlighting) a file list box by
>simply clicking on an option button. If so can someone please
>provide some sort of code depicting how to:
In the option button's Click event you can highlight a particular
item in the file list box by setting the item's entry in the Selected
property array.
ex: File1.Selected(3) = True
will highlight the fourth item in the list box File1.
Jason
_______________________________________________________________________
Jason Simmons Automate VB form creation with VBScript 1.1