I'm using a combo box to list file names so I do something like,
Long file names appear in the drop list as the abbreviated MSDOS form. Is this the correct behaviour and how would I get long file names listed?
Keith
------------------
Code:
CALL Combo_Dir (tb_hWndCombo, _ %DDL_ARCHIVE OR _ %DDL_READONLY OR _ %DDL_READWRITE, _ File_Dir$ + "*.tgf")
Keith
------------------
Comment