Click here to Skip to main content
15,891,253 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get the name of the current function dynamically/statically Pin
David Crow6-Jul-07 3:41
David Crow6-Jul-07 3:41 
GeneralRe: How to get the name of the current function dynamically/statically Pin
AdAkta12-Jul-07 1:46
AdAkta12-Jul-07 1:46 
AnswerRe: How to get the name of the current function dynamically/statically Pin
Matthew Faithfull6-Jul-07 4:11
Matthew Faithfull6-Jul-07 4:11 
GeneralRe: How to get the name of the current function dynamically/statically Pin
AdAkta12-Jul-07 1:44
AdAkta12-Jul-07 1:44 
GeneralRe: How to get the name of the current function dynamically/statically Pin
Matthew Faithfull12-Jul-07 3:32
Matthew Faithfull12-Jul-07 3:32 
QuestionHow to correctly trap "Enter" key in MFC dialog ? Pin
ldsdbomber6-Jul-07 3:09
ldsdbomber6-Jul-07 3:09 
AnswerRe: How to correctly trap "Enter" key in MFC dialog ? Pin
David Crow6-Jul-07 3:13
David Crow6-Jul-07 3:13 
GeneralRe: How to correctly trap "Enter" key in MFC dialog ? Pin
ldsdbomber6-Jul-07 3:28
ldsdbomber6-Jul-07 3:28 
thanks, I have OnOk and OnCancel managed manually, and my program correctly exits via the red X button on the title bar, and through File->Exit

my problem is not that the dialog is closing but that pressing the Enter key while in an edit control is somehow activating a press of another button thats adding that data to a listview elsewhere. Since the user is typing into the edit control, I assumed the focus was there, so don't understand how that is turning into the same action as pressing this other button (that is not at the top of the tab order tree, so it's not like it's defaulting to that)
QuestionRe: How to correctly trap "Enter" key in MFC dialog ? Pin
David Crow6-Jul-07 3:35
David Crow6-Jul-07 3:35 
AnswerRe: How to correctly trap "Enter" key in MFC dialog ? Pin
ldsdbomber6-Jul-07 3:38
ldsdbomber6-Jul-07 3:38 
GeneralRe: How to correctly trap "Enter" key in MFC dialog ? Pin
David Crow6-Jul-07 3:42
David Crow6-Jul-07 3:42 
GeneralRe: How to correctly trap "Enter" key in MFC dialog ? Pin
ldsdbomber6-Jul-07 3:42
ldsdbomber6-Jul-07 3:42 
GeneralRe: How to correctly trap "Enter" key in MFC dialog ? Pin
ldsdbomber6-Jul-07 3:45
ldsdbomber6-Jul-07 3:45 
AnswerRe: How to correctly trap "Enter" key in MFC dialog ? Pin
eusto6-Jul-07 3:25
eusto6-Jul-07 3:25 
GeneralRe: How to correctly trap "Enter" key in MFC dialog ? Pin
ldsdbomber6-Jul-07 3:32
ldsdbomber6-Jul-07 3:32 
GeneralRe: How to correctly trap "Enter" key in MFC dialog ? Pin
eusto6-Jul-07 3:49
eusto6-Jul-07 3:49 
QuestionMFC Printing Pin
eusto6-Jul-07 2:50
eusto6-Jul-07 2:50 
QuestionVisual Studio 6 on Vista Pin
Daniel Kanev7-Mar-17 21:54
Daniel Kanev7-Mar-17 21:54 
AnswerRe: Visual Studio 6 on Vista Pin
David Crow6-Jul-07 2:48
David Crow6-Jul-07 2:48 
AnswerRe: Visual Studio 6 on Vista Pin
toxcct6-Jul-07 2:59
toxcct6-Jul-07 2:59 
AnswerRe: Visual Studio 6 on Vista Pin
Michael Dunn6-Jul-07 6:30
sitebuilderMichael Dunn6-Jul-07 6:30 
QuestionWaitForSingleObject - freeze [modified] Pin
erikbe6-Jul-07 2:05
erikbe6-Jul-07 2:05 
AnswerRe: WaitForSingleObject - freeze Pin
toxcct6-Jul-07 2:20
toxcct6-Jul-07 2:20 
GeneralRe: WaitForSingleObject - freeze Pin
erikbe6-Jul-07 2:55
erikbe6-Jul-07 2:55 
AnswerRe: WaitForSingleObject - freeze Pin
David Crow6-Jul-07 2:49
David Crow6-Jul-07 2:49 

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.