Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: This is not visual, nor C++ Pin
Paul Oss10-Oct-03 11:51
Paul Oss10-Oct-03 11:51 
GeneralRe: This is not visual, nor C++ Pin
W. Hammer -sledge-10-Oct-03 20:53
W. Hammer -sledge-10-Oct-03 20:53 
GeneralCEditView problem Pin
aplamon10-Oct-03 11:07
aplamon10-Oct-03 11:07 
GeneralRe: CEditView problem Pin
Anthony_Yio10-Oct-03 22:46
Anthony_Yio10-Oct-03 22:46 
QuestionAnyone used groupware of some kind? Pin
JWood10-Oct-03 9:54
JWood10-Oct-03 9:54 
AnswerRe: Anyone used groupware of some kind? Pin
Ravi Bhavnani10-Oct-03 10:17
professionalRavi Bhavnani10-Oct-03 10:17 
GeneralRe: Anyone used groupware of some kind? Pin
Michael Dunn10-Oct-03 13:56
sitebuilderMichael Dunn10-Oct-03 13:56 
QuestionCRichEdit problem??? Pin
Ph@ntom10-Oct-03 9:28
Ph@ntom10-Oct-03 9:28 
Hi all,

I am getting problem with CRichEdit control.

I am writing what I am getting.

I have changed the para formatting by using this code
PARAFORMAT pf;<br />
pf.cbSize = sizeof(PARAFORMAT);<br />
pf.dwMask = PFM_ALIGNMENT;<br />
pf.wAlignment = PFA_LEFT;<br />
m_RE_Output.SetParaFormat(pf);


Then I have changed the para formatting by using this code
PARAFORMAT pf;<br />
pf.cbSize = sizeof(PARAFORMAT);<br />
pf.dwMask = PFM_ALIGNMENT;<br />
pf.wAlignment = PFA_RIGHT;<br />
m_RE_Output.SetParaFormat(pf);


This is what I was doing is a normal code.

Now the problem beings when I place the cursor in the RichEdit and place some more text the formatting changes, I mean the left goes right and the right remains at right as it should.

I donot know why the CRichEdit behaves like this.

Thanks.

Help greatly appreciated.

The Phantom
GeneralMaking the transition from Win API SDK to MFC Pin
Kayembi10-Oct-03 9:15
Kayembi10-Oct-03 9:15 
GeneralRe: Making the transition from Win API SDK to MFC Pin
Ravi Bhavnani10-Oct-03 10:26
professionalRavi Bhavnani10-Oct-03 10:26 
GeneralRe: Making the transition from Win API SDK to MFC Pin
Kayembi11-Oct-03 8:50
Kayembi11-Oct-03 8:50 
GeneralCPropertyPage Title Pin
act_x10-Oct-03 8:48
act_x10-Oct-03 8:48 
GeneralRe: CPropertyPage Title Pin
PJ Arends10-Oct-03 8:59
professionalPJ Arends10-Oct-03 8:59 
GeneralRe: CPropertyPage Title Pin
act_x10-Oct-03 9:09
act_x10-Oct-03 9:09 
GeneralWord Activex Control Pin
Anthony988710-Oct-03 7:53
Anthony988710-Oct-03 7:53 
GeneralRe: Word Activex Control Pin
Anthony_Yio10-Oct-03 22:54
Anthony_Yio10-Oct-03 22:54 
GeneralRe: Word Activex Control Pin
Anthony_Yio10-Oct-03 23:00
Anthony_Yio10-Oct-03 23:00 
GeneralDocumentation CDImgEdit / Wang Kodak Image Control Pin
MarcoNedwig10-Oct-03 7:12
MarcoNedwig10-Oct-03 7:12 
GeneralAnalyse AC3 file Pin
Pwalo10-Oct-03 7:03
Pwalo10-Oct-03 7:03 
Generalhelp in using PtInRegion Pin
swerajan10-Oct-03 6:19
swerajan10-Oct-03 6:19 
GeneralRe: help in using PtInRegion Pin
Terry O'Nolley10-Oct-03 9:03
Terry O'Nolley10-Oct-03 9:03 
GeneralRe: help in using PtInRegion Pin
swerajan10-Oct-03 9:41
swerajan10-Oct-03 9:41 
GeneralRe: help in using PtInRegion Pin
Terry O'Nolley10-Oct-03 12:41
Terry O'Nolley10-Oct-03 12:41 
GeneralProblem w/ CWnd::OnKeydown Pin
De Nardis Andrea10-Oct-03 5:29
De Nardis Andrea10-Oct-03 5:29 
GeneralRe: Problem w/ CWnd::onkeydown Pin
Steve S10-Oct-03 6:00
Steve S10-Oct-03 6:00 

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.