How do I add list items to the open file window using the
IDR_MAINFRAME String. At present it looks like this
Programme name\n\nProgramme\text Files (*.txt)
\n.txt\ntext\ntext Files
Which gives me a list containing:
text Files (*.txt)
All File (*.*)
I need to add more item (for example log file (*.log))
How do I do this?
Thanks for any help
IDR_MAINFRAME String. At present it looks like this
Programme name\n\nProgramme\text Files (*.txt)
\n.txt\ntext\ntext Files
Which gives me a list containing:
text Files (*.txt)
All File (*.*)
I need to add more item (for example log file (*.log))
How do I do this?
Thanks for any help