Click here to Skip to main content
15,881,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VC++6.0 menu limit? Pin
Richard MacCutchan11-Dec-12 9:32
mveRichard MacCutchan11-Dec-12 9:32 
AnswerRe: VC++6.0 menu limit? Pin
Albert Holguin11-Dec-12 12:39
professionalAlbert Holguin11-Dec-12 12:39 
AnswerRe: VC++6.0 menu limit? Pin
PecuniousPete11-Dec-12 20:40
PecuniousPete11-Dec-12 20:40 
AnswerRe: VC++6.0 menu limit? Pin
Member 70817211-Dec-12 22:48
Member 70817211-Dec-12 22:48 
GeneralRe: VC++6.0 menu limit? Pin
Freak3011-Dec-12 23:31
Freak3011-Dec-12 23:31 
SuggestionRe: VC++6.0 menu limit? Pin
Jochen Arndt11-Dec-12 23:43
professionalJochen Arndt11-Dec-12 23:43 
GeneralRe: VC++6.0 menu limit? Pin
Richard MacCutchan12-Dec-12 3:03
mveRichard MacCutchan12-Dec-12 3:03 
GeneralRe: VC++6.0 menu limit? Pin
Maximilien12-Dec-12 3:07
Maximilien12-Dec-12 3:07 
Are you really using menus (i.e. CMenu, ... ) ??? or are you talking about something else ?

If using menus, split the menus into sub menus of companies and models; that will probably help.

IMO, menus are not designed to do this kind of interaction.

My suggestion would be to have (at least) 2 list box side-by-side, first one on the left would be the car manufacturer, and the one on the right would be the car models which is dependent on the manufacturer.

Scenario :
- first list is filled with car manufacturer; second list is empty.
- user selects car manufacturer; second list is filled with car models.
- user selects car model on the second list.

You can also add some more UI to select the car manufacture year.


You can also add behaviour so that the user could start type the car manufacturer and/or model to automatically scroll to the appropriate item in the list.


...

Good luck.
Nihil obstat

GeneralRe: VC++6.0 menu limit? Pin
Member 70817213-Dec-12 4:52
Member 70817213-Dec-12 4:52 
QuestionRe: VC++6.0 menu limit? Pin
Chris Meech13-Dec-12 6:00
Chris Meech13-Dec-12 6:00 
AnswerRe: VC++6.0 menu limit? Pin
Maximilien13-Dec-12 7:03
Maximilien13-Dec-12 7:03 
GeneralRe: VC++6.0 menu limit? Pin
jschell12-Dec-12 8:55
jschell12-Dec-12 8:55 
QuestionBit field ordering on Big-Endian (SPARC) processor Pin
Holmes.Sherlock11-Dec-12 5:40
Holmes.Sherlock11-Dec-12 5:40 
AnswerRe: Bit field ordering on Big-Endian (SPARC) processor Pin
Richard MacCutchan11-Dec-12 9:45
mveRichard MacCutchan11-Dec-12 9:45 
AnswerRe: Bit field ordering on Big-Endian (SPARC) processor Pin
Peter_in_278011-Dec-12 10:50
professionalPeter_in_278011-Dec-12 10:50 
GeneralRe: Bit field ordering on Big-Endian (SPARC) processor Pin
Holmes.Sherlock11-Dec-12 12:27
Holmes.Sherlock11-Dec-12 12:27 
GeneralRe: Bit field ordering on Big-Endian (SPARC) processor Pin
Peter_in_278011-Dec-12 12:46
professionalPeter_in_278011-Dec-12 12:46 
GeneralRe: Bit field ordering on Big-Endian (SPARC) processor Pin
Holmes.Sherlock11-Dec-12 12:48
Holmes.Sherlock11-Dec-12 12:48 
QuestionThread Pin
messages11-Dec-12 1:25
messages11-Dec-12 1:25 
AnswerRe: Thread Pin
manoranjan11-Dec-12 1:56
manoranjan11-Dec-12 1:56 
GeneralRe: Thread Pin
messages11-Dec-12 2:10
messages11-Dec-12 2:10 
QuestionRe: Thread Pin
David Crow11-Dec-12 2:33
David Crow11-Dec-12 2:33 
AnswerRe: Thread Pin
messages11-Dec-12 4:17
messages11-Dec-12 4:17 
GeneralRe: Thread Pin
David Crow11-Dec-12 4:55
David Crow11-Dec-12 4:55 
GeneralRe: Thread Pin
messages11-Dec-12 5:25
messages11-Dec-12 5:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.