Hi all,
I Use Cfiledialog to open an file. Here is my code:
[CFileDialog fileOpen(TRUE,NULL,NULL,OFN_HIDEREADONLY|OFN_OVERWRITEPROMPT,NULL,NULL,sizeof(OPENFILENAME););
if( fileOpen.DoModal ()==IDOK )
{
CString pathName = fileOpen.GetPathName();
}
In the release version it works...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.