implementing file browsing facility using MFC  
Author Message
ku19832001





PostPosted: Visual C++ Language, implementing file browsing facility using MFC Top

Hello All

i want to implement the file browsing facility as in windows when some one presses "open". My application also has the same requirement where if somebody presses a browse button, the window box opens n the user can browse through various files n drives to select the desired file. Please suggest me a way of implementing this. Is there a api for making this facility .

thanks

kunal s patel



Visual C++2  
 
 
Ted.





PostPosted: Visual C++ Language, implementing file browsing facility using MFC Top

Have a look at the GetOpenFileName API. Or if you're using MFC, try CFileDialog.