Quote:
Originally posted by NewbieVB2003
Hi,
I have been able to populate the combo-box. But I am finding it hard to show the 1st entry in the comboboxes as SELECTED/default values and visible on form load . How can I achieve this task.
Like,for example ,incase of HTML or ASP ,if we write SELECTED next to the Combobox field ,it would be the one displayed when ComboBox is displayed.Is there a similar function with VB.
Thanks
simply pass the value of the first item to a variable, then set the text of the combo box as soon as it is done with the populating.