Click here to Skip to main content
15,929,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMicrosoft Outlook: "A Program is trying to send email.." [modified] Pin
Abris23-Jan-07 0:48
Abris23-Jan-07 0:48 
AnswerRe: Microsoft Outlook: "A Program is trying to send email.." Pin
toxcct23-Jan-07 0:51
toxcct23-Jan-07 0:51 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
Abris23-Jan-07 0:59
Abris23-Jan-07 0:59 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
toxcct23-Jan-07 1:04
toxcct23-Jan-07 1:04 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
Abris23-Jan-07 1:10
Abris23-Jan-07 1:10 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
toxcct23-Jan-07 2:16
toxcct23-Jan-07 2:16 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
Abris23-Jan-07 5:04
Abris23-Jan-07 5:04 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
David Crow23-Jan-07 3:17
David Crow23-Jan-07 3:17 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." [modified] Pin
Abris23-Jan-07 5:02
Abris23-Jan-07 5:02 
AnswerRe: Microsoft Outlook: "A Program is trying to send email.." Pin
James R. Twine23-Jan-07 2:59
James R. Twine23-Jan-07 2:59 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
Abris23-Jan-07 5:01
Abris23-Jan-07 5:01 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
James R. Twine23-Jan-07 6:19
James R. Twine23-Jan-07 6:19 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
Abris24-Jan-07 19:42
Abris24-Jan-07 19:42 
AnswerRe: Microsoft Outlook: "A Program is trying to send email.." Pin
Chris Meech23-Jan-07 7:15
Chris Meech23-Jan-07 7:15 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
Abris24-Jan-07 19:45
Abris24-Jan-07 19:45 
Questionhow to create the UI like pcAnywhere?[help] [modified] Pin
pollux_zy23-Jan-07 0:43
pollux_zy23-Jan-07 0:43 
AnswerRe: how to create the UI like pcAnywhere?[help] Pin
Mark Salsbery23-Jan-07 8:35
Mark Salsbery23-Jan-07 8:35 
Questionsize of object Pin
Try23-Jan-07 0:20
Try23-Jan-07 0:20 
AnswerRe: size of object Pin
toxcct23-Jan-07 0:23
toxcct23-Jan-07 0:23 
AnswerRe: size of object Pin
eli1502197923-Jan-07 0:39
eli1502197923-Jan-07 0:39 
GeneralRe: size of object Pin
toxcct23-Jan-07 0:40
toxcct23-Jan-07 0:40 
GeneralRe: size of object Pin
eli1502197923-Jan-07 5:31
eli1502197923-Jan-07 5:31 
AnswerRe: size of object Pin
James R. Twine23-Jan-07 3:22
James R. Twine23-Jan-07 3:22 
QuestionUndo accelerator in a Dialog in a Document application Pin
sortegrip23-Jan-07 0:15
sortegrip23-Jan-07 0:15 
Hello, I have a problem that I simply can't solve on my own.

Background:
I have a single document MFC application where the user may doubleclick on a piece of text and thereby call forth a dialog window for editing the text. That text is displayed in a Static text box. If I make a change to the text I can use Ctrl+Z or Ctrl+Y to Undo/Redo and that is great but some users do not know all short-commands so I also want to make an Undo button and a Redo button to do the exact same things. Outside the dialog in my application the accelerators Ctrl+Z and Ctrl+Y are tied to my own-defined Undo/Redo functions that are specific to my application so how do I find out what events the Ctrl+Z and Ctrl+Y accelerators in the dialog triggers?

Problem:
Since Ctrl+Z/Ctrl+Y works in my dialog although they are not defined in my IDR_MAINFRAME Accelerators they must obviously be connected to functions that are specific for performing Undo and Redo in a Dialog window. How do I connect those functions to two Undo Redo buttons as well?

Visual Studio version:
Microsoft Visual Studio 2003
AnswerRe: Undo accelerator in a Dialog in a Document application Pin
James R. Twine23-Jan-07 6:22
James R. Twine23-Jan-07 6:22 

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.