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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFileDialog /Browsing

Status
Not open for further replies.

sagari

Programmer
Mar 8, 2002
1
IN
how to change the titlebar of cfiledialog class .
.Can browsing possible with this .i got errors.see i wrote like thi
CFileDialog cd1(TRUE,NULL,NULL,"*.bmp");
int k=cd1.DoModal();
CString mess;
mess.Format("You selected %s",cd1.m_strFilename);
AfxMessageBox(mess,MB_YESNO);
reply soon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top