Click here to Skip to main content
15,895,471 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: NTFS MFT Directory Index Pin
Chris Copeland10-Jan-11 4:09
mveChris Copeland10-Jan-11 4:09 
QuestionCan we set any time limit for a thread to run Pin
pandit8410-Jan-11 2:46
pandit8410-Jan-11 2:46 
AnswerRe: Can we set any time limit for a thread to run Pin
Chris Meech10-Jan-11 3:25
Chris Meech10-Jan-11 3:25 
AnswerRe: Can we set any time limit for a thread to run Pin
User 742933810-Jan-11 3:30
professionalUser 742933810-Jan-11 3:30 
AnswerRe: Can we set any time limit for a thread to run Pin
«_Superman_»10-Jan-11 6:44
professional«_Superman_»10-Jan-11 6:44 
Questionhow to show 10thousand items in menu? [modified] Pin
yogish29310-Jan-11 2:42
yogish29310-Jan-11 2:42 
AnswerRe: how to show 10thousand items in menu? PinPopular
HimanshuJoshi10-Jan-11 3:20
HimanshuJoshi10-Jan-11 3:20 
AnswerRe: how to show 10thousand items in menu? Pin
User 742933810-Jan-11 3:25
professionalUser 742933810-Jan-11 3:25 
Ignoring the fact if this is userfriendly or not, it shouldn't be impossible to create something like that.

With 100 hierarchy levels and 10000 items, it's not needed to have the actual 10000 items in the menu at the same time. You can add the sub items when their parent is opened, rather than adding everything at once.

e.g.

Visible menu:
File | Edit | View | History | Bookmarks | Tools | Help

That's 7 required visible items. Now when the user clicks on an item, for example Edit, you'd insert the appropriate sub items;
Undo | Redo | Cut | Copy | Paste | Delete | Select all | Find | Find again

Now you've added only 10 items, since you can ignore all the subitems under File, View, History etc.

modified 13-Sep-18 21:01pm.

AnswerRe: how to show 10thousand items in menu? PinPopular
Richard MacCutchan10-Jan-11 3:58
mveRichard MacCutchan10-Jan-11 3:58 
AnswerRe: how to show 10thousand items in menu? Pin
Yusuf10-Jan-11 6:12
Yusuf10-Jan-11 6:12 
AnswerRe: how to show 10thousand items in menu? Pin
Stefan_Lang10-Jan-11 6:40
Stefan_Lang10-Jan-11 6:40 
AnswerRe: how to show 10thousand items in menu? Pin
«_Superman_»10-Jan-11 6:49
professional«_Superman_»10-Jan-11 6:49 
AnswerRe: how to show 10thousand items in menu? Pin
CPallini10-Jan-11 8:22
mveCPallini10-Jan-11 8:22 
AnswerRe: how to show 10thousand items in menu? Pin
Rolf Kristensen10-Jan-11 9:20
Rolf Kristensen10-Jan-11 9:20 
AnswerRe: how to show 10thousand items in menu? Pin
bleedingfingers10-Jan-11 23:37
bleedingfingers10-Jan-11 23:37 
AnswerRe: how to show 10thousand items in menu? Pin
yu-jian12-Jan-11 3:02
yu-jian12-Jan-11 3:02 
QuestionAny library/dll using which i can convert jpeg images to mp4 video Pin
kapardhi10-Jan-11 0:29
kapardhi10-Jan-11 0:29 
QuestionCheck box in list control Pin
MKC0029-Jan-11 21:21
MKC0029-Jan-11 21:21 
QuestionRe: Check box in list control Pin
David Crow10-Jan-11 5:38
David Crow10-Jan-11 5:38 
Questionequivalent code for filedescriptor in vs10 Pin
gomathylakshmanan9-Jan-11 19:48
gomathylakshmanan9-Jan-11 19:48 
QuestionSHFILEINFO read icon throw exception Pin
yu-jian9-Jan-11 19:34
yu-jian9-Jan-11 19:34 
QuestionRe: SHFILEINFO read icon throw exception Pin
CPallini9-Jan-11 21:31
mveCPallini9-Jan-11 21:31 
AnswerRe: SHFILEINFO read icon throw exception Pin
Richard MacCutchan9-Jan-11 23:05
mveRichard MacCutchan9-Jan-11 23:05 
GeneralRe: SHFILEINFO read icon throw exception Pin
yu-jian13-Jan-11 0:57
yu-jian13-Jan-11 0:57 
QuestionHow to show different window layout Pin
cy163@hotmail.com9-Jan-11 1:11
cy163@hotmail.com9-Jan-11 1:11 

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.