C++ Combo Box - Value do not appear

  • Thread starter Thread starter cooper
  • Start date Start date
C

cooper

I have a drop down styled C++ Combo Box. Everything works fine when
testing in the editor. But when I compile my dll and run it on another
machine, there are no values in the drop down box. I expanded the drop
down box so it has room to display values but the values I put in the
Data property do not show up when I click the down arrow, it only shows
the white space for the background of the control. This is meant to
display Jr or Sr so in the Data property I put Jr;Sr. I'm new to c++
and any help would be greatly appreciated.

Thanks,
Brian
 
I'd suggest asking in a newsgroup related to C++. They all start
microsoft.public.vc

This newsgroup is for questions about forms in Access, the database product
that's part of Office Professional.
 
Back
Top