Question about AfxNova RichEdit Control

Started by Frank Bruebach, July 30, 2025, 03:43:38 AM

Previous topic - Next topic

Frank Bruebach

good morning jose, short question if you have already created  an RichEditcontrol example  with AfxNova/ AfxrichEdit.inc for AfxNova?
so far I have noticed I can use now dwstring.inc  file,but what is with AfxStr.inc?  dont find it in AfxNova..

thanks , frank

Paul Squires

DWStrProcs.inc has the similar functions from AfxStr.inc

I spoke to Jose previously about RichEdit. He was working on a new version of the CRichEdit class. It has not found its way into AfxNova yet.

Paul Squires
PlanetSquires Software

Frank Bruebach

QuoteDWStrProcs.inc has the similar functions from AfxStr.inc

I spoke to Jose previously about RichEdit. He was working on a new version of the CRichEdit class. It has not found its way into AfxNova yet.

Thank you Paul.. I can wait No Problem. In DWStrProcs.inc I have already found two functions I was looking for.

José Roca

If you want to create a Rich Edit Control you only have to create it like any other control:

DIM hRichEdit AS HWND = pWindow.AddControl("RichEdit", hWin, IDC_RICHEDIT, "", 20, 15, 360, 23)