File Browser Control
-
Hi! I need a control to explore the hard drive and select files. Can anyone suggest a control like this? Thank you in advance
-
Hi! I need a control to explore the hard drive and select files. Can anyone suggest a control like this? Thank you in advance
http://www.codeproject.com/editctrl/fileeditctrl.asp[^]
CPUA 0x5041 Sonork 100.11743 Chicken Little "So it can now be written in stone as a testament to humanities achievments "PJ did Pi at CP"." Colin Davies Within you lies the power for good - Use it!
-
http://www.codeproject.com/editctrl/fileeditctrl.asp[^]
CPUA 0x5041 Sonork 100.11743 Chicken Little "So it can now be written in stone as a testament to humanities achievments "PJ did Pi at CP"." Colin Davies Within you lies the power for good - Use it!
Thank you, i'll try it out!
-
Hi! I need a control to explore the hard drive and select files. Can anyone suggest a control like this? Thank you in advance
hi, U can use the MFC - CFileDialog to do the same. Rgds, Sharad Ganesh
-
http://www.codeproject.com/editctrl/fileeditctrl.asp[^]
CPUA 0x5041 Sonork 100.11743 Chicken Little "So it can now be written in stone as a testament to humanities achievments "PJ did Pi at CP"." Colin Davies Within you lies the power for good - Use it!
-
The control is derived from CEdit, so do it the same way you would in an edit control:
m_FileEditCtrl.SetWindowText (_T(""));
HTH
CPUA 0x5041 Sonork 100.11743 Chicken Little "So it can now be written in stone as a testament to humanities achievments "PJ did Pi at CP"." Colin Davies Within you lies the power for good - Use it!