-
1
- #1
I have a CListBox control that I need to copy into the View classes CListBox. When I try Listbox1 = listbox2, I get the compile error:
C:\acesstest\newfilefinder\newfilefinderView.cpp(133) : error C2582: 'CListBox' : 'operator =' function is unavailable
What is a workaround, or someother way to copy one to the other.
C:\acesstest\newfilefinder\newfilefinderView.cpp(133) : error C2582: 'CListBox' : 'operator =' function is unavailable
What is a workaround, or someother way to copy one to the other.