stream2000
Programmer
I've created a file dialog with multipleselect.
If I'm trying to increase m_ofn.nMaxFile more than 264 it just destroys the window.
The code :
_________________________________
CFileDialog m_ldFile(TRUE);
m_ldFile.m_ofn.nMaxFile = 264;
________________________________
I have no idea what to do
If I'm trying to increase m_ofn.nMaxFile more than 264 it just destroys the window.
The code :
_________________________________
CFileDialog m_ldFile(TRUE);
m_ldFile.m_ofn.nMaxFile = 264;
________________________________
I have no idea what to do