Click here to Skip to main content
15,923,164 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Run files from Zip without extracting first? Pin
John M. Drescher1-Aug-03 6:03
John M. Drescher1-Aug-03 6:03 
GeneralRe: Run files from Zip without extracting first? Pin
Kayembi1-Aug-03 7:15
Kayembi1-Aug-03 7:15 
AnswerRe: Run files from Zip without extracting first? Pin
Alexander M.,1-Aug-03 8:58
Alexander M.,1-Aug-03 8:58 
GeneralRe: Run files from Zip without extracting first? Pin
Kayembi1-Aug-03 15:10
Kayembi1-Aug-03 15:10 
GeneralCreating bitmaps Pin
Apollo10241-Aug-03 4:05
Apollo10241-Aug-03 4:05 
GeneralRe: Creating bitmaps Pin
Alexander M.,1-Aug-03 4:59
Alexander M.,1-Aug-03 4:59 
GeneralRe: Creating bitmaps Pin
Brian Shifrin1-Aug-03 9:17
Brian Shifrin1-Aug-03 9:17 
GeneralWin2K vs WinXP Scrollbars Pin
Kyudos1-Aug-03 3:31
Kyudos1-Aug-03 3:31 
GeneralRe: Win2K vs WinXP Scrollbars Pin
J. Dunlap1-Aug-03 9:07
J. Dunlap1-Aug-03 9:07 
QuestionCFileDialog, NT vs Win2k ?? Pin
Anoyomous1-Aug-03 2:42
sussAnoyomous1-Aug-03 2:42 
QuestionHow to get the information from CD Pin
Yu Zhiquan1-Aug-03 1:35
Yu Zhiquan1-Aug-03 1:35 
AnswerThere is no such information on the CD itself... Pin
Kochise1-Aug-03 2:03
Kochise1-Aug-03 2:03 
AnswerRe: How to get the information from CD Pin
Alexander M.,1-Aug-03 2:30
Alexander M.,1-Aug-03 2:30 
QuestionHow to view/ use these files (.HX?) ? Pin
pani681-Aug-03 1:34
pani681-Aug-03 1:34 
AnswerRe: How to view/ use these files (.HX?) ? Pin
Stephane Rodriguez.1-Aug-03 1:37
Stephane Rodriguez.1-Aug-03 1:37 
GeneralRe: How to view/ use these files (.HX?) ? Pin
pani681-Aug-03 2:36
pani681-Aug-03 2:36 
Generalsteps to begin a programming Pin
Pham Quang Hai1-Aug-03 1:10
Pham Quang Hai1-Aug-03 1:10 
GeneralRe: steps to begin a programming Pin
Maxwell Chen1-Aug-03 2:48
Maxwell Chen1-Aug-03 2:48 
GeneralRe: steps to begin a programming Pin
Pham Quang Hai1-Aug-03 3:46
Pham Quang Hai1-Aug-03 3:46 
GeneralRe: steps to begin a programming Pin
dog_spawn1-Aug-03 3:55
dog_spawn1-Aug-03 3:55 
GeneralRe: steps to begin a programming Pin
Maxwell Chen1-Aug-03 4:00
Maxwell Chen1-Aug-03 4:00 
GeneralDisable MRU (Most Recently Used) Problem Pin
LittleYellowBird1-Aug-03 0:43
LittleYellowBird1-Aug-03 0:43 
GeneralRe: Disable MRU (Most Recently Used) Problem Pin
Neville Franks1-Aug-03 1:22
Neville Franks1-Aug-03 1:22 
I don't know about disabling the MRU list but have some other suggestions. First make a copy of the list, then empty the real one so the File menu doesn't have any MRU items and finally copy the temp list back to the real one when want the user to see it again. A second approach is to leave it there but ignore any use of it. ie, When the user selects a MRU item, ignore it.

Neville Franks, Author of ED for Windows. Free Trial at www.getsoft.com
GeneralRe: Disable MRU (Most Recently Used) Problem Pin
LittleYellowBird1-Aug-03 2:48
LittleYellowBird1-Aug-03 2:48 
GeneralRe: Disable MRU (Most Recently Used) Problem Pin
Neville Franks1-Aug-03 3:59
Neville Franks1-Aug-03 3:59 

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.