Click here to Skip to main content
15,921,250 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: exporting data from C++ to C Pin
Richard MacCutchan12-Dec-12 22:35
mveRichard MacCutchan12-Dec-12 22:35 
GeneralRe: exporting data from C++ to C Pin
danielsutopo15-Dec-12 13:45
danielsutopo15-Dec-12 13:45 
GeneralRe: exporting data from C++ to C Pin
Richard MacCutchan15-Dec-12 20:59
mveRichard MacCutchan15-Dec-12 20:59 
GeneralRe: exporting data from C++ to C Pin
danielsutopo16-Dec-12 11:50
danielsutopo16-Dec-12 11:50 
GeneralRe: exporting data from C++ to C Pin
Richard MacCutchan16-Dec-12 21:47
mveRichard MacCutchan16-Dec-12 21:47 
AnswerRe: exporting data from C++ to C Pin
Albert Holguin13-Dec-12 5:26
professionalAlbert Holguin13-Dec-12 5:26 
QuestionOverlaying Text over Video Pin
SrivathsanRaghavan11-Dec-12 19:25
SrivathsanRaghavan11-Dec-12 19:25 
AnswerRe: Overlaying Text over Video Pin
Richard MacCutchan11-Dec-12 21:05
mveRichard MacCutchan11-Dec-12 21:05 
Questionerror C2065: 'xlSheetVisible' undeclared Pin
ForNow11-Dec-12 10:18
ForNow11-Dec-12 10:18 
QuestionRe: error C2065: 'xlSheetVisible' undeclared Pin
Richard MacCutchan11-Dec-12 11:12
mveRichard MacCutchan11-Dec-12 11:12 
AnswerRe: error C2065: 'xlSheetVisible' undeclared Pin
ForNow11-Dec-12 11:19
ForNow11-Dec-12 11:19 
GeneralRe: error C2065: 'xlSheetVisible' undeclared Pin
Richard MacCutchan11-Dec-12 11:25
mveRichard MacCutchan11-Dec-12 11:25 
GeneralRe: error C2065: 'xlSheetVisible' undeclared Pin
ForNow11-Dec-12 11:41
ForNow11-Dec-12 11:41 
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 

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.