ListBox Functions!!!

J

Thread Starter

Jay Bhaskar

I would like to know how to populate a list box in VC++ ..
Im using the following function which MSDN claims should work but
doesnt....Please suggest me something...
void CFileViewDlg::OnOK()
{
this->DlgDirList(_T("c:\\"), IDC_LISTL1, 0, DDL_EXCLUSIVE | DDL_DIRECTORY |
DDL_POSTMSGS);
}
 
While denizens of the Automation List may be experts on everything, a *much* better place for this question is in a microsoft newsgroup. Their
public news server is free.

Server ("Account" in Outlook express):

"msnews.microsoft.com":http://msnews.microsoft.com

NewsGroup:

"microsoft.public.vc.mfc":http://microsoft.public.vc.mfc

"microsoft.public.vc.language":http://microsoft.public.vc.language

There are other newsgroups there as well. Look around.

If you don't have a news reader, I believe the newsgroups can be accessed through "www.google.com":http://www.google.com
but I haven't tried it.

Rufus
 
Top