Set title, description, OK button, and Cancel button text on ActiveX list object.
Syntax
CSV_ListBox_SetText(hList,sTitle,sDesc,sOK,sCancel)
#hList:
Handle to list object.
#sTitle:
Title appearing on form.
#sDesc:
Description appearing on form.
#sOK:
Text displayed on OK button.
#sCancel:
Text displayed on Cancel button.
Return Value
0 if successful, otherwise -1.