Hi,


I have the following code to populate a listbox :

  f=FontsFolder

  For i=1 to f.count
    self.ListBox1.addrow f.item(i).name
  Next

I would like, that once the list is populated, the line containing the name of my default font (stored in self.Cal.propFont) to be selected in the listbox.

Can anyone help?


TIA,


Regards,


Youri
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to