Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. marijota

    Cfiledialog problem in debug version

    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...

Part and Inventory Search

Back
Top