Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
   The standard edit control has its undo/redo functionality built it, just as the Rich Edit control does - you do not really have to do anything to and you get it for free.

   You can implement the button handlers so that they send EM_UNDO messages to the edit control.  Lookup the EM_UNDO message for more details.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

GeneralRe: Undo accelerator in a Dialog in a Document application Pin
sortegrip23-Jan-07 23:24
sortegrip23-Jan-07 23:24 
QuestionProject files Pin
Bravoone_200622-Jan-07 23:58
Bravoone_200622-Jan-07 23:58 
AnswerRe: Project files Pin
toxcct23-Jan-07 0:03
toxcct23-Jan-07 0:03 
AnswerRe: Project files Pin
Bravoone_200623-Jan-07 0:08
Bravoone_200623-Jan-07 0:08 
GeneralRe: Project files Pin
toxcct23-Jan-07 0:10
toxcct23-Jan-07 0:10 
QuestionRe: Project files Pin
Bravoone_200623-Jan-07 0:16
Bravoone_200623-Jan-07 0:16 
AnswerRe: Project files Pin
toxcct23-Jan-07 0:18
toxcct23-Jan-07 0:18 
GeneralRe: Project files Pin
Bravoone_200623-Jan-07 0:21
Bravoone_200623-Jan-07 0:21 
GeneralRe: Project files Pin
toxcct23-Jan-07 0:22
toxcct23-Jan-07 0:22 
GeneralRe: Project files Pin
Bravoone_200623-Jan-07 0:26
Bravoone_200623-Jan-07 0:26 
GeneralRe: Project files Pin
toxcct23-Jan-07 0:29
toxcct23-Jan-07 0:29 
GeneralRe: Project files Pin
Bravoone_200623-Jan-07 1:00
Bravoone_200623-Jan-07 1:00 
GeneralRe: Project files Pin
toxcct23-Jan-07 1:06
toxcct23-Jan-07 1:06 
GeneralRe: Project files Pin
Bravoone_200623-Jan-07 1:12
Bravoone_200623-Jan-07 1:12 
GeneralRe: Project files Pin
toxcct23-Jan-07 2:14
toxcct23-Jan-07 2:14 
GeneralRe: Project files Pin
Waldermort23-Jan-07 2:27
Waldermort23-Jan-07 2:27 
GeneralRe: Project files Pin
toxcct23-Jan-07 2:40
toxcct23-Jan-07 2:40 

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.