Click here to Skip to main content
15,890,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error C2065: 'xlSheetVisible' undeclared Pin
Richard MacCutchan11-Dec-12 11:48
mveRichard MacCutchan11-Dec-12 11:48 
QuestionVC++6.0 menu limit? Pin
Member 70817211-Dec-12 7:45
Member 70817211-Dec-12 7:45 
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 
A suggestion: Rethink your design.

I (and probably all others here) would use a database and provide filter options to query matching recordsets and show the results as list from where additional actions can be executed. Doing so allows you to update the database with new data without changing a single line of code for your application and you will not run into any limits.

A probable solution is using dynamically item creation rather than using resources. When doing so, you may realize that using a database is a good idea. Finally, switching from menu selections to lists with filters may also come into mind.
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 
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 

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.