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

C / C++ / MFC

 
GeneralRe: How to hide/remove the menu in MFC Dialog project ? Pin
wangningyu16-Nov-09 15:46
wangningyu16-Nov-09 15:46 
QuestionLittle help with analyzing minidumps Pin
Code-o-mat16-Nov-09 10:32
Code-o-mat16-Nov-09 10:32 
AnswerRe: Little help with analyzing minidumps Pin
«_Superman_»16-Nov-09 11:00
professional«_Superman_»16-Nov-09 11:00 
GeneralRe: Little help with analyzing minidumps Pin
Code-o-mat16-Nov-09 11:09
Code-o-mat16-Nov-09 11:09 
AnswerRe: Little help with analyzing minidumps Pin
Stephen Hewitt16-Nov-09 16:40
Stephen Hewitt16-Nov-09 16:40 
GeneralRe: Little help with analyzing minidumps Pin
Code-o-mat16-Nov-09 20:17
Code-o-mat16-Nov-09 20:17 
QuestionProblem with List Control Pin
emmmatty116-Nov-09 8:23
emmmatty116-Nov-09 8:23 
AnswerRe: Problem with List Control Pin
Richard MacCutchan16-Nov-09 8:43
mveRichard MacCutchan16-Nov-09 8:43 
emmmatty1 wrote:
I need to focus on the first item


You can set the tab order in the dialog, or set the focus in the function that handles the WM_INITDIALOG[^] message.

emmmatty1 wrote:
Also, when i try to delete the first item of the list control by clicking on the item and selecting the button 'delete'[which is another element in the dialog] I am not getting some junk values from the function GetNextItem()


I guess you mean that you are getting some junk values. If you are iterating any sort of list and you delete an item then you should restart your loop, since the iterators may no longer be valid.
AnswerRe: Problem with List Control Pin
«_Superman_»16-Nov-09 8:45
professional«_Superman_»16-Nov-09 8:45 
QuestionHow to access the Windows Explorer ( right hand pane ) in Windows 7 Pin
SujayG16-Nov-09 6:54
SujayG16-Nov-09 6:54 
AnswerRe: How to access the Windows Explorer ( right hand pane ) in Windows 7 Pin
«_Superman_»16-Nov-09 8:07
professional«_Superman_»16-Nov-09 8:07 
GeneralRe: How to access the Windows Explorer ( right hand pane ) in Windows 7 Pin
SujayG16-Nov-09 17:13
SujayG16-Nov-09 17:13 
QuestionTIming Pin
Anthony Appleyard16-Nov-09 6:24
Anthony Appleyard16-Nov-09 6:24 
AnswerRe: TIming Pin
Iain Clarke, Warrior Programmer16-Nov-09 6:32
Iain Clarke, Warrior Programmer16-Nov-09 6:32 
GeneralOT-Hey Warrior! Pin
CPallini16-Nov-09 9:36
mveCPallini16-Nov-09 9:36 
GeneralRe: OT-Hey Warrior! Pin
Iain Clarke, Warrior Programmer16-Nov-09 21:43
Iain Clarke, Warrior Programmer16-Nov-09 21:43 
AnswerRe: TIming Pin
Chris Losinger16-Nov-09 7:09
professionalChris Losinger16-Nov-09 7:09 
AnswerRe: TIming Pin
Jeff Archer16-Nov-09 17:11
Jeff Archer16-Nov-09 17:11 
GeneralRe: TIming Pin
Anthony Appleyard16-Nov-09 23:34
Anthony Appleyard16-Nov-09 23:34 
GeneralRe: TIming Pin
Anthony Appleyard16-Nov-09 23:41
Anthony Appleyard16-Nov-09 23:41 
GeneralRe: TIming Pin
Jeff Archer17-Nov-09 2:34
Jeff Archer17-Nov-09 2:34 
GeneralRe: Timing Pin
Anthony Appleyard17-Nov-09 19:09
Anthony Appleyard17-Nov-09 19:09 
QuestionHow to add a dual interface to a non-ATL, non-MFC Application [closed] Pin
jmen@moc16-Nov-09 2:15
jmen@moc16-Nov-09 2:15 
AnswerRe: How to add a dual interface to a non-ATL, non-MFC Application Pin
Richard MacCutchan16-Nov-09 3:05
mveRichard MacCutchan16-Nov-09 3:05 
GeneralRe: How to add a dual interface to a non-ATL, non-MFC Application Pin
jmen@moc16-Nov-09 3:57
jmen@moc16-Nov-09 3:57 

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.