• 0

Need help with MFC in C++.NET


Question

I'm using MFC in Visual C++.NET. Whenever I drop a combo box onto a dialog/view, the combobox always displays like this when running the program:

combobox.gif

It's just one line when dropped down. Could someone tell me why this is happening and how I can stop it?

--

Danny Smurf

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

This is a common problem if you used the dialog editor to create your combo box. In your dialog editor, try clicking on the drop-down arrow instead of just clicking anywhere on the combo box. When you click on the drop-down arrow, you can resize the drop-down area.

Link to comment
Share on other sites

  • 0
Originally posted by Oogle

This is a common problem if you used the dialog editor to create your combo box. In your dialog editor, try clicking on the drop-down arrow instead of just clicking anywhere on the combo box. When you click on the drop-down arrow, you can resize the drop-down area.

Worked perfectly. Thank you, thank you, thank you. This has been bugging me for SO long.

--

Danny Smurf

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.