O.P. GetFileOpenName problem
I have managed to open an Open dialog box with the ComDlg32 function GetFileOpenName function.
However, I cannot specify a filter. They are supposed to be separated by null characters ("\0"), but Plus! stops writing the string into the databloc when it gets to the first null character.
How can I specify a filter with this limitation in place?
|