This code is from another forums - How to search for files in a directory and subdirectories? When I run the code it shows the path + name of...
This is what I made. ProjectDlg.h file class CProjectDlg : public CDialog { private: CComboBox *Combo; // Construction public:...
Thank you, but I have been learning Visual C++, WInApi and MFC for not long time I don't know how to do it. Can you tell me how to make Combo box...
I have written this code and now i have dynamically create combo box. BOOL CProjectDlg::OnInitDialog() { CDialog::OnInitDialog();...
10x.But i have a question. This code scan for drivers.But how to add the strings to the combo box.How to show them? int main() { char...
This code show the files in a directory. But how to show and the files in the subdirectories #include <iostream> #include <windows.h>...
I want to do this.Two drop-down lists First contains hard-disk drives on my computer [IMG] And the second drop-down i want to contains...
Separate names with a comma.