Click here to Skip to main content
15,893,622 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalconversion string double or string to ascci Pin
shaans19-Apr-05 19:17
shaans19-Apr-05 19:17 
GeneralRe: conversion string double or string to ascci Pin
Christian Graus19-Apr-05 19:25
protectorChristian Graus19-Apr-05 19:25 
GeneralGetting the extent of Text with a seleted Font!! in VC++ Pin
ashwinder19-Apr-05 19:13
ashwinder19-Apr-05 19:13 
GeneralRe: Getting the extent of Text with a seleted Font!! in VC++ Pin
David Crow20-Apr-05 2:35
David Crow20-Apr-05 2:35 
QuestionHow to statically bind (link) an "ocx"? Pin
Jahfer V P19-Apr-05 19:03
sussJahfer V P19-Apr-05 19:03 
AnswerRe: How to statically bind (link) an "ocx"? Pin
22491719-Apr-05 20:11
22491719-Apr-05 20:11 
AnswerRe: How to statically bind (link) an "ocx"? Pin
Trollslayer19-Apr-05 23:39
mentorTrollslayer19-Apr-05 23:39 
QuestionProblem with Undo??? Pin
Azghar Hussain19-Apr-05 18:30
professionalAzghar Hussain19-Apr-05 18:30 
Hi All,
I stuck with a small problem in RichEditControl.My Requirement is i have a dialog box.I need to add a button naming UNDO.i have done some operations(copy,paste,delete) on RichEditCtrl placed on that Dialog,If i pressed that UNDO button the last change should be undone.This is my Requirement.

I Used Like this:
if(richeditobj.CanUndo())
{
richeditobj.Undo())
}
For me CanUndo is not returning Correct return Value.
Thanks in Advance
AravindFrown | :(



If you have faith in the cause and
the means and in God, the hot
Sun will be cool for you.
AnswerRe: Problem with Undo??? Pin
22491719-Apr-05 19:05
22491719-Apr-05 19:05 
GeneralProblem Refreshing Screen Pin
popo8419-Apr-05 16:56
popo8419-Apr-05 16:56 
GeneralRe: Problem Refreshing Screen Pin
ThatsAlok19-Apr-05 18:14
ThatsAlok19-Apr-05 18:14 
GeneralRe: Problem Refreshing Screen Pin
popo8419-Apr-05 21:48
popo8419-Apr-05 21:48 
GeneralRe: Problem Refreshing Screen Pin
ThatsAlok19-Apr-05 22:05
ThatsAlok19-Apr-05 22:05 
GeneralRe: Problem Refreshing Screen Pin
popo8420-Apr-05 3:48
popo8420-Apr-05 3:48 
GeneralRe: Problem Refreshing Screen Pin
popo8420-Apr-05 6:05
popo8420-Apr-05 6:05 
GeneralRe: Problem Refreshing Screen Pin
ThatsAlok20-Apr-05 20:07
ThatsAlok20-Apr-05 20:07 
GeneralRe: Problem Refreshing Screen Pin
popo8420-Apr-05 21:03
popo8420-Apr-05 21:03 
GeneralI need some much needed help, LOL! Pin
Atptour19-Apr-05 16:40
Atptour19-Apr-05 16:40 
GeneralRe: I need some much needed help, LOL! Pin
Christian Graus19-Apr-05 17:45
protectorChristian Graus19-Apr-05 17:45 
GeneralRe: I need some much needed help, LOL! Pin
Atptour20-Apr-05 1:58
Atptour20-Apr-05 1:58 
GeneralRe: I need some much needed help, LOL! Pin
Christian Graus20-Apr-05 13:02
protectorChristian Graus20-Apr-05 13:02 
GeneralRe: I need some much needed help, LOL! Pin
David Crow20-Apr-05 2:14
David Crow20-Apr-05 2:14 
GeneralRe: I need some much needed help, LOL! Pin
FlyingTinman20-Apr-05 8:49
FlyingTinman20-Apr-05 8:49 
GeneralSetFocus() causes infinite loop Pin
elephantstar19-Apr-05 12:32
elephantstar19-Apr-05 12:32 
GeneralRe: SetFocus() causes infinite loop Pin
James R. Twine20-Apr-05 8:10
James R. Twine20-Apr-05 8:10 

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.