Hello,
Does anyone know who to have two columns in a file list box. ONe has the filename and the other tohave the file date sorted by newest date ?
Thanks in advance,
Nick.
Printable View
Hello,
Does anyone know who to have two columns in a file list box. ONe has the filename and the other tohave the file date sorted by newest date ?
Thanks in advance,
Nick.
Add the Microsoft Common Controls 6 controls, and add a ListView object to your form. Set it's type (in properties) to 'IvwReport', and add the necessary columns in the properties' 'columns' tab.