Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problems with CListbox 1

Status
Not open for further replies.

john829

Programmer
Sep 14, 1999
10
US
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.
 
You can assign a CListBox only to a reference in the initialization time and location. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top